]> git.ipfire.org Git - thirdparty/man-pages.git/commit
man*/: ffix (use `\%`)
authorG. Branden Robinson <g.branden.robinson@gmail.com>
Thu, 20 Jul 2023 02:04:36 +0000 (21:04 -0500)
committerAlejandro Colomar <alx@kernel.org>
Thu, 20 Jul 2023 13:23:35 +0000 (15:23 +0200)
commit18a466700a3e7cd5ac8c3899c476676a0cd616c0
tree77427fb34cdea3b212c408790e874e99a8591589
parentc654cde5ec9e9fa975d5d041aa069489ab12a4ce
man*/: ffix (use `\%`)

Protect instances of some literals from hyphenation.  These are only
those necessary to improve analyzability of a large-scale (500+ file),
sed-driven change to improve adjustment and hyphenation enablement
management around tables.

*  man2/getrlimit.2: Protect some instances of `RLIMIT_MSGQUEUE`,
   `RLIMIT_SIGPENDING`, `RLIMIT_FSIZE`, and `getrlimit` from
   hyphenation.
*  man2/sigaltstack.2: Protect an instance of `setrlimit` from
   hyphenation.
*  man3/gethostbyname.3: Protect an instance of `endhostent` from
   hyphenation.
*  man3/getmntent.3: Protect an instance of `getmntinfo` from
   hyphenation.

Signed-off-by: "G. Branden Robinson" <g.branden.robinson@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man2/getrlimit.2
man2/sigaltstack.2
man3/gethostbyname.3
man3/getmntent.3