diff options
author | 2011-11-21 12:57:17 +0000 | |
---|---|---|
committer | 2011-11-21 12:57:17 +0000 | |
commit | 4a87e40f775ba320f74bd0db0afd35be3be607be (patch) | |
tree | 468b94377a039ec67ef5378e56cac60fcdb1debf /share/man/man5 | |
parent | more pkgpath(7) (diff) | |
download | wireguard-openbsd-4a87e40f775ba320f74bd0db0afd35be3be607be.tar.xz wireguard-openbsd-4a87e40f775ba320f74bd0db0afd35be3be607be.zip |
avoid excessive parenthesis
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 161a250cac9..3d3209cfc83 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.298 2011/11/21 12:32:34 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.299 2011/11/21 12:57:17 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -1239,11 +1239,9 @@ and .Ev REVISION . .It Ev FULLPKGPATH Path to the current port's directory, relative to ${PORTSDIR}, -including flavors and subpackages -.Po -see -.Xr pkgpath 7 -.Pc . +including flavors and subpackages. +See +.Xr pkgpath 7 . .It Ev GCC2_ARCHS , GCC3_ARCHS , GCC4_ARCHS Set to the list of architectures using gcc 2.95.3, gcc 3.3.5, or gcc 4.2.1. Read-only. |