OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / end.3
index 877a6eb..c64feed 100644 (file)
@@ -1,6 +1,7 @@
-.\" Copyright (c) 2008, Linux Foundation, written by by Michael Kerrisk
+.\" Copyright (c) 2008, Linux Foundation, written by Michael Kerrisk
 .\"     <mtk.manpages@gmail.com>
 .\"
+.\" %%%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.
@@ -20,7 +21,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
-.\" License.
+.\" %%%LICENSE_END
 .\"
 .TH END 3 2008-07-17 "GNU" "Linux Programmer's Manual"
 .SH NAME
@@ -91,7 +92,7 @@ First address past:
 #include <stdlib.h>
 
 extern char etext, edata, end; /* The symbols must have some type,
-                                   or "gcc -Wall" complains */
+                                   or "gcc \-Wall" complains */
 
 int
 main(int argc, char *argv[])
@@ -104,8 +105,17 @@ main(int argc, char *argv[])
     exit(EXIT_SUCCESS);
 }
 .fi
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR objdump (1),
 .BR readelf (1),
 .BR sbrk (2),
 .BR elf (5)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.