summaryrefslogtreecommitdiff
path: root/bin/ksh/sh.1tbl
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-01-17 09:59:03 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-01-17 09:59:03 +0000
commit71324d5ff83bef04f0312f38c3bb072c583066bb (patch)
tree8a392627f979e850c2818b3a8a7753ccf2921367 /bin/ksh/sh.1tbl
parent3ae7f71617ff3ee61f9767060af063d37c91ffdc (diff)
typo;
Diffstat (limited to 'bin/ksh/sh.1tbl')
-rw-r--r--bin/ksh/sh.1tbl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/sh.1tbl b/bin/ksh/sh.1tbl
index 5714646456c..4e1180a6bc7 100644
--- a/bin/ksh/sh.1tbl
+++ b/bin/ksh/sh.1tbl
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1tbl,v 1.58 2005/01/10 11:06:50 jmc Exp $
+.\" $OpenBSD: sh.1tbl,v 1.59 2005/01/17 09:59:02 jmc Exp $
.\"
.\" Public Domain
.\"
@@ -2850,7 +2850,7 @@ This can only be set/unset when the shell is invoked (see
above).
.It Fl m Ic monitor
Enable job control (default for interactive shells).
-.It Fl n lc noexec
+.It Fl n Ic noexec
Do not execute any commands.
Useful for checking the syntax of scripts
(ignored if interactive).