mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Mention that you can only create a block or char special file using
mknod(2).
This commit is contained in:
parent
482f0be026
commit
a44388523d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46150
1 changed files with 5 additions and 0 deletions
|
@ -108,6 +108,11 @@ The named file exists.
|
|||
.It Bq Er EFAULT
|
||||
.Fa Path
|
||||
points outside the process's allocated address space.
|
||||
.It Bq Er EINVAL
|
||||
Creating anything else than a block or character special
|
||||
file (or a
|
||||
.Em whiteout )
|
||||
is not supported.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr chmod 2 ,
|
||||
|
|
Loading…
Reference in a new issue