diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-01 17:48:30 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-01 17:48:30 +0000 |
commit | e60b9782872ca9ff87f3f6888ca5979ca8d5bd89 (patch) | |
tree | 18ae706e93635e09876cc1c1545453791205ca42 /bin/ksh | |
parent | 96cc71db7208ba0a9308325c4bddb3f1962c7f76 (diff) |
remove trailing spaces; missed from a previous commit
Diffstat (limited to 'bin/ksh')
-rw-r--r-- | bin/ksh/ksh.1 | 12 | ||||
-rw-r--r-- | bin/ksh/ksh.1tbl | 12 | ||||
-rw-r--r-- | bin/ksh/sh.1 | 4 | ||||
-rw-r--r-- | bin/ksh/sh.1tbl | 4 |
4 files changed, 16 insertions, 16 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 466b947ec4b..53218c96897 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1,v 1.21 1999/06/15 01:18:34 millert Exp $ +.\" $OpenBSD: ksh.1,v 1.22 1999/07/01 17:48:29 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -392,7 +392,7 @@ is executed only if the exit status of .Ar cmd1 is non-zero. .Ql && -and +and .Ql || have equal precedence which is higher than that of .Ql & , @@ -678,7 +678,7 @@ below). The arithmetic expression .Ar expression is evaluated; equivalent to -.Ic let Ar expression +.Ic let Ar expression (see .Sx Arithmetic expressions and the @@ -809,7 +809,7 @@ The following command aliases are defined automatically by the shell: .Bl -item -offset indent -compact .It .Ic autoload='typeset -fu' -.It +.It .Ic functions='typeset -f' .It .Ic hash='alias -t' @@ -3940,7 +3940,7 @@ some escape sequences won't work out quite this nicely. .Bl -item -compact .It .Ic bind '^[['=prefix-2 -.It +.It .Ic bind '^XA'=up-history .It .Ic bind '^XB'=down-history @@ -4279,7 +4279,7 @@ above), enabled with .Pp If a line is longer than the screen width (see .Dv COLUMNS -parameter), a +parameter), a .Ql > , .Ql + or diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index c56f42d0240..efd2d8a0b72 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1tbl,v 1.21 1999/06/15 01:18:34 millert Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.22 1999/07/01 17:48:29 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -392,7 +392,7 @@ is executed only if the exit status of .Ar cmd1 is non-zero. .Ql && -and +and .Ql || have equal precedence which is higher than that of .Ql & , @@ -678,7 +678,7 @@ below). The arithmetic expression .Ar expression is evaluated; equivalent to -.Ic let Ar expression +.Ic let Ar expression (see .Sx Arithmetic expressions and the @@ -809,7 +809,7 @@ The following command aliases are defined automatically by the shell: .Bl -item -offset indent -compact .It .Ic autoload='typeset -fu' -.It +.It .Ic functions='typeset -f' .It .Ic hash='alias -t' @@ -3940,7 +3940,7 @@ some escape sequences won't work out quite this nicely. .Bl -item -compact .It .Ic bind '^[['=prefix-2 -.It +.It .Ic bind '^XA'=up-history .It .Ic bind '^XB'=down-history @@ -4279,7 +4279,7 @@ above), enabled with .Pp If a line is longer than the screen width (see .Dv COLUMNS -parameter), a +parameter), a .Ql > , .Ql + or diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 722cf611a7a..2dc6aeac326 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.14 1999/06/15 01:18:35 millert Exp $ +.\" $OpenBSD: sh.1,v 1.15 1999/07/01 17:48:29 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -385,7 +385,7 @@ is executed only if the exit status of .Ar cmd1 is non-zero. .Ql && -and +and .Ql || have equal precedence which is higher that that of .Ql & , diff --git a/bin/ksh/sh.1tbl b/bin/ksh/sh.1tbl index c53584f22bc..f7a1324213d 100644 --- a/bin/ksh/sh.1tbl +++ b/bin/ksh/sh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1tbl,v 1.14 1999/06/15 01:18:35 millert Exp $ +.\" $OpenBSD: sh.1tbl,v 1.15 1999/07/01 17:48:29 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -385,7 +385,7 @@ is executed only if the exit status of .Ar cmd1 is non-zero. .Ql && -and +and .Ql || have equal precedence which is higher that that of .Ql & , |