From: Pádraig Brady Date: Mon, 27 Jul 2020 12:10:55 +0000 (+0100) Subject: doc: fix typo in env --split-string documentation X-Git-Tag: v9.0~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97757b5eba829dc00cd690dbf2bed6af6aff3593;p=thirdparty%2Fcoreutils.git doc: fix typo in env --split-string documentation * doc/coreutils.texi: Fix grammar. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index ef4144e42e..bebccbcb61 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -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: