bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#32900: [PATCH] env.x: Fix minor mistakes in the manual


From: Bjarni Ingi Gislason
Subject: bug#32900: [PATCH] env.x: Fix minor mistakes in the manual
Date: Mon, 1 Oct 2018 21:40:27 +0000
User-agent: Mutt/1.5.20 (2009-12-10)

  Fix a spelling mistake.

  Protect a period at the beginning of a line.

Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
 man/env.x | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/env.x b/man/env.x
index fb6665b81..cb8049f3a 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.19.0

-- 
Bjarni I. Gislason





reply via email to

[Prev in Thread] Current Thread [Next in Thread]