summaryrefslogtreecommitdiff
path: root/bin/ksh
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2013-01-17 21:20:26 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2013-01-17 21:20:26 +0000
commitf76fe68e9426e7c967fac0df223e5ce661676389 (patch)
tree4aafe9c959b45fdb71674c45c4158d7c5968b48f /bin/ksh
parentbd9f6b6c19a153baa8e2869bf46e5af821a282b2 (diff)
remove some uesless Pp;
Diffstat (limited to 'bin/ksh')
-rw-r--r--bin/ksh/ksh.15
-rw-r--r--bin/ksh/sh.15
2 files changed, 4 insertions, 6 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1
index 41124bd2a42..6f6bd7b8c77 100644
--- a/bin/ksh/ksh.1
+++ b/bin/ksh/ksh.1
@@ -1,8 +1,8 @@
-.\" $OpenBSD: ksh.1,v 1.144 2012/07/08 08:13:20 guenther Exp $
+.\" $OpenBSD: ksh.1,v 1.145 2013/01/17 21:20:25 jmc Exp $
.\"
.\" Public Domain
.\"
-.Dd $Mdocdate: July 8 2012 $
+.Dd $Mdocdate: January 17 2013 $
.Dt KSH 1
.Os
.Sh NAME
@@ -2631,7 +2631,6 @@ in non-POSIX mode:
alias a='for ' i='j'
a i in 1 2; do echo i=$i j=$j; done
.Ed
-.Pp
.It
.Ic test .
In POSIX mode, the expression
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1
index 1874b3c045e..5d4598f3ad8 100644
--- a/bin/ksh/sh.1
+++ b/bin/ksh/sh.1
@@ -1,8 +1,8 @@
-.\" $OpenBSD: sh.1,v 1.92 2012/06/19 16:41:00 jmc Exp $
+.\" $OpenBSD: sh.1,v 1.93 2013/01/17 21:20:25 jmc Exp $
.\"
.\" Public Domain
.\"
-.Dd $Mdocdate: June 19 2012 $
+.Dd $Mdocdate: January 17 2013 $
.Dt SH 1
.Os
.Sh NAME
@@ -2151,7 +2151,6 @@ in non-POSIX mode:
alias a='for ' i='j'
a i in 1 2; do echo i=$i j=$j; done
.Ed
-.Pp
.It
.Ic test .
In POSIX mode, the expression