diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-08-15 18:09:03 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-08-15 18:09:03 +0000 |
commit | 487a38470604fe650b842d8d5127992b5cdb38a0 (patch) | |
tree | cb17ba653474fd7604db5e5797ca4b3bcc662fba | |
parent | a674a01d727c6ad840cd1284e1bcb9217a93823f (diff) |
remove some unneeded Pp;
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 3 | ||||
-rw-r--r-- | share/man/man5/port-modules.5 | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index ff835f27e15..a55cc4e70a6 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.347 2012/08/15 10:49:05 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.348 2012/08/15 18:09:02 jmc Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -1650,7 +1650,6 @@ is a shared library that originates within the dependent port. See .Xr library-specs 7 for more details. -.Pp .It Ev lib_depends_args Controls the behavior of .Xr pkg_create 1 diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 903437648f0..3aa2ed49d73 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.140 2012/07/19 20:25:52 jasper Exp $ +.\" $OpenBSD: port-modules.5,v 1.141 2012/08/15 18:09:02 jmc Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 19 2012 $ +.Dd $Mdocdate: August 15 2012 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -1153,7 +1153,6 @@ corresponding .Ev BUILD_DEPENDS and .Ev RUN_DEPENDS . -.Pp .It x11/gnustep .It x11/kde .It x11/qt3 and x11/qt4 |