diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-03-25 11:42:22 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-03-25 11:42:22 +0000 |
commit | 0d2f3dd2c33c8a94b024105733bf50fe228f068e (patch) | |
tree | f7e4fde8fb405527af41dcb2237b090eec0ad04d | |
parent | b9f34c964973c26a36ecc2005699fe851872f26d (diff) |
clarify wording of examples for subpackages, pointed out by Lajos Boróczki
-rw-r--r-- | share/man/man7/ports.7 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index a0610c1160b..76b0ad2ce42 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,10 +23,10 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ports.7,v 1.73 2009/01/24 11:34:36 espie Exp $ +.\" $OpenBSD: ports.7,v 1.74 2009/03/25 11:42:21 sthen Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" -.Dd $Mdocdate: January 24 2009 $ +.Dd $Mdocdate: March 25 2009 $ .Dt PORTS 7 .Os .Sh NAME @@ -539,15 +539,15 @@ a corresponding description in the file. .Pp For example, the database/mysql port comes with subpackages called -.Ic main , -.Ic tests +.Ic -main , +.Ic -tests and -.Ic server . +.Ic -server . .Pp In this instance, the build will yield multiple packages, one corresponding to each subpackage. In the case of our mysql example, -the subpackages will be called +the packages will be called .Ic mysql-client-<version> , .Ic mysql-tests-<version> , and |