summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2016-03-12 17:59:28 +0000
committerMarc Espie <espie@cvs.openbsd.org>2016-03-12 17:59:28 +0000
commitc72244a521a43dcb3abc29a062bdefc607492050 (patch)
tree4191eec5666369873dfa2e50c329608d7b5eed23 /etc
parent436bc2668a4a80b96c700e89266059310bfc7135 (diff)
reflect reality (MAKEDEV can take no parms and still work)
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV.man6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/MAKEDEV.man b/etc/MAKEDEV.man
index c785a6c74e4..66b4975bd3d 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.7 2009/03/18 17:34:25 sobrado Exp $-})dnl
+vers(a, {-$OpenBSD: MAKEDEV.man,v 1.8 2016/03/12 17:59:27 espie 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: March 18 2009 $
+.Dd $Mdocdate: March 12 2016 $
.Dt MAKEDEV 8 MACHINE
.Os
.Sh NAME
@@ -57,7 +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 name ...
.Sh DESCRIPTION
The shell script
.Nm ,