Add ENOENT to the error precedence chart.
Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
This commit is contained in:
parent
ee7a6550ed
commit
93af0d314d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13942
2 changed files with 8 additions and 0 deletions
en_US.ISO8859-1/books
|
@ -2475,6 +2475,10 @@ Label destruction o</programlisting>
|
|||
<entry></entry>
|
||||
<entry><errorcode>ESRCH</errorcode></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry></entry>
|
||||
<entry><errorcode>ENOENT</errorcode></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry></entry>
|
||||
<entry>EACCES</entry>
|
||||
|
|
|
@ -2475,6 +2475,10 @@ Label destruction o</programlisting>
|
|||
<entry></entry>
|
||||
<entry><errorcode>ESRCH</errorcode></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry></entry>
|
||||
<entry><errorcode>ENOENT</errorcode></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry></entry>
|
||||
<entry>EACCES</entry>
|
||||
|
|
Loading…
Reference in a new issue