Browse Source

the ellipsis is not an optional argument.

ok miod@
OPENBSD_4_6
sobrado 15 years ago
parent
commit
44466d1201
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      src/etc/MAKEDEV.man

+ 3
- 4
src/etc/MAKEDEV.man View File

@ -1,7 +1,7 @@
define(COMM,`.\"')dnl define(COMM,`.\"')dnl
include(MAKEDEV.mansub)dnl include(MAKEDEV.mansub)dnl
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 dnl
define(quote,{-.Dq $1 define(quote,{-.Dq $1
-})dnl -})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 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" 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 .Dt MAKEDEV 8 MACHINE
.Os .Os
.Sh NAME .Sh NAME
@ -57,8 +57,7 @@ show_vers()dnl <-- now that all files are included, show versions
.Nd create system and device special files .Nd create system and device special files
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm MAKEDEV .Nm MAKEDEV
.Ar name
.Op Ar ...
.Ar name ...
.Sh DESCRIPTION .Sh DESCRIPTION
The shell script The shell script
.Nm , .Nm ,


Loading…
Cancel
Save