ldconfig: remove ignored -v (verbose) option
authorStefan Eßer <se@FreeBSD.org>
Fri, 1 Mar 2024 15:29:31 +0000 (16:29 +0100)
committerStefan Eßer <se@FreeBSD.org>
Fri, 1 Mar 2024 15:40:55 +0000 (16:40 +0100)
commit484de86fbe4cf0b77e9cc15e8a6a656603b9174a
tree9591d985b3c151722f66c9eca47ae79767b47e66
parent56ec98a04d19fec3750e47d12eb581c139c8b405
ldconfig: remove ignored -v (verbose) option

The -v option used to print useful information when operating on a.out
format libraries. After the removal of a.out support, it was accepted
but did not have any effect.

Remove the option and update the man-page.

While here mention the set of historic options that are accepted but
ignored: "-elf", "-s", and "-v".

The FILES section contained outdated information and did not mention
the way library directories of optional ports and packages are
included in the library search path recorded in the hints file.

The description of the "-B" option was incorrect (described a planned
change) for big-endian platforms (powerpc64). These do still default
to big-endian hints files, since the current version of the "pkg"
program expects the hints file to be in native byte-order.

Reviewed by: kib
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D44139
sbin/ldconfig/ldconfig.8
sbin/ldconfig/ldconfig.c