Module Name: src Committed By: uwe Date: Thu Jul 18 03:48:22 UTC 2013
Modified Files: src/usr.bin/man: man.c Log Message: Move manstate::pagerlen so that its "length of the above" comment makes sense. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/usr.bin/man/man.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/man/man.c diff -u src/usr.bin/man/man.c:1.44 src/usr.bin/man/man.c:1.45 --- src/usr.bin/man/man.c:1.44 Tue Jan 3 17:49:57 2012 +++ src/usr.bin/man/man.c Thu Jul 18 03:48:22 2013 @@ -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 @@ __COPYRIGHT("@(#) Copyright (c) 1987, 19 #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 @@ struct manstate { /* 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 */ }; /*