diff options
author | obrien <obrien@FreeBSD.org> | 1997-01-27 19:20:05 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-01-27 19:20:05 +0000 |
commit | 1627d472cb8e0b1084672942e6bc0fc952e7d209 (patch) | |
tree | cbc4e9a5671b6e40f187218d284592509558469d /sbin/mknod | |
parent | d1ce1fab91b241f0bb4239e6967f12b31bbca7d9 (diff) | |
download | FreeBSD-src-1627d472cb8e0b1084672942e6bc0fc952e7d209.zip FreeBSD-src-1627d472cb8e0b1084672942e6bc0fc952e7d209.tar.gz |
I was porting something from sysV world and found our cross references
not quite as good as I would expect. So I'm introducing mknod to mkfifo,
and vice-versa.
Diffstat (limited to 'sbin/mknod')
-rw-r--r-- | sbin/mknod/mknod.8 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8 index b825e7c..ebcc86f 100644 --- a/sbin/mknod/mknod.8 +++ b/sbin/mknod/mknod.8 @@ -99,6 +99,7 @@ indicates a hexadecimal number, and a leading .Ql 0 will cause the number to be interpreted as octal. .Sh SEE ALSO +.Xr mkfifo 1 , .Xr mknod 2 , .Xr MAKEDEV 8 .Sh HISTORY |