]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: fix typo in env --split-string documentation
authorPádraig Brady <P@draigBrady.com>
Mon, 27 Jul 2020 12:10:55 +0000 (13:10 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 27 Jul 2020 12:16:42 +0000 (13:16 +0100)
* doc/coreutils.texi: Fix grammar.

doc/coreutils.texi

index ef4144e42ed6e37c686e4fb414d1d0dc57b65b67..bebccbcb612a8f0dd93b07019e96f0584d27b98b 100644 (file)
@@ -17402,8 +17402,8 @@ the exit status of @var{command} otherwise
 
 @subsection @option{-S}/@option{--split-string} usage in scripts
 
-The @option{-S}/@option{--split-string} options enable using multiple
-arguments on the first one of scripts (shebang line, @samp{#!}).
+The @option{-S}/@option{--split-string} option enables use of multiple
+arguments on the first line of scripts (the shebang line, @samp{#!}).
 
 When a script's interpreter is in a known location, scripts typically
 contain the absolute file name in their first line: