diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-07-06 16:22:26 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-07-06 16:22:26 +0000 |
commit | ae641433c579651b835ba8996cf65089dfa3dcbb (patch) | |
tree | 091b77faf0511bb6ad957347dbfa84b6ac8a6073 | |
parent | 32b3b5fc0f1f7dc7bdb634152c2f55480fbda128 (diff) |
zap trailing whitespace and fix some linewrap. please, developers, try and
avoid these when committing to man pages;
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 6458da8e27c..5680b5a24b0 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.251 2010/07/06 12:42:55 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.252 2010/07/06 16:22:25 jmc Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -2716,11 +2716,12 @@ and .Ev NOT_FOR_ARCHS interact with .Ev MULTI_PACKAGES . -The infrastructure will automatically filter subpackages that are not suitable for the -current architecture. +The infrastructure will automatically filter subpackages +that are not suitable for the current architecture. Thus, .Ev MULTI_PACKAGES -should list all subpackages, even things not buildable on the current architecture, +should list all subpackages, +even things not buildable on the current architecture, for indexing purposes. .Sh THE GENERATION OF PACKAGE INFORMATION Starting after |