diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-11-20 14:03:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-11-20 14:03:32 +0000 |
commit | 2396970fc648109a84b955752bb59e513d688845 (patch) | |
tree | b4a882b052cd8cef9145bc611bfd3ef9d57f92d2 /usr.bin/apropos | |
parent | 2bc7664f82176487bdeb1ae7086aae428d9fa69e (diff) |
repairs; mpech@prosoft.org.lv
Diffstat (limited to 'usr.bin/apropos')
-rw-r--r-- | usr.bin/apropos/apropos.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/apropos/apropos.c b/usr.bin/apropos/apropos.c index 242d741da40..9e0e9c57a3f 100644 --- a/usr.bin/apropos/apropos.c +++ b/usr.bin/apropos/apropos.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apropos.c,v 1.6 1997/11/30 05:30:36 deraadt Exp $ */ +/* $OpenBSD: apropos.c,v 1.7 2000/11/20 14:03:31 deraadt Exp $ */ /* $NetBSD: apropos.c,v 1.5 1995/09/04 20:46:20 tls Exp $ */ /* @@ -44,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)apropos.c 8.8 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$OpenBSD: apropos.c,v 1.6 1997/11/30 05:30:36 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: apropos.c,v 1.7 2000/11/20 14:03:31 deraadt Exp $"; #endif #endif /* not lint */ @@ -228,6 +228,6 @@ usage() { (void)fprintf(stderr, - "usage: apropos [-C file] [-M path] [-m path] keyword ...\n"); + "usage: apropos [-C file] [-M path] [-m path] keyword [...]\n"); exit(1); } |