ldconfig.8: Place options in alphabetical order

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-02-16 06:29:12 +01:00
parent e481989327
commit 1d0a65fdb4
1 changed files with 29 additions and 29 deletions

View File

@ -99,11 +99,22 @@ should normally be run by the superuser as it may require write
permission on some root owned directories and files.
.SH OPTIONS
.TP
.B \-v
Verbose mode.
Print current version number, the name of each directory as it
is scanned, and any links that are created.
Overrides quiet mode.
.B \-C cache
Use
.B cache
instead of
.IR /etc/ld.so.cache .
.TP
.B \-f conf
Use
.B conf
instead of
.IR /etc/ld.so.conf .
.TP
.B \-l
Library mode.
Manually link individual libraries.
Intended for use by experts only.
.TP
.B \-n
Only process directories specified on the command line.
@ -122,37 +133,26 @@ Unless
.B \-X
is also specified, links are still updated.
.TP
.B \-X
Don't update links.
Unless
.B \-N
is also specified, the cache is still rebuilt.
.TP
.B \-f conf
Use
.B conf
instead of
.IR /etc/ld.so.conf .
.TP
.B \-C cache
Use
.B cache
instead of
.IR /etc/ld.so.cache .
.B \-p
Print the lists of directories and candidate libraries stored in
the current cache.
.TP
.B \-r root
Change to and use
.I root
as the root directory.
.TP
.B \-l
Library mode.
Manually link individual libraries.
Intended for use by experts only.
.B \-v
Verbose mode.
Print current version number, the name of each directory as it
is scanned, and any links that are created.
Overrides quiet mode.
.TP
.B \-p
Print the lists of directories and candidate libraries stored in
the current cache.
.B \-X
Don't update links.
Unless
.B \-N
is also specified, the cache is still rebuilt.
.SH FILES
.PD 0
.TP 20