diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2008-11-17 11:39:45 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2008-11-17 11:39:45 +0000 |
commit | 2d47a0326789247af726413c4a9e0a03fb415cb7 (patch) | |
tree | 180349e83af5fe566e7e6390d450a7d2405d1caf | |
parent | b960cd127609ce75ea753f5c083e13685ae393b8 (diff) |
- use .Pa where needed
ok jmc@
-rw-r--r-- | share/man/man5/port-modules.5 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index a56383f846c..0d0070ebad5 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.28 2008/11/17 10:48:44 jasper Exp $ +.\" $OpenBSD: port-modules.5,v 1.29 2008/11/17 11:39:44 jasper Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -348,8 +348,12 @@ of regress tests to CPAN. .It devel/pmk .It devel/scons .It devel/waf -Adds devel/waf to BUILD_DEPENDS, lang/python to MODULES, and provides -do-configure, do-build, do-install and post-install targets. +Adds +.Pa devel/waf +to BUILD_DEPENDS, +.Pa lang/python +to MODULES, and provides do-configure, do-build, do-install and +post-install targets. do-build, do-install and post-install can be overridden in the port Makefile. .It gcc3 |