aboutsummaryrefslogtreecommitdiffstats
path: root/man5
diff options
context:
space:
mode:
Diffstat (limited to 'man5')
-rw-r--r--man5/dir_colors.510
-rw-r--r--man5/elf.534
-rw-r--r--man5/proc.526
3 files changed, 35 insertions, 35 deletions
diff --git a/man5/dir_colors.5 b/man5/dir_colors.5
index b8be4bb5ea..6170d451fd 100644
--- a/man5/dir_colors.5
+++ b/man5/dir_colors.5
@@ -344,11 +344,6 @@ definitions, which are used by ISO 6429 terminals are:
The default
.B ENDCODE
is undefined.
-.SH "SEE ALSO"
-.BR dircolors (1),
-.BR ls (1),
-.BR stty (1),
-.BR xterm (1)
.SH FILES
.TP
.I /etc/DIR_COLORS
@@ -361,3 +356,8 @@ This page describes the
.B dir_colors
file format as used in the fileutils-4.1 package;
other versions may differ slightly.
+.SH "SEE ALSO"
+.BR dircolors (1),
+.BR ls (1),
+.BR stty (1),
+.BR xterm (1)
diff --git a/man5/elf.5 b/man5/elf.5
index 12709f6527..37b69d8e9a 100644
--- a/man5/elf.5
+++ b/man5/elf.5
@@ -1445,6 +1445,23 @@ relocation entries to fixup these addresses.
Array containing all the dynamic structures in the .dynamic section.
This is automatically populated by the linker.
.El
+.Sh HISTORY
+.Ox
+ELF support first appeared in
+.Ox 1.2 ,
+although not all supported platforms use it as the native
+binary file format.
+ELF in itself first appeared in
+.At V .
+The ELF format is an adopted standard.
+.Sh AUTHORS
+The original version of this manual page was written by
+.An Jeroen Ruigrok van der Werven
+.Aq asmodai@FreeBSD.org
+with inspiration from BSDi's
+.Bsx
+.Nm elf
+manpage.
.Sh SEE ALSO
.Xr as 1 ,
.Xr gdb 1 ,
@@ -1465,20 +1482,3 @@ This is automatically populated by the linker.
.%T Object Files
.%B "Executable and Linking Format (ELF)"
.Re
-.Sh HISTORY
-.Ox
-ELF support first appeared in
-.Ox 1.2 ,
-although not all supported platforms use it as the native
-binary file format.
-ELF in itself first appeared in
-.At V .
-The ELF format is an adopted standard.
-.Sh AUTHORS
-The original version of this manual page was written by
-.An Jeroen Ruigrok van der Werven
-.Aq asmodai@FreeBSD.org
-with inspiration from BSDi's
-.Bsx
-.Nm elf
-manpage.
diff --git a/man5/proc.5 b/man5/proc.5
index 71347ae014..cf549870da 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -1745,6 +1745,19 @@ This is useful for analysing virtual memory behaviour.
.\" FIXME more should be said about /proc/zoneinfo
.RE
.RE
+.SH NOTES
+Many strings (i.e., the environment and command line) are in
+the internal format, with sub-fields terminated by null bytes ('\\0'),
+so you
+may find that things are more readable if you use \fIod \-c\fP or \fItr
+"\\000" "\\n"\fP to read them.
+Alternatively, \fIecho `cat <file>`\fP works well.
+
+This manual page is incomplete, possibly inaccurate, and is the kind
+of thing that needs to be updated very often.
+.\" .SH ACKNOWLEDGEMENTS
+.\" The material on /proc/sys/fs and /proc/sys/kernel is closely based on
+.\" kernel source documentation files written by Rik van Riel.
.SH "SEE ALSO"
.BR cat (1),
.BR find (1),
@@ -1771,16 +1784,3 @@ This is useful for analysing virtual memory behaviour.
.BR route (8)
.br
.I /usr/src/linux/Documentation/filesystems/proc.txt
-.SH CAVEATS
-Note that many strings (i.e., the environment and command line) are in
-the internal format, with sub-fields terminated by null bytes ('\\0'),
-so you
-may find that things are more readable if you use \fIod \-c\fP or \fItr
-"\\000" "\\n"\fP to read them.
-Alternatively, \fIecho `cat <file>`\fP works well.
-
-This manual page is incomplete, possibly inaccurate, and is the kind
-of thing that needs to be updated very often.
-.SH ACKNOWLEDGEMENTS
-The material on /proc/sys/fs and /proc/sys/kernel is closely based on
-kernel source documentation files written by Rik van Riel.