The branch main has been updated by se: URL: https://cgit.FreeBSD.org/src/commit/?id=6815606c827a321cfa12e2e026bcffeace8b9d14
commit 6815606c827a321cfa12e2e026bcffeace8b9d14 Author: Stefan Eßer <[email protected]> AuthorDate: 2024-04-20 17:49:10 +0000 Commit: Stefan Eßer <[email protected]> CommitDate: 2024-04-20 17:49:10 +0000 ldconfig: fix man-page - duplicate dot at end of sentence Reported by: gbe --- sbin/ldconfig/ldconfig.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/ldconfig/ldconfig.8 b/sbin/ldconfig/ldconfig.8 index e3cb2c00a353..fd36540b48d6 100644 --- a/sbin/ldconfig/ldconfig.8 +++ b/sbin/ldconfig/ldconfig.8 @@ -108,7 +108,7 @@ Ignored for backwards compatibility. .It Fl B Force writing big-endian binary data to the hints file. The default is to create hints files in little-endian byte-order on all -architectures.. +architectures. Reading of and merging into hints files preserves the endianness of the existing hints file. .It Fl R
