From 28db53fa745572f176b4eeb8e07e02cf802a6b74 Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Sat, 23 Nov 2002 18:43:30 +0000 Subject: let comment match reality. ok millert@ --- usr.bin/man/man.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.bin/man/man.c') 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"); -- cgit v1.2.3