Mention that you can only create a block or char special file using

mknod(2).
This commit is contained in:
Joerg Wunsch 1999-04-28 10:04:48 +00:00
parent 482f0be026
commit a44388523d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46150

View file

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