diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2024-01-26 15:19:04 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2024-01-26 15:36:32 +0000 |
| commit | ea6a6b63e1fd304e790c8ed7627caf5e3ba52bc7 (patch) | |
| tree | f70bf4f137f6ac1c805dd904202c71e6f90385c1 /lib | |
| parent | b32d49cfbaa0437d08e65e7cd7c82c5951b1a852 (diff) | |
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/sys/open.2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2 index df9400e80036..a6859a6c4931 100644 --- a/lib/libc/sys/open.2 +++ b/lib/libc/sys/open.2 @@ -481,6 +481,10 @@ The system file table is full. .It Bq Er EMLINK .Dv O_NOFOLLOW was specified and the target is a symbolic link. +.Tn POSIX +specifies a different error for this case; see the note in +.Sx STANDARDS +below. .It Bq Er ENXIO The named file is a character special or block special file, and the device associated with this special file @@ -643,6 +647,7 @@ is set, and the process is in capability mode. .Sh STANDARDS These functions are specified by .St -p1003.1-2008 . +.Pp .Fx sets .Va errno |
