diff options
author | 1996-11-21 08:18:19 +0000 | |
---|---|---|
committer | 1996-11-21 08:18:19 +0000 | |
commit | d563adf0ec4fed8398a1a787eaf8af42d9d0ffbb (patch) | |
tree | 248990e2cde0d2055a4a5599dc755c16af84ce0b | |
parent | mktemp(1) for shell scripts. No more gross directory hackery for safe temp (diff) | |
download | wireguard-openbsd-d563adf0ec4fed8398a1a787eaf8af42d9d0ffbb.tar.xz wireguard-openbsd-d563adf0ec4fed8398a1a787eaf8af42d9d0ffbb.zip |
sync
-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, |