mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 19:43:41 +00:00
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:
parent
51305d0555
commit
21eab473b3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22045
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user