aboutsummaryrefslogtreecommitdiff
path: root/sbin/mknod/mknod.8
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-01-27 19:20:05 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-01-27 19:20:05 +0000
commit21eab473b31949a199ea24f7854f7cdbbf7dbe90 (patch)
treecbc4e9a5671b6e40f187218d284592509558469d /sbin/mknod/mknod.8
parent51305d0555059087d7c1aa2d777523956f23c3d2 (diff)
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.
Notes
Notes: svn path=/head/; revision=22045
Diffstat (limited to 'sbin/mknod/mknod.8')
-rw-r--r--sbin/mknod/mknod.81
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8
index b825e7ca1653..ebcc86f8e02c 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