From 05650dfc911f2ece4b74e4a2f44dd000cbbd77f9 Mon Sep 17 00:00:00 2001
From: ribbon <ppp15477@yahoo.co.jp>
Date: Sun, 24 Apr 2022 14:03:02 +0200
Subject: [PATCH] doc: minor formatting fixes in xargs.1

* xargs/xargs.1 (--max-args): Reset the bold formatting earlier
in two places.

Fixes https://sv.gnu.org/bugs/?62325

Copyright-paperwork-exempt: Yes
---
 xargs/xargs.1 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/xargs/xargs.1 b/xargs/xargs.1
index f743e60c..461566d9 100644
--- a/xargs/xargs.1
+++ b/xargs/xargs.1
@@ -169,7 +169,7 @@ option is deprecated since the POSIX standard specifies
 .B \-L
 instead.
 .TP
-.BI \-n " max-args\fB, \fI" "\-\-max\-args" \fR=\fImax-args
+.BI \-n " max-args\fR, \fI" "\-\-max\-args" \fR=\fImax-args
 Use at most \fImax-args\fR arguments per command line.  Fewer than
 .I max-args
 arguments will be used if the size (see the
@@ -177,7 +177,8 @@ arguments will be used if the size (see the
 option) is exceeded, unless the
 .B \-x
 option is given, in which case
-.B xargs will exit.
+.B xargs
+will exit.
 .TP
 .BI \-P " max-procs\fR, \fI" \-\-max\-procs "\fR=\fImax-procs"
 Run up to
-- 
2.36.0

