summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-03-21 14:06:54 +0000
committeraaron <aaron@openbsd.org>2000-03-21 14:06:54 +0000
commitc7718a92c78360de0a1cef64f1c99d41091fa554 (patch)
tree78e9c0d5be13cc1f3df51fdd857ef0315c196e1e
parentFix function to comply with prototype. Kind of moot, as tcp signatures (diff)
downloadwireguard-openbsd-c7718a92c78360de0a1cef64f1c99d41091fa554.tar.xz
wireguard-openbsd-c7718a92c78360de0a1cef64f1c99d41091fa554.zip
Sometimes it is confusing when a sentence begins with lowercase; d@
-rw-r--r--bin/ksh/ksh.15
-rw-r--r--bin/ksh/ksh.1tbl5
-rw-r--r--bin/ksh/sh.15
-rw-r--r--bin/ksh/sh.1tbl5
4 files changed, 12 insertions, 8 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1
index 32f8a23ddc4..83835aa9b4b 100644
--- a/bin/ksh/ksh.1
+++ b/bin/ksh/ksh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ksh.1,v 1.32 2000/03/17 18:48:43 aaron Exp $
+.\" $OpenBSD: ksh.1,v 1.33 2000/03/21 14:06:54 aaron Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -2192,8 +2192,9 @@ A list of functions can be obtained using
.Ic typeset \&+f
and the function definitions can be listed using
.Ic typeset \&-f .
+The
.Ic autoload
-(which is an alias for
+command (which is an alias for
.Ic typeset \&-fu )
may be used to create undefined functions; when an undefined function is
executed, the shell searches the path specified in the
diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl
index b8094576a5a..93fe15d99df 100644
--- a/bin/ksh/ksh.1tbl
+++ b/bin/ksh/ksh.1tbl
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ksh.1tbl,v 1.32 2000/03/17 18:48:43 aaron Exp $
+.\" $OpenBSD: ksh.1tbl,v 1.33 2000/03/21 14:06:54 aaron Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -2192,8 +2192,9 @@ A list of functions can be obtained using
.Ic typeset \&+f
and the function definitions can be listed using
.Ic typeset \&-f .
+The
.Ic autoload
-(which is an alias for
+command (which is an alias for
.Ic typeset \&-fu )
may be used to create undefined functions; when an undefined function is
executed, the shell searches the path specified in the
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1
index 5cbee0f0329..4d3c1aab0a1 100644
--- a/bin/ksh/sh.1
+++ b/bin/ksh/sh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1,v 1.18 2000/03/17 18:48:43 aaron Exp $
+.\" $OpenBSD: sh.1,v 1.19 2000/03/21 14:06:55 aaron Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1725,8 +1725,9 @@ A list of functions can be obtained using
.Ic typeset \&+f
and the function definitions can be listed using
.Ic typeset \&-f .
+The
.Ic autoload
-(which is an alias for
+command (which is an alias for
.Ic typeset \&-fu )
may be used to create undefined functions; when an undefined function is
executed, the shell searches the path specified in the
diff --git a/bin/ksh/sh.1tbl b/bin/ksh/sh.1tbl
index c1c63a9a77d..f558a29d13c 100644
--- a/bin/ksh/sh.1tbl
+++ b/bin/ksh/sh.1tbl
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1tbl,v 1.18 2000/03/17 18:48:43 aaron Exp $
+.\" $OpenBSD: sh.1tbl,v 1.19 2000/03/21 14:06:55 aaron Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1725,8 +1725,9 @@ A list of functions can be obtained using
.Ic typeset \&+f
and the function definitions can be listed using
.Ic typeset \&-f .
+The
.Ic autoload
-(which is an alias for
+command (which is an alias for
.Ic typeset \&-fu )
may be used to create undefined functions; when an undefined function is
executed, the shell searches the path specified in the