diff options
| author | Bjarni Ingi Gislason <bjarniig@rhi.hi.is> | 2018-10-01 21:40:27 +0000 |
|---|---|---|
| committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2018-10-02 01:09:44 +0200 |
| commit | dedb3973e33c5ebe328bcefce8d928530243e779 (patch) | |
| tree | e81fd3d85831d49d4381489e303a8bf369ad5b51 | |
| parent | id: support multiple specified users (diff) | |
| download | coreutils-dedb3973e33c5ebe328bcefce8d928530243e779.tar.gz coreutils-dedb3973e33c5ebe328bcefce8d928530243e779.zip | |
doc: fix minor mistakes in "env.x"
* man/env.x (OPTIONS): Fix a spelling mistake. Protect a period at the
beginning of a line.
| -rw-r--r-- | man/env.x | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ env \- run a program in a modified environment .SS "\-S/\-\-split\-string usage in scripts" The .B \-S -option allows specifing multiple parameters in a script. +option allows specifying multiple parameters in a script. Running a script named .B 1.pl containing the following first line: @@ -19,7 +19,7 @@ containing the following first line: .RS .nf #!/usr/bin/env \-S perl \-w \-T -... +\&... .fi .RE .PP |
