From c7718a92c78360de0a1cef64f1c99d41091fa554 Mon Sep 17 00:00:00 2001 From: aaron Date: Tue, 21 Mar 2000 14:06:54 +0000 Subject: [PATCH] Sometimes it is confusing when a sentence begins with lowercase; d@ --- bin/ksh/ksh.1 | 5 +++-- bin/ksh/ksh.1tbl | 5 +++-- bin/ksh/sh.1 | 5 +++-- bin/ksh/sh.1tbl | 5 +++-- 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 -- 2.20.1