diff options
author | 2011-12-05 08:04:22 +0000 | |
---|---|---|
committer | 2011-12-05 08:04:22 +0000 | |
commit | 2c284359e5dafa1a3646ec9a8f641216d60ced52 (patch) | |
tree | 0bc54f8458cd1b1213b74a9d6136cc55b253adb2 | |
parent | Use absolute filenames while pushing and popping off the stack. (diff) | |
download | wireguard-openbsd-2c284359e5dafa1a3646ec9a8f641216d60ced52.tar.xz wireguard-openbsd-2c284359e5dafa1a3646ec9a8f641216d60ced52.zip |
update a comment about gcc; fix suggested by miod
-rw-r--r-- | share/man/man3/intro.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index a5e31b7050b..d96f3211baf 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.3,v 1.45 2011/07/07 13:31:07 jmc Exp $ +.\" $OpenBSD: intro.3,v 1.46 2011/12/05 08:04:22 jmc Exp $ .\" $NetBSD: intro.3,v 1.5 1995/05/10 22:46:24 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)intro.3 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: July 7 2011 $ +.Dd $Mdocdate: December 5 2011 $ .Dt INTRO 3 .Os .Sh NAME @@ -386,7 +386,7 @@ See Note: users do not normally have to explicitly link with this library. .Pp .It libsupc++ Pq Fl lsupc++ -(GCC 3.3.x systems only) +(non GCC 2.95 systems only) C++ core language support (exceptions, new, typeinfo). Note: users do not normally have to explicitly link with this library. |