summaryrefslogtreecommitdiff
path: root/bin/ksh/sh.1tbl
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-01-15 22:08:46 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-01-15 22:08:46 +0000
commit913491a406dd07fee22f53938d13b879dda90dbc (patch)
tree1f5e0e899a98909c607c96b208cb6a1e01ac0000 /bin/ksh/sh.1tbl
parent1c12a1051231f5a5fae5b3344999a0a4ae3c3487 (diff)
escape full stops properly to avoid double spaces;
Diffstat (limited to 'bin/ksh/sh.1tbl')
-rw-r--r--bin/ksh/sh.1tbl10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/ksh/sh.1tbl b/bin/ksh/sh.1tbl
index 2629683408c..e13cc3aa0d1 100644
--- a/bin/ksh/sh.1tbl
+++ b/bin/ksh/sh.1tbl
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1tbl,v 1.42 2003/12/27 20:52:22 jmc Exp $
+.\" $OpenBSD: sh.1tbl,v 1.43 2004/01/15 22:08:45 jmc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -2730,14 +2730,14 @@ commands defining all read-only parameters, including their values, are
printed.
.It Ic return Op Ar status
Returns from a function or
-.Ic \&.
+.Ic .\&
script, with exit status
.Ar status .
If no
.Ar status
is given, the exit status of the last executed command is used.
If used outside of a function or
-.Ic \&.
+.Ic .\&
script, it has the same effect as
.Ic exit .
Note that
@@ -2745,9 +2745,9 @@ Note that
treats both profile and
.Ev ENV
files as
-.Ic \&.
+.Ic .\&
scripts, while the original Korn shell only treats profiles as
-.Ic \&.
+.Ic .\&
scripts.
.It Xo Ic set Op Ic +-abCefhkmnpsuvxX
.Op Ic +-o Ar option