summaryrefslogtreecommitdiff
path: root/bin/ksh/ksh.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/ksh.1tbl
parent1c12a1051231f5a5fae5b3344999a0a4ae3c3487 (diff)
escape full stops properly to avoid double spaces;
Diffstat (limited to 'bin/ksh/ksh.1tbl')
-rw-r--r--bin/ksh/ksh.1tbl12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl
index 3ac78053c2a..7e7a4cdda8a 100644
--- a/bin/ksh/ksh.1tbl
+++ b/bin/ksh/ksh.1tbl
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ksh.1tbl,v 1.63 2003/12/27 20:35:12 jmc Exp $
+.\" $OpenBSD: ksh.1tbl,v 1.64 2004/01/15 22:08:45 jmc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -3211,14 +3211,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
@@ -3226,9 +3226,9 @@ Note that
treats both profile and
.Ev ENV
files as
-.Ic \&.
-scripts, while the original Korn shell only treats profiles as
-.Ic \&.
+.Ic .\&
+cripts, while the original Korn shell only treats profiles as
+.Ic .\&
scripts.
.It Xo Ic set Op Ic +-abCefhkmnpsuvxX
.Op Ic +-o Ar option