summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2009-03-18 17:34:26 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2009-03-18 17:34:26 +0000
commitb1296e0cb3e3f32e2a8640f6e89b4f1acb2c5d2c (patch)
treee7de35dc414181c579c714759415f3d0b32f8fdc
parent6f6dfcc39d8e4509f153aeb91a86a48c6de65a17 (diff)
the ellipsis is not an optional argument.
ok miod@
-rw-r--r--etc/MAKEDEV.man7
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/MAKEDEV.man b/etc/MAKEDEV.man
index afac464b4ca..c785a6c74e4 100644
--- a/etc/MAKEDEV.man
+++ b/etc/MAKEDEV.man
@@ -1,7 +1,7 @@
define(COMM,`.\"')dnl
include(MAKEDEV.mansub)dnl
dnl
-vers(a, {-$OpenBSD: MAKEDEV.man,v 1.6 2009/02/06 17:02:14 grange Exp $-})dnl
+vers(a, {-$OpenBSD: MAKEDEV.man,v 1.7 2009/03/18 17:34:25 sobrado Exp $-})dnl
dnl
define(quote,{-.Dq $1
-})dnl
@@ -49,7 +49,7 @@ show_vers()dnl <-- now that all files are included, show versions
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: February 6 2009 $
+.Dd $Mdocdate: March 18 2009 $
.Dt MAKEDEV 8 MACHINE
.Os
.Sh NAME
@@ -57,8 +57,7 @@ show_vers()dnl <-- now that all files are included, show versions
.Nd create system and device special files
.Sh SYNOPSIS
.Nm MAKEDEV
-.Ar name
-.Op Ar ...
+.Ar name ...
.Sh DESCRIPTION
The shell script
.Nm ,