diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-07 09:17:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-07 09:17:39 +0000 |
commit | 9dfd92de6821a327c9c96b3186bdb0d71c007e56 (patch) | |
tree | 995136d03bbd231ec7ed46202e63c7475d1f6327 /bin/ksh/sh.1 | |
parent | 032d0f6dce5cfac275e66a2d0d5e6a3ebb1ca3eb (diff) |
remove mknod documentation - although /bin/sh supports it, this page
documents a posix shell (as far as possible);
ok otto@
Diffstat (limited to 'bin/ksh/sh.1')
-rw-r--r-- | bin/ksh/sh.1 | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 7ca34ba65a0..84dd3a22262 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.70 2005/10/06 06:39:36 otto Exp $ +.\" $OpenBSD: sh.1,v 1.71 2005/10/07 09:17:38 jmc Exp $ .\" .\" Public Domain .\" @@ -2546,23 +2546,6 @@ If no arguments are specified, a list of all the signals, their numbers, and a short description of them are printed. .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 nrsu Ns Oo Ar n Oc \*(Ba .Fl R Op Fl en Oc |