diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-03-04 15:11:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-03-04 15:11:08 +0000 |
commit | bfe43f07a4324526ca32a368a0d64e86333e4b74 (patch) | |
tree | ca345166acbc71c3fc3b3e8004a89fe22d750f3d /bin/ksh/ksh.1 | |
parent | a9db67657a20faf74a677d11ce4abd9ee5f5b539 (diff) |
remove CSRG BSD-licensed mknod builtin code which was previously used to
accelerate install/upgrade time MAKEDEV runs. That allows ramdisk ksh
to be pledged, without needing "dpath". We'll solve the performance issues
a different way (soon).
ok otto espie natano tb tobiasu rpe
Diffstat (limited to 'bin/ksh/ksh.1')
-rw-r--r-- | bin/ksh/ksh.1 | 43 |
1 files changed, 3 insertions, 40 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 164fe2f4b9e..bfe5c812876 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ksh.1,v 1.173 2015/12/29 01:02:34 mmcc Exp $ +.\" $OpenBSD: ksh.1,v 1.174 2016/03/04 15:11:06 deraadt Exp $ .\" .\" Public Domain .\" -.Dd $Mdocdate: December 29 2015 $ +.Dd $Mdocdate: March 4 2016 $ .Dt KSH 1 .Os .Sh NAME @@ -2717,7 +2717,7 @@ Additional .Nm regular commands .Pp -.Ic \&[ , echo , let , mknod , +.Ic \&[ , echo , let , .Ic print , suspend , test , .Ic ulimit , whence .Pp @@ -3321,43 +3321,6 @@ is syntactic sugar for .No let \&" Ns Ar expr Ns \&" . .Pp .It Xo -.Ic mknod -.Op Fl m Ar mode -.Ar name -.Cm b Ns Pf | Cm c -.Ar major minor -.Xc -.It Xo -.Ic mknod -.Op Fl m Ar mode -.Ar name -.Cm p -.Xc -Create a device special file. -The file type may be -.Cm b -(block type device), -.Cm c -(character type device), -or -.Cm p -(named pipe). -The file created may be modified according to its -.Ar mode -(via the -.Fl m -option), -.Ar major -(major device number), -and -.Ar minor -(minor device number). -.Pp -See -.Xr mknod 8 -for further information. -.Pp -.It Xo .Ic print .Oo .Fl nprsu Ns Oo Ar n Oc | |