summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-09-13 17:40:00 +0000
committerwosch <wosch@FreeBSD.org>1997-09-13 17:40:00 +0000
commitbb524100fb43d8876872390efc88e4a1b7166740 (patch)
tree00176c53b0fb2ffb2cca80833f4d7342677f5917 /bin
parent5167b81f672ae518842429441f38bf4c0ec9ac75 (diff)
downloadFreeBSD-src-bb524100fb43d8876872390efc88e4a1b7166740.zip
FreeBSD-src-bb524100fb43d8876872390efc88e4a1b7166740.tar.gz
PR: docs/4449
The -c flag is not documented in the sh(1) manapge. Submitted by: adrian@virginia.edu
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/sh.17
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index d6cae93..3144390 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95
-.\" $Id: sh.1,v 1.13 1997/04/28 03:20:09 steve Exp $
+.\" $Id: sh.1,v 1.14 1997/05/07 11:42:00 steve Exp $
.\"
.Dd May 5, 1995
.Dt SH 1
@@ -45,6 +45,7 @@
.Nm
.Op Fl /+abCEefIimnpsuVvx
.Op Fl /+o Ar longname
+.Op Fl c Ar string
.Op Ar arg ...
.Sh DESCRIPTION
.Nm sh
@@ -220,6 +221,10 @@ as it is read. Useful for debugging.
Write each command to standard error (preceded
by a '+ ') before it is executed. Useful for
debugging.
+.It Fl c Ar string
+Pass the string argument to the shell to be interpreted as input.
+Keep in mind that this option only accepts a single string as its
+argument, hence multi-word strings must be quoted.
.El
.Ss Lexical Structure
The shell reads input in terms of lines from a file and breaks
OpenPOWER on IntegriCloud