aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/end.3
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2025-08-19 13:40:01 +0200
committerAlejandro Colomar <alx@kernel.org>2025-09-21 16:26:15 +0200
commitf17990c243eafc1891ff692f90b6ce42e6449be8 (patch)
tree62e0e0242db019d77d263bd60a99c7b47a697d1f /man/man3/end.3
parentdbc3270a88165851aa5e7ab5d1f99dc1acb9624d (diff)
downloadman-pages-f17990c243eafc1891ff692f90b6ce42e6449be8.tar.gz
man/: Use semantic newlines
And fix related issues while at it. Silence false positives with \&. Reported-by: `make lint-man-semnl` Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man/man3/end.3')
-rw-r--r--man/man3/end.35
1 files changed, 3 insertions, 2 deletions
diff --git a/man/man3/end.3 b/man/man3/end.3
index caa8ba42d8..e4c101a1f1 100644
--- a/man/man3/end.3
+++ b/man/man3/end.3
@@ -30,7 +30,8 @@ uninitialized data segment (also known as the BSS segment).
None.
.SH HISTORY
Although these symbols have long been provided on most UNIX systems,
-they are not standardized; use with caution.
+they are not standardized;
+use with caution.
.SH NOTES
The program must explicitly declare these symbols;
they are not defined in any header file.
@@ -73,7 +74,7 @@ First address past:
#include <stdio.h>
#include <stdlib.h>
\&
-extern char etext, edata, end; /* The symbols must have some type,
+extern char etext, edata, end; /* The symbols must have some type,
or "gcc \-Wall" complains */
\&
int