summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2013-01-17 21:20:25 +0000
committerjmc <jmc@openbsd.org>2013-01-17 21:20:25 +0000
commitdbe60f5b2a9f9881e1524d5199f095bf804452c0 (patch)
tree2386ae31ab3c5ed89141dc1e5fdb614bc89179c1
parentFix a couple of spacing/style nits. (diff)
downloadwireguard-openbsd-dbe60f5b2a9f9881e1524d5199f095bf804452c0.tar.xz
wireguard-openbsd-dbe60f5b2a9f9881e1524d5199f095bf804452c0.zip
remove some uesless Pp;
-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