]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/end.3
man*/: srcfix (Use .P instead of .PP or .LP)
[thirdparty/man-pages.git] / man3 / end.3
index 2ad58d957a03927d2c4690b60375dc8cbeb1c2f8..f0c22ff5d11275a26c109072597f93afb4d34b65 100644 (file)
@@ -35,7 +35,7 @@ they are not standardized; use with caution.
 .SH NOTES
 The program must explicitly declare these symbols;
 they are not defined in any header file.
-.PP
+.P
 On some systems the names of these symbols are preceded by underscores,
 thus:
 .IR _etext ,
@@ -43,7 +43,7 @@ thus:
 and
 .IR _end .
 These symbols are also defined for programs compiled on Linux.
-.PP
+.P
 At the start of program execution,
 the program break will be somewhere near
 .I &end
@@ -57,7 +57,7 @@ Use
 with an argument of zero to find the current value of the program break.
 .SH EXAMPLES
 When run, the program below produces output such as the following:
-.PP
+.P
 .in +4n
 .EX
 .RB "$" " ./a.out"