diff options
author | 2013-09-13 09:45:57 +0000 | |
---|---|---|
committer | 2013-09-13 09:45:57 +0000 | |
commit | f55c6bc9431384eac52a65ffc131e07395f18771 (patch) | |
tree | ad7cdd84f35270423721e2ac27e7dc30110db532 | |
parent | errx() provides its own newline, so remove it from the string here (diff) | |
download | wireguard-openbsd-f55c6bc9431384eac52a65ffc131e07395f18771.tar.xz wireguard-openbsd-f55c6bc9431384eac52a65ffc131e07395f18771.zip |
Removed obsolete reference to GCC 2.95 archs. ok miod & jmc.
-rw-r--r-- | share/man/man3/intro.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index 2e3428ea37a..6a1850cd351 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.3,v 1.57 2013/08/10 16:52:54 jmc Exp $ +.\" $OpenBSD: intro.3,v 1.58 2013/09/13 09:45:57 brett 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: August 10 2013 $ +.Dd $Mdocdate: September 13 2013 $ .Dt INTRO 3 .Os .Sh NAME @@ -397,7 +397,6 @@ See Note: users do not normally have to explicitly link with this library. .Pp .It libsupc++ Pq Fl lsupc++ -(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. |