summaryrefslogtreecommitdiff
path: root/bin/ksh/ksh.1
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2005-10-06 06:39:37 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2005-10-06 06:39:37 +0000
commit65c4205b299c9f25669fee2e37fae88dede57b82 (patch)
tree4bd1e61bfa82e6136fea29686cb176c30fd229a4 /bin/ksh/ksh.1
parent09ef6f24b12e5f04eef67780b8ee7f3e95c2c9a2 (diff)
Introducing mknod as a built-in. It might be against the unix
philosophy, but in this case it's worth it. ok deraadt@
Diffstat (limited to 'bin/ksh/ksh.1')
-rw-r--r--bin/ksh/ksh.119
1 files changed, 18 insertions, 1 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1
index 819ab7892fe..d76ec3fad69 100644
--- a/bin/ksh/ksh.1
+++ b/bin/ksh/ksh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ksh.1,v 1.103 2005/09/07 07:38:51 jmc Exp $
+.\" $OpenBSD: ksh.1,v 1.104 2005/10/06 06:39:35 otto Exp $
.\"
.\" Public Domain
.\"
@@ -3261,6 +3261,23 @@ is syntactic sugar for
.No let \&" Ns Ar expr Ns \&" .
.Pp
.It Xo
+.Ic mknod
+.Op Fl m Ar mode
+.Ar name
+.Op Cm c | Cm b
+.Ar major minor
+.Xc
+.It Xo
+.Ic mknod
+.Op Fl m Ar mode
+.Ar name
+.Cm p
+.Xc
+Equivalent to the
+.Xr mknod 8
+command.
+.Pp
+.It Xo
.Ic print
.Oo Fl nprsu Ns Oo Ar n Oc \*(Ba
.Fl R Op Fl en Oc