diff options
| -rw-r--r-- | lib/libc/sys/mknod.2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/mknod.2 b/lib/libc/sys/mknod.2 index 76d73efb37b2..141c9842bb25 100644 --- a/lib/libc/sys/mknod.2 +++ b/lib/libc/sys/mknod.2 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mknod.2 8.1 (Berkeley) 6/4/93 +.\" $Id: mknod.2,v 1.8 1999/08/27 14:25:00 joerg Exp $ .\" .Dd June 4, 1993 .Dt MKNOD 2 @@ -82,8 +83,6 @@ Search permission is denied for a component of the path prefix. Too many symbolic links were encountered in translating the pathname. .It Bq Er EPERM The process's effective user ID is not super-user. -.It Bq Er EPERM -The pathname contains a character with the high-order bit set. .It Bq Er EIO An I/O error occurred while making the directory entry or allocating the inode. .It Bq Er ENOSPC |
