summaryrefslogtreecommitdiffstats
path: root/usr.bin/man/man.c
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2002-11-23 18:43:29 +0000
committerespie <espie@openbsd.org>2002-11-23 18:43:29 +0000
commit83a473ef48d5d6ed02cf9cdc55d94139f12e351f (patch)
tree53364a6ca441e163c293979b3f4227a7f13fa073 /usr.bin/man/man.c
parentno more share/altq (diff)
downloadwireguard-openbsd-83a473ef48d5d6ed02cf9cdc55d94139f12e351f.tar.xz
wireguard-openbsd-83a473ef48d5d6ed02cf9cdc55d94139f12e351f.zip
let comment match reality. ok millert@
Diffstat (limited to 'usr.bin/man/man.c')
-rw-r--r--usr.bin/man/man.c8
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");