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.
This commit is contained in:
David E. O'Brien 1997-01-27 19:20:05 +00:00
parent 51305d0555
commit 21eab473b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22045
3 changed files with 3 additions and 0 deletions

View File

@ -113,6 +113,7 @@ points outside the process's allocated address space.
.El
.Sh SEE ALSO
.Xr chmod 2 ,
.Xr mknod 2,
.Xr stat 2 ,
.Xr umask 2
.Sh STANDARDS

View File

@ -117,6 +117,7 @@ points outside the process's allocated address space.
.El
.Sh SEE ALSO
.Xr chmod 2 ,
.Xr mkfifo 2 ,
.Xr stat 2 ,
.Xr umask 2
.Sh HISTORY

View File

@ -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