]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/error.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / error.3
index 660de3952164432974e7fb700642946a67f48359..cbd165ab7b414cf692be2ce6c9107dfb55e37a3e 100644 (file)
@@ -61,7 +61,7 @@ should follow
 .I format
 in the argument list.
 The output is terminated by a newline character.
-
+.PP
 The program name printed by
 .BR error ()
 is the value of the global variable
@@ -72,13 +72,13 @@ initially has the same value as
 .IR argv[0] .
 The value of this variable can be modified to change the output of
 .BR error ().
-
+.PP
 If \fIstatus\fP has a nonzero value, then
 .BR error ()
 calls
 .BR exit (3)
 to terminate the program using the given value as the exit status.
-
+.PP
 The
 .BR error_at_line ()
 function is exactly the same as
@@ -98,20 +98,20 @@ The preprocessor values \fB__LINE__\fP and
 .BR error_at_line (),
 but other values can also be used.
 For example, these arguments could refer to a location in an input file.
-
+.PP
 If the global variable \fIerror_one_per_line\fP is set nonzero,
 a sequence of
 .BR error_at_line ()
 calls with the
 same value of \fIfilename\fP and \fIlinenum\fP will result in only
 one message (the first) being output.
-
+.PP
 The global variable \fIerror_message_count\fP counts the number of
 messages that have been output by
 .BR error ()
 and
 .BR error_at_line ().
-
+.PP
 If the global variable \fIerror_print_progname\fP
 is assigned the address of a function
 (i.e., is not NULL), then that function is called
@@ -137,7 +137,7 @@ MT-Unsafe\ race: error_at_line/error_one_per_line locale
 T}
 .TE
 .ad
-
+.PP
 The internal
 .I error_one_per_line
 variable is accessed (without any form of synchronization, but since it's an