aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/sh.1
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2018-12-08 12:49:19 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2018-12-08 12:49:19 +0000
commit1becbc64f8f80ef49c07dda10677d656eb0fa54e (patch)
treec6f4e82df6ede529f700035d7045a8bac9963b5a /bin/sh/sh.1
parentb0b246b0babbc56a941bf378fed1047caecafc99 (diff)
downloadsrc-1becbc64f8f80ef49c07dda10677d656eb0fa54e.tar.gz
src-1becbc64f8f80ef49c07dda10677d656eb0fa54e.zip
sh(1): Remove -c string from set builtin documentation
Altering the -c string at run time does not make sense and is not possible. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=341725
Diffstat (limited to 'bin/sh/sh.1')
-rw-r--r--bin/sh/sh.16
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index 3158b41bc87e..e671a1f0d142 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -32,7 +32,7 @@
.\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95
.\" $FreeBSD$
.\"
-.Dd November 27, 2018
+.Dd December 8, 2018
.Dt SH 1
.Os
.Sh NAME
@@ -2485,8 +2485,8 @@ lines, suitable for re-input to the shell.
See the
.Sx Functions
subsection.
-.It Ic set Oo Fl /+abCEefIimnpTuVvx Oc Oo Fl /+o Ar longname Oc Oo
-.Fl c Ar string Oc Op Fl - Ar arg ...
+.It Ic set Oo Fl /+abCEefIimnpTuVvx Oc Oo Fl /+o Ar longname
+.Oc Op Fl - Ar arg ...
The
.Ic set
command performs three different functions: