From 97757b5eba829dc00cd690dbf2bed6af6aff3593 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Mon, 27 Jul 2020 13:10:55 +0100 Subject: [PATCH] doc: fix typo in env --split-string documentation * doc/coreutils.texi: Fix grammar. --- doc/coreutils.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.47.2