Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/man Move manstate::pagerlen so that its "length of t...
details: https://anonhg.NetBSD.org/src/rev/8cdabcf3a053
branches: trunk
changeset: 788677:8cdabcf3a053
user: uwe <uwe%NetBSD.org@localhost>
date: Thu Jul 18 03:48:22 2013 +0000
description:
Move manstate::pagerlen so that its "length of the above" comment makes sense.
diffstat:
usr.bin/man/man.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 070a78b54382 -r 8cdabcf3a053 usr.bin/man/man.c
--- a/usr.bin/man/man.c Thu Jul 18 03:40:31 2013 +0000
+++ b/usr.bin/man/man.c Thu Jul 18 03:48:22 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: man.c,v 1.44 2012/01/03 17:49:57 joerg Exp $ */
+/* $NetBSD: man.c,v 1.45 2013/07/18 03:48:22 uwe Exp $ */
/*
* Copyright (c) 1987, 1993, 1994, 1995
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)man.c 8.17 (Berkeley) 1/31/95";
#else
-__RCSID("$NetBSD: man.c,v 1.44 2012/01/03 17:49:57 joerg Exp $");
+__RCSID("$NetBSD: man.c,v 1.45 2013/07/18 03:48:22 uwe Exp $");
#endif
#endif /* not lint */
@@ -101,9 +101,9 @@
/* other misc stuff */
const char *pager; /* pager to use */
+ size_t pagerlen; /* length of the above */
const char *machine; /* machine */
const char *machclass; /* machine class */
- size_t pagerlen; /* length of the above */
};
/*
Home |
Main Index |
Thread Index |
Old Index