svn commit: r341725 - head/bin/sh
Jilles Tjoelker
jilles at FreeBSD.org
Sat Dec 8 12:49:21 UTC 2018
Author: jilles
Date: Sat Dec 8 12:49:19 2018
New Revision: 341725
URL: https://svnweb.freebsd.org/changeset/base/341725
Log:
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
Modified:
head/bin/sh/sh.1
Modified: head/bin/sh/sh.1
==============================================================================
--- head/bin/sh/sh.1 Sat Dec 8 11:38:39 2018 (r341724)
+++ head/bin/sh/sh.1 Sat Dec 8 12:49:19 2018 (r341725)
@@ -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:
More information about the svn-src-all
mailing list