diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-11-21 08:18:20 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-11-21 08:18:20 +0000 |
commit | 7492ed436ee8612f7b2875b46c1f2524d4382183 (patch) | |
tree | e786de362277fc27831d46b78a8fcc98871c4fe4 /bin | |
parent | e7ba2dde1be71475ca9e13475a5da793e6e71492 (diff) |
sync
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ksh/ksh.1 | 7 | ||||
-rw-r--r-- | bin/ksh/ksh.1tbl | 7 | ||||
-rw-r--r-- | bin/pdksh/ksh.1tbl | 7 |
3 files changed, 12 insertions, 9 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index f9118ca871e..d0c05b9fa3a 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: ksh.1,v 1.2 1996/11/21 07:59:30 downsj Exp $ +.\" $OpenBSD: ksh.1,v 1.3 1996/11/21 08:18:19 downsj Exp $ .\"{{{}}} .\"{{{ Notes about man page .\" - use the pseudo-macros .sh( and .sh) to begin and end sh-specific @@ -18,7 +18,7 @@ .\" function) for more clear description. .\"}}} .\"{{{ Title -.TH KSH 1 "August 19, 1995" "" "User commands" +.TH KSH 1 "August 19, 1996" "" "User commands" .\"}}} .\"{{{ Name .SH NAME @@ -1148,7 +1148,8 @@ will print an error with a line number prepended to it. .\"}}} .\"{{{ Arithmetic Expressions .SS "Arithmetic Expressions" -Integer arithmetic expressions can be used with the \fBlet\fP command, +Integer arithmetic expressions can be used +with the \fBlet\fP command, inside \fB$((\fP..\fB))\fP expressions, inside array references (\fIe.g.\fP, \fIname\fP\fB[\fP\fIexpr\fP\fB]\fP), as numeric arguments to the \fBtest\fP command, diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index 2a7879a72e8..651f25fd765 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: ksh.1tbl,v 1.2 1996/11/21 07:59:30 downsj Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.3 1996/11/21 08:18:19 downsj Exp $ .\"{{{}}} .\"{{{ Notes about man page .\" - use the pseudo-macros .sh( and .sh) to begin and end sh-specific @@ -18,7 +18,7 @@ .\" function) for more clear description. .\"}}} .\"{{{ Title -.TH KSH 1 "August 19, 1995" "" "User commands" +.TH KSH 1 "August 19, 1996" "" "User commands" .\"}}} .\"{{{ Name .SH NAME @@ -1148,7 +1148,8 @@ will print an error with a line number prepended to it. .\"}}} .\"{{{ Arithmetic Expressions .SS "Arithmetic Expressions" -Integer arithmetic expressions can be used with the \fBlet\fP command, +Integer arithmetic expressions can be used +with the \fBlet\fP command, inside \fB$((\fP..\fB))\fP expressions, inside array references (\fIe.g.\fP, \fIname\fP\fB[\fP\fIexpr\fP\fB]\fP), as numeric arguments to the \fBtest\fP command, diff --git a/bin/pdksh/ksh.1tbl b/bin/pdksh/ksh.1tbl index 2a7879a72e8..651f25fd765 100644 --- a/bin/pdksh/ksh.1tbl +++ b/bin/pdksh/ksh.1tbl @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: ksh.1tbl,v 1.2 1996/11/21 07:59:30 downsj Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.3 1996/11/21 08:18:19 downsj Exp $ .\"{{{}}} .\"{{{ Notes about man page .\" - use the pseudo-macros .sh( and .sh) to begin and end sh-specific @@ -18,7 +18,7 @@ .\" function) for more clear description. .\"}}} .\"{{{ Title -.TH KSH 1 "August 19, 1995" "" "User commands" +.TH KSH 1 "August 19, 1996" "" "User commands" .\"}}} .\"{{{ Name .SH NAME @@ -1148,7 +1148,8 @@ will print an error with a line number prepended to it. .\"}}} .\"{{{ Arithmetic Expressions .SS "Arithmetic Expressions" -Integer arithmetic expressions can be used with the \fBlet\fP command, +Integer arithmetic expressions can be used +with the \fBlet\fP command, inside \fB$((\fP..\fB))\fP expressions, inside array references (\fIe.g.\fP, \fIname\fP\fB[\fP\fIexpr\fP\fB]\fP), as numeric arguments to the \fBtest\fP command, |