summaryrefslogtreecommitdiff
path: root/bin/ksh
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2015-03-15 23:03:27 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2015-03-15 23:03:27 +0000
commit5d42d147758b04a52aed55516d873a57d4dfd3a4 (patch)
treea41a0afce0c98ccac87d242f845c40a6dddeaf10 /bin/ksh
parent87e058eaab52290c6c442f5283f4abf1b9dfdf3a (diff)
from zhuk: clarify "set --";
Diffstat (limited to 'bin/ksh')
-rw-r--r--bin/ksh/sh.17
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1
index dba4d1cbd26..97f8dfc742a 100644
--- a/bin/ksh/sh.1
+++ b/bin/ksh/sh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1,v 1.105 2015/03/15 15:54:35 jmc Exp $
+.\" $OpenBSD: sh.1,v 1.106 2015/03/15 23:03:26 jmc Exp $
.\"
.\" Copyright (c) 2015 Jason McIntyre <jmc@openbsd.org>
.\"
@@ -701,8 +701,9 @@ with
.Sq #
set to the number of positional parameters.
The sequence
-.Qq set\ --
-can be used to delimit arguments;
+.Qq set --
+indicates an end to option processing
+(i.e. only arguments follow);
.Qq set --
by itself unsets all positional parameters
and sets