* doc/find.texi: xargs -r is no longer a GNU extension, since POSIX
now specifies it (as of 2024).
* xargs/xargs.1: Likewise.
---
 doc/find.texi | 2 +-
 xargs/xargs.1 | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/find.texi b/doc/find.texi
index b149cea8..4868a17d 100644
--- a/doc/find.texi
+++ b/doc/find.texi
@@ -2795,7 +2795,7 @@ limit.  The following options modify those values.
 @itemx -r
 If the standard input does not contain any nonblanks, do not run the
 command.  By default, the command is run once even if there is no
-input.  This option is a GNU extension.
+input.
 
 @item --max-lines@r{[}=@var{max-lines}@r{]}
 @itemx -L @var{max-lines}
diff --git a/xargs/xargs.1 b/xargs/xargs.1
index b7111c19..4cbcb3d6 100644
--- a/xargs/xargs.1
+++ b/xargs/xargs.1
@@ -364,7 +364,6 @@ This can be used in a rudimentary load distribution scheme, 
for example.
 If the standard input does not contain any nonblanks, do not run the
 command.
 Normally, the command is run once even if there is no input.
-This option is a GNU extension.
 .
 .TP
 .BI \-s\*(~~ max-chars
@@ -563,9 +562,11 @@ been killed by a signal is not used by
 .SH "STANDARDS CONFORMANCE"
 The long-standing
 .B \-0
-option of
+and
+.B \-r
+options of GNU
 .B xargs
-appeared first in Issue 8 (IEEE Std 1003.1\-2024) of the POSIX standard.
+were added to Issue 8 (IEEE Std 1003.1\-2024) of the POSIX standard.
 The long-standing
 .B \-p
 option of GNU
-- 
2.47.3


Reply via email to