OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / assert.3
index 73596e9..2d9e179 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (c) 1993 by Thomas Koenig (ig25@rz.uni-karlsruhe.de)
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -19,7 +20,8 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
-.\" License.
+.\" %%%LICENSE_END
+.\"
 .\" Modified Sat Jul 24 21:42:42 1993 by Rik Faith <faith@cs.unc.edu>
 .\" Modified Tue Oct 22 23:44:11 1996 by Eric S. Raymond <esr@thyrsus.com>
 .TH ASSERT 3  2002-08-25 "GNU" "Linux Programmer's Manual"
@@ -52,9 +54,9 @@ The purpose of this macro is to help the programmer find bugs in
 his program.
 The message "assertion failed in file foo.c, function
 do_bar(), line 1287" is of no help at all to a user.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 No value is returned.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 POSIX.1-2001, C89, C99.
 In C89,
 .I expression
@@ -71,7 +73,7 @@ program behavior will be different depending on whether
 is defined.
 This may create Heisenbugs which go away when debugging
 is turned on.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR abort (3),
 .BR assert_perror (3),
 .BR exit (3)