summaryrefslogtreecommitdiff
path: root/bin/ksh
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-27 20:20:42 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-27 20:20:42 +0000
commitbc7980e2cae46f6ec58328dd4bc4c45c515544bf (patch)
tree799a4e65b1e63a11ec1ba0510c9e3d3622f384a6 /bin/ksh
parent052b890b2640633fc70a8147d5a92b02eae57c48 (diff)
do not nest RS/RE
Diffstat (limited to 'bin/ksh')
-rw-r--r--bin/ksh/ksh.14
-rw-r--r--bin/ksh/ksh.1tbl4
2 files changed, 2 insertions, 6 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1
index 651cfbd0c90..cb05da41bcb 100644
--- a/bin/ksh/ksh.1
+++ b/bin/ksh/ksh.1
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: ksh.1,v 1.5 1998/03/18 03:04:54 marc Exp $
+.\" $OpenBSD: ksh.1,v 1.6 1998/03/27 20:20:41 deraadt Exp $
.\"{{{}}}
.\"{{{ Notes about man page
.\" - use the pseudo-macros .sh( and .sh) to begin and end sh-specific
@@ -2058,9 +2058,7 @@ afB ltw(2.8i).
\fIstr\fP has non-zero length. Note that there is the potential
for problems if \fIstr\fP turns out to be an operator (\fIe.g.\fP, \fB-r\fP)
- it is generally better to use a test like
-.RS
\fB[ X"\fP\fIstr\fP\fB" != X ]\fP
-.RE
instead (double quotes are used in case \fIstr\fP contains spaces or file
globing characters).
T}
diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl
index 3bfda6988f1..aa5ec922b0c 100644
--- a/bin/ksh/ksh.1tbl
+++ b/bin/ksh/ksh.1tbl
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: ksh.1tbl,v 1.5 1998/03/18 03:04:54 marc Exp $
+.\" $OpenBSD: ksh.1tbl,v 1.6 1998/03/27 20:20:41 deraadt Exp $
.\"{{{}}}
.\"{{{ Notes about man page
.\" - use the pseudo-macros .sh( and .sh) to begin and end sh-specific
@@ -2058,9 +2058,7 @@ afB ltw(2.8i).
\fIstr\fP has non-zero length. Note that there is the potential
for problems if \fIstr\fP turns out to be an operator (\fIe.g.\fP, \fB-r\fP)
- it is generally better to use a test like
-.RS
\fB[ X"\fP\fIstr\fP\fB" != X ]\fP
-.RE
instead (double quotes are used in case \fIstr\fP contains spaces or file
globing characters).
T}