wfix + grfix + remove FIXME

This commit is contained in:
Michael Kerrisk 2008-07-17 14:03:52 +00:00
parent 90d75949c5
commit 038fcbb1da
1 changed files with 5 additions and 6 deletions

View File

@ -39,7 +39,7 @@ segments:
This is the first address past the end of the text segment
(the program code).
.TP
.I end
.I edata
This is the first address past the end of the
initialized data segment.
.TP
@ -47,8 +47,8 @@ initialized data segment.
This is the first address past the end of the
uninitialized data segment (also known as the BSS segment).
.SH CONFORMING TO
Although these symbols have long been provided provided
on most Unix systems, they are not standardized; use with caution.
Although these symbols have long been provided on most Unix systems,
they are not standardized; use with caution.
.SH NOTES
The program must explicitly declare these symbols;
they are not defined in any header file.
@ -106,6 +106,5 @@ main(int argc, char *argv[])
.SH "SEE ALSO"
.BR objdump (1),
.BR readelf (1),
.\" FIXME . Add SEE ALSO in sbrk.2.
.BR sbrk (2)
.BR elf (5),
.BR sbrk (2),
.BR elf (5)