[PATCH 40/42] xargs.1: fix markup nit
"G. Branden Robinson" <[email protected]> Tue, 18 Nov 2025 21:50:50 -0600
| Newsgroups | gmane.comp.gnu.findutils.bugs |
|---|---|
| Message-ID | <20251119035050.phvq3kmfpwwhbps5@illithid> |
Favor `P` macro, which the page predominantly uses, over `PP` (`LP` is
not observed). `P` has been universally portable since 1986.
groff_man(7):
History
M. Douglas McIlroy ⟨[email protected]⟩ designed,
implemented, and documented the AT&T man macros for Unix Version 7
(1979) and employed them to edit Volume 1 of its Programmer’s
Manual, a compilation of all man pages supplied by the system. The
package supported the macros listed in this page not described as
extensions, except P and the deprecated AT and UC. It documented
no registers and defined only R and S strings.
UC appeared in 3BSD (1980). Unix System III (1980) introduced P
and exposed the registers IN and LL, which had been internal to
Seventh Edition Unix man. PWB/Unix 2.0 (1980) added the Tm string.
4BSD (1980) added lq and rq strings. SunOS 2.0 (1985) recognized
C, D, P, and X registers. 4.3BSD (1986) added AT and P. Ninth
Edition Unix (1986) introduced EX and EE. SunOS 4.0 (1988) added
SB. Unix System V (1988) incorporated BSD’s lq and rq strings.
Except for EX/EE, James Clark implemented the foregoing features in
early versions of groff. Later, groff 1.20 (2009) resurrected
EX/EE and originated SY/YS, TQ, MT/ME, and UR/UE. Plan 9 from User
Space’s troff introduced MR in 2020.
---
xargs/xargs.1 | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/xargs/xargs.1 b/xargs/xargs.1
index 29372259..720867e3 100644
--- a/xargs/xargs.1
+++ b/xargs/xargs.1
@@ -375,7 +375,8 @@ .SH OPTIONS
Print the version number of
.B xargs
and exit.
-.PP
+.
+.P
The options
.B \-\-max\-lines
.RB ( \-L ,
@@ -616,7 +617,7 @@ .SH "REPORTING BUGS"
online help: <https://www.gnu.org/software/findutils/#get-help>
.br
Report any translation bugs to <https://translationproject.org/team/>
-.PP
+.P
Report any other issue via the form at the GNU Savannah bug tracker:
.RS
<https://savannah.gnu.org/bugs/?group=findutils>
@@ -646,7 +647,7 @@ .SH "SEE ALSO"
.BR execvp (3),
.BR locatedb (5),
.BR signal (7)
-.PP
+.P
Full documentation <https://www.gnu.org/software/findutils/xargs>
.br
or available locally via:
--
2.30.2
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEh3PWHWjjDgcrENwa0Z6cfXEmbc4FAmkdPpoACgkQ0Z6cfXEm bc7nwBAAm9+9Qzy/mPJc/opC3aysbla+nLXP9Xyb1lqspUrizUo2I0AODp5/no0z 1d9xp3F7AvrqFAKVdsitwT5XJ5BCDW9HWzB1hV7iUEyMatPtGQKOVuOc+3xL1wsW Cpsrme4LLfne/pzdAIt+PBEF0N+4954PGrzbueovztv8zHpqDlvSxwHwMHJ+icWa TW3k8Yyt65YzlPOEMek59BVmkiP6PPHLAzROkZhtjsIH/0TdT9qodn1BxxI0Emtu xvH6QhjgdjbfPiINpM/aoJBGMMrMF/Sv9ujhvOIAzzenqrdeB0adn678Ckd6/HPj 1LBM0O2/pI2OCWJdLP5Ln6kM9/CpEeExJ8LdldOrj0+v0VKEB1x/kWzcTK4Nhdur ZcLH8WMmUH4Qg+IgcoFolOApGcFpAovKhDJgCzg/3BVuHkvj6JzBCQMwIo2zpqtA MLIqWPWvD3u2H9dCw4l7BfgIexaaez76aBtpJ/ShPanGCNp1udhHVDnCHrCh3b3I IpDhlODvwOyxdzz3wGscm0UP+YSm5x20QR1pVpnGrA7Bw81pCA4qtGOc/rdFs2tQ sKVDFUSDgiwCFv233p+VgWOEZPHKCwwYcxi8+YLOnqzNb4r6GdxLrgoMn9lyFO2H v5uuVpmPoGvPFw6pk2ofTx7SE+b04POOGvR3pO/vrjISEC9OT2o= =Uttz -----END PGP SIGNATURE-----