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.