diff options
author | 2009-10-15 18:14:34 +0000 | |
---|---|---|
committer | 2009-10-15 18:14:34 +0000 | |
commit | ff390f16d5b1c69680a672278e9db944f75b51d6 (patch) | |
tree | 5c12001600147476f6b83b99391d9854965e3f6f | |
parent | Add detach support to a few more drivers, and in others do the neccessary (diff) | |
download | wireguard-openbsd-ff390f16d5b1c69680a672278e9db944f75b51d6.tar.xz wireguard-openbsd-ff390f16d5b1c69680a672278e9db944f75b51d6.zip |
sync with gcc4 port module change
-rw-r--r-- | share/man/man5/port-modules.5 | 6 |
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 |