diff --git a/man8/ldconfig.8 b/man8/ldconfig.8 index 7124bc703..1bda41f34 100644 --- a/man8/ldconfig.8 +++ b/man8/ldconfig.8 @@ -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