aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-08-08 05:11:00 +1000
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-08-08 05:54:15 +1000
commit7e57f0e6422ffd0fc87dc8977c3358f3ee4f434f (patch)
tree99c9799f614410fb5510be9981439b855a3b616d
parentf2ae94cdbc71c94971d8b4155128eeff374ab26b (diff)
downloadman-pages-7e57f0e6422ffd0fc87dc8977c3358f3ee4f434f.tar.gz
pldd.1: Fix section ordering
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man1/pldd.146
1 files changed, 23 insertions, 23 deletions
diff --git a/man1/pldd.1 b/man1/pldd.1
index 8a075e8add..0eed3c59e4 100644
--- a/man1/pldd.1
+++ b/man1/pldd.1
@@ -47,16 +47,6 @@ Display a short usage message.
.TP
.BR \-V ", " \-\-version
Display the program version.
-.SH VERSIONS
-.B pldd
-is available since glibc 2.15.
-.SH CONFORMING TO
-The
-.B pldd
-command is not specified by POSIX.1.
-Some other systems
-.\" There are man pages on Solaris and HP-UX.
-have a similar command.
.SH EXIT STATUS
On success,
.B pldd
@@ -68,19 +58,16 @@ or no command-line arguments are supplied,
.B pldd
exists with a status of 1.
If given an invalid option, it exits with the status 64.
-.SH EXAMPLE
-.nf
-$ \fBecho $$\fP # Display PID of shell
-1143
-$ \fBpldd $$\fP # Display DSOs linked into the shell
-1143: /usr/bin/bash
-linux\-vdso.so.1
-/lib64/libtinfo.so.5
-/lib64/libdl.so.2
-/lib64/libc.so.6
-/lib64/ld\-linux\-x86\-64.so.2
-/lib64/libnss_files.so.2
-.fi
+.SH VERSIONS
+.B pldd
+is available since glibc 2.15.
+.SH CONFORMING TO
+The
+.B pldd
+command is not specified by POSIX.1.
+Some other systems
+.\" There are man pages on Solaris and HP-UX.
+have a similar command.
.SH NOTES
The command
@@ -94,6 +81,19 @@ Since glibc 2.19,
is broken: it just hangs when executed.
.\" FIXME https://sourceware.org/bugzilla/show_bug.cgi?id=18035
It is unclear if it will ever be fixed.
+.SH EXAMPLE
+.nf
+$ \fBecho $$\fP # Display PID of shell
+1143
+$ \fBpldd $$\fP # Display DSOs linked into the shell
+1143: /usr/bin/bash
+linux\-vdso.so.1
+/lib64/libtinfo.so.5
+/lib64/libdl.so.2
+/lib64/libc.so.6
+/lib64/ld\-linux\-x86\-64.so.2
+/lib64/libnss_files.so.2
+.fi
.SH SEE ALSO
.BR ldd (1),
.BR lsof (1),