summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2004-01-15 22:08:45 +0000
committerjmc <jmc@openbsd.org>2004-01-15 22:08:45 +0000
commit3a45ec55efb19f151ed152325ba6146540670dfe (patch)
tree4bc85f532bc474da4fed1ab1e36d511a692469a9
parentansi and some spaces; no f/c (diff)
downloadwireguard-openbsd-3a45ec55efb19f151ed152325ba6146540670dfe.tar.xz
wireguard-openbsd-3a45ec55efb19f151ed152325ba6146540670dfe.zip
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