summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Mestdagh <steven@cvs.openbsd.org>2009-10-15 18:14:35 +0000
committerSteven Mestdagh <steven@cvs.openbsd.org>2009-10-15 18:14:35 +0000
commit5cd8644faf7aacec9e6ebf03f3e8e0823c28cc80 (patch)
tree54eb950f28bea695f02d53971767659cd7d5a421
parente146ad033c7b64925ffa948f37bf1b536392e65c (diff)
sync with gcc4 port module change
-rw-r--r--share/man/man5/port-modules.56
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5
index b7c15b3f8af..f0a34dc082b 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.44 2009/08/11 20:33:04 landry Exp $
+.\" $OpenBSD: port-modules.5,v 1.45 2009/10/15 18:14:34 steven 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: August 11 2009 $
+.Dd $Mdocdate: October 15 2009 $
.Dt PORT-MODULES 5
.Os
.Sh NAME
@@ -391,7 +391,7 @@ MODGCC4_ARCHES, then the gcc 4.2 compilers will be put at the front of
the path.
By default, only C language support is included by this module.
If other languages are needed, they must be listed in MODGCC4_LANGS
-(e.g. c++, g77).
+(e.g. c++, fortran).
.It gnu
This module is documented in the main
.Xr bsd.port.mk 5