diff options
author | joerg <joerg@FreeBSD.org> | 1999-04-28 10:04:48 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1999-04-28 10:04:48 +0000 |
commit | 4791ab9d40f3d6b6093c4935e77aebf5f389b98c (patch) | |
tree | e7e4cbf13700062e6195669a67453ab65265e504 /lib | |
parent | 3c0ac2ab1f7ae955a7a0bbceb994719158564829 (diff) | |
download | FreeBSD-src-4791ab9d40f3d6b6093c4935e77aebf5f389b98c.zip FreeBSD-src-4791ab9d40f3d6b6093c4935e77aebf5f389b98c.tar.gz |
Mention that you can only create a block or char special file using
mknod(2).
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/mknod.2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/sys/mknod.2 b/lib/libc/sys/mknod.2 index 2fa6342..76d73ef 100644 --- a/lib/libc/sys/mknod.2 +++ b/lib/libc/sys/mknod.2 @@ -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 , |