diff options
Diffstat (limited to 'man3/error.3')
| -rw-r--r-- | man3/error.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/error.3 b/man3/error.3 index d55752dab0..fc4dfbea39 100644 --- a/man3/error.3 +++ b/man3/error.3 @@ -54,7 +54,7 @@ and then outputs to the program name, a colon and a space, the message specified by the .BR printf (3)-style format string \fIformat\fP, and, if \fIerrnum\fP is -non-zero, a second colon and a space followed by the string given by +nonzero, a second colon and a space followed by the string given by \fBperror(\fIerrnum\fB)\fP. Any arguments required for .I format @@ -74,7 +74,7 @@ initially has the same value as The value of this variable can be modified to change the output of .BR error (). -If \fIstatus\fP has a non-zero value, then +If \fIstatus\fP has a nonzero value, then .BR error () calls .BR exit (3) @@ -100,7 +100,7 @@ The preprocessor values \fB__LINE__\fP and but other values can also be used. For example, these arguments could refer to a location in an input file. -If the global variable \fIerror_one_per_line\fP is set non-zero, +If the global variable \fIerror_one_per_line\fP is set nonzero, a sequence of .BR error_at_line () calls with the |
