diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2002-11-23 18:43:30 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2002-11-23 18:43:30 +0000 |
commit | 28db53fa745572f176b4eeb8e07e02cf802a6b74 (patch) | |
tree | 90e868205b1c1004e0dec0ed64bd95597b6c120d /usr.bin/man/man.c | |
parent | b4c7a4edd9126ab25cc65c899b1cb92768fedf8d (diff) |
let comment match reality. ok millert@
Diffstat (limited to 'usr.bin/man/man.c')
-rw-r--r-- | usr.bin/man/man.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/man/man.c b/usr.bin/man/man.c index b3b3f28793a..bf77cb11b97 100644 --- a/usr.bin/man/man.c +++ b/usr.bin/man/man.c @@ -1,4 +1,4 @@ -/* $OpenBSD: man.c,v 1.21 2002/09/17 19:37:39 deraadt Exp $ */ +/* $OpenBSD: man.c,v 1.22 2002/11/23 18:43:29 espie Exp $ */ /* $NetBSD: man.c,v 1.7 1995/09/28 06:05:34 tls Exp $ */ /* @@ -44,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)man.c 8.17 (Berkeley) 1/31/95"; #else -static char rcsid[] = "$OpenBSD: man.c,v 1.21 2002/09/17 19:37:39 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: man.c,v 1.22 2002/11/23 18:43:29 espie Exp $"; #endif #endif /* not lint */ @@ -138,8 +138,8 @@ main(int argc, char *argv[]) machine = optarg; break; /* - * The -f and -k options are backward compatible, - * undocumented ways of calling whatis(1) and apropos(1). + * The -f and -k options are backward compatible + * ways of calling whatis(1) and apropos(1). */ case 'f': jump(argv, "-f", "whatis"); |