The [B]ldconfig[/B] utility is used to prepare a set of ``hints'' for use by the
dynamic linker to facilitate quick lookup of shared libraries available
in multiple directories. It scans a set of built-in system directories
and any [I]directories[/I] specified on the command line (in the given order)
looking for shared libraries and stores the results in a system file to
forestall the overhead that would otherwise result from the directory
search operations the dynamic linker would have to perform to load the
required shared libraries.
Not sure I agree, there are other manualpages which contain long sentences. The primary objective should be to relay the required information, which I think is happening hereBTW, the description in man is such a long sentence, not UNIX style some way.
Because a manualpage normally also has a section, which you forgot to mention. So when talking about ldconfig I'd use: ldconfig(8). Or to show the source: [man=8]ldconfig[/man]. Hope this helps.BTW, why there is an additional "()" when using [MAN][/MAN] in the post?
Because you're using it wrong.BTW, why there is an additional "()" when using [MAN][/MAN] in the post?