aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/env
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-04-24 22:02:22 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-04-24 22:02:22 +0000
commitbeb71006e7da5e7c71f67aedd3b621540f4ee369 (patch)
tree89169c1477014abeec60f7e39092454f766bb098 /usr.bin/env
parent06459adc89b4c83d7e8aa5759897ef66d877bee9 (diff)
downloadsrc-beb71006e7da5e7c71f67aedd3b621540f4ee369.tar.gz
src-beb71006e7da5e7c71f67aedd3b621540f4ee369.zip
Notes
Diffstat (limited to 'usr.bin/env')
-rw-r--r--usr.bin/env/env.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/env/env.1 b/usr.bin/env/env.1
index 4584fde75756..48da9b2f89ea 100644
--- a/usr.bin/env/env.1
+++ b/usr.bin/env/env.1
@@ -31,7 +31,7 @@
.\" From FreeBSD: src/usr.bin/printenv/printenv.1,v 1.17 2002/11/26 17:33:35 ru Exp
.\" $FreeBSD$
.\"
-.Dd January 19, 2020
+.Dd April 24, 2020
.Dt ENV 1
.Os
.Sh NAME
@@ -165,7 +165,7 @@ and
.Ar utility
may not be specified together.
.\"
-.Ss Details of Fl S \&Ss (split-string) processing
+.Ss Details of -S (split-string) processing
The processing of the
.Fl S
option will split the given
@@ -292,11 +292,11 @@ processing.
.Pp
Also,
.Fl S
-processing can not reference the value of the special parameters
+processing cannot reference the value of the special parameters
which are defined by most shells.
For instance,
.Fl S
-can not recognize special parameters such as:
+cannot recognize special parameters such as:
.Ql $* ,
.Ql $@ ,
.Ql $# ,