summaryrefslogtreecommitdiff
path: root/usr.bin/whatis
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2007-08-06 19:16:08 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2007-08-06 19:16:08 +0000
commitd569c9b0c585d1ada0bb33679611b77eba528140 (patch)
treeaf2426db3e795320f587d155021169a3f1700b3e /usr.bin/whatis
parent602a7968e47e34fd38658741b7b66d3c9115f9cf (diff)
the ellipsis is not an optional argument; while here, sync the usage
and synopsis of commands lots of good ideas by jmc@ ok jmc@
Diffstat (limited to 'usr.bin/whatis')
-rw-r--r--usr.bin/whatis/whatis.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/whatis/whatis.1 b/usr.bin/whatis/whatis.1
index 844812f9548..9af852900d1 100644
--- a/usr.bin/whatis/whatis.1
+++ b/usr.bin/whatis/whatis.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: whatis.1,v 1.13 2007/05/31 19:20:20 jmc Exp $
+.\" $OpenBSD: whatis.1,v 1.14 2007/08/06 19:16:06 sobrado Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)whatis.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: August 6 2007 $
.Dt WHATIS 1
.Os
.Sh NAME
@@ -40,7 +40,7 @@
.Op Fl C Ar file
.Op Fl M Ar path
.Op Fl m Ar path
-.Ar command Op Ar ...
+.Ar command ...
.Sh DESCRIPTION
.Nm
looks up a given command and gives the header line from the manual page.