From dedb3973e33c5ebe328bcefce8d928530243e779 Mon Sep 17 00:00:00 2001 From: Bjarni Ingi Gislason Date: Mon, 1 Oct 2018 21:40:27 +0000 Subject: [PATCH] doc: fix minor mistakes in "env.x" * man/env.x (OPTIONS): Fix a spelling mistake. Protect a period at the beginning of a line. --- man/env.x | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/env.x b/man/env.x index fb6665b818..cb8049f3a1 100644 --- a/man/env.x +++ b/man/env.x @@ -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 -- 2.47.2