Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109383375
D48619.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D48619.diff
View Options
diff --git a/share/man/man3/sysexits.3 b/share/man/man3/sysexits.3
--- a/share/man/man3/sysexits.3
+++ b/share/man/man3/sysexits.3
@@ -46,37 +46,37 @@
The meaning of the codes is
approximately as follows:
.Bl -tag -width "EX_UNAVAILABLEXX(XX)"
-.It Sy EX_USAGE Pq 64
+.It Sy EX_USAGE Pq Dv 64
The command was used incorrectly, e.g., with the wrong number of
arguments, a bad flag, a bad syntax in a parameter, or whatever.
-.It Sy EX_DATAERR Pq 65
+.It Sy EX_DATAERR Pq Dv 65
The input data was incorrect in some way.
This should only be used
for user's data and not system files.
-.It Sy EX_NOINPUT Pq 66
+.It Sy EX_NOINPUT Pq Dv 66
An input file (not a system file) did not exist or was not readable.
This could also include errors like
.Dq \&No message
to a mailer (if it cared to catch it).
-.It Sy EX_NOUSER Pq 67
+.It Sy EX_NOUSER Pq Dv 67
The user specified did not exist.
This might be used for mail
addresses or remote logins.
-.It Sy EX_NOHOST Pq 68
+.It Sy EX_NOHOST Pq Dv 68
The host specified did not exist.
This is used in mail addresses or
network requests.
-.It Sy EX_UNAVAILABLE Pq 69
+.It Sy EX_UNAVAILABLE Pq Dv 69
A service is unavailable.
This can occur if a support program or file
does not exist.
This can also be used as a catchall message when
something you wanted to do does not work, but you do not know why.
-.It Sy EX_SOFTWARE Pq 70
+.It Sy EX_SOFTWARE Pq Dv 70
An internal software error has been detected.
This should be limited
to non-operating system related errors as possible.
-.It Sy EX_OSERR Pq 71
+.It Sy EX_OSERR Pq Dv 71
An operating system error has been detected.
This is intended to be
used for such things as
@@ -85,32 +85,32 @@
or the like.
It includes things like getuid returning a user that
does not exist in the passwd file.
-.It Sy EX_OSFILE Pq 72
+.It Sy EX_OSFILE Pq Dv 72
Some system file (e.g.,
.Pa /etc/passwd ,
.Pa /var/run/utx.active ,
etc.) does not exist, cannot be opened, or has some sort of error
(e.g., syntax error).
-.It Sy EX_CANTCREAT Pq 73
+.It Sy EX_CANTCREAT Pq Dv 73
A (user specified) output file cannot be created.
-.It Sy EX_IOERR Pq 74
+.It Sy EX_IOERR Pq Dv 74
An error occurred while doing I/O on some file.
-.It Sy EX_TEMPFAIL Pq 75
+.It Sy EX_TEMPFAIL Pq Dv 75
Temporary failure, indicating something that is not really an error.
In sendmail, this means that a mailer (e.g.) could not create a
connection, and the request should be reattempted later.
-.It Sy EX_PROTOCOL Pq 76
+.It Sy EX_PROTOCOL Pq Dv 76
The remote system returned something that was
.Dq not possible
during a protocol exchange.
-.It Sy EX_NOPERM Pq 77
+.It Sy EX_NOPERM Pq Dv 77
You did not have sufficient permission to perform the operation.
This is not intended for file system problems, which should use
.Sy EX_NOINPUT
or
.Sy EX_CANTCREAT ,
but rather for higher level permissions.
-.It Sy EX_CONFIG Pq 78
+.It Sy EX_CONFIG Pq Dv 78
Something was found in an unconfigured or misconfigured state.
.El
.Pp
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 5, 8:41 AM (21 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16088527
Default Alt Text
D48619.diff (2 KB)
Attached To
Mode
D48619: sysexits.3: Enable apropos by error number
Attached
Detach File
Event Timeline
Log In to Comment