diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-12-12 17:37:47 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-12-12 17:37:47 +0000 |
commit | 4c1bbeab68888dce254c3fa3c68c79f32896d945 (patch) | |
tree | 6ee8456bc485fb708affba9f23b445a3a99f427c /bin/ksh/sh.1 | |
parent | 0f38a2fb7a8ada1fa588d9a2505cee9aff2dde5a (diff) |
escape punctuation;
Diffstat (limited to 'bin/ksh/sh.1')
-rw-r--r-- | bin/ksh/sh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 25dbfdefe77..fb43b599d24 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.54 2004/12/12 06:53:13 deraadt Exp $ +.\" $OpenBSD: sh.1,v 1.55 2004/12/12 17:37:45 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -2834,7 +2834,7 @@ Only used if job control is enabled Enables a subset of .Xr csh 1 Ns -style history editing using the -.Ql ! +.Ql !\& character. .It Fl C Ic noclobber Prevent |