summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2016-02-19 09:15:33 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2016-02-19 09:15:33 +0000
commit44de7a0f7e232cecc4103d40168c774612af5c63 (patch)
tree03d17c614d145d0312eafd6585f0ec0ee4200511 /share
parent0da75e10749c810c0f3cb8770518e8026ffc057a (diff)
spacing fixes, from ray;
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/port-modules.58
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5
index 4a56a9426d7..36f5ba702c0 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.199 2016/01/07 21:38:19 jasper Exp $
+.\" $OpenBSD: port-modules.5,v 1.200 2016/02/19 09:15:32 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: January 7 2016 $
+.Dd $Mdocdate: February 19 2016 $
.Dt PORT-MODULES 5
.Os
.Sh NAME
@@ -1790,9 +1790,9 @@ Those modules define
.Ev MODQT*_LIBDIR
as the libraries location,
.Ev MODQT*_INCDIR
-as the include files location ,
+as the include files location,
.Ev MODQT*_QTDIR
-as the global qt directory location ,
+as the global qt directory location,
.Ev MODQT*_CONFIGURE_ARGS
as standard GNU configure-style parameters to locate the include and libraries.
.Pp