summaryrefslogtreecommitdiff
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
parent1c12a1051231f5a5fae5b3344999a0a4ae3c3487 (diff)
escape full stops properly to avoid double spaces;
-rw-r--r--bin/ksh/ksh.112
-rw-r--r--bin/ksh/ksh.1tbl12
-rw-r--r--bin/ksh/sh.110
-rw-r--r--bin/ksh/sh.1tbl10
4 files changed, 22 insertions, 22 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1
index e5b71f8b3ad..21bfbbfa0a9 100644
--- a/bin/ksh/ksh.1
+++ b/bin/ksh/ksh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ksh.1,v 1.63 2003/12/27 20:35:12 jmc Exp $
+.\" $OpenBSD: ksh.1,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
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
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1
index 2368420cf46..a7f19089213 100644
--- a/bin/ksh/sh.1
+++ b/bin/ksh/sh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1,v 1.42 2003/12/27 20:52:22 jmc Exp $
+.\" $OpenBSD: sh.1,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
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