summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1998-07-30 04:47:56 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1998-07-30 04:47:56 +0000
commitfab26805947ea04dd976d83f0af3e528add1486d (patch)
tree6881b4db858055f4f68b3953e3abff87245cb804 /bin
parent0d58ca231257031088a50c4e131d20a473d89869 (diff)
downloadsrc-test2-fab26805947ea04dd976d83f0af3e528add1486d.tar.gz
src-test2-fab26805947ea04dd976d83f0af3e528add1486d.zip
Notes
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/sh.19
1 files changed, 7 insertions, 2 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index 471911904ffe..5d99ac64a5a1 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.19 1998/02/12 01:23:11 jdp Exp $
+.\" $Id: sh.1,v 1.20 1998/05/18 06:44:17 charnier Exp $
.\"
.Dd May 5, 1995
.Dt SH 1
@@ -141,7 +141,12 @@ single letter option in the descriptions below. Specifying a dash
.Dq -
enables the option, while using a plus
.Dq +
-disables the option.
+disables the option. A
+.Dq --
+or plain
+.Dq -
+will stop option processing and will force the remaining
+words on the command line to be treated as arguments.
.Bl -tag -width Ds
.It Fl a Li allexport
Export all variables assigned to.