diff options
author | 2018-01-21 10:28:37 +0000 | |
---|---|---|
committer | 2018-01-21 10:28:37 +0000 | |
commit | a32a7d950be56aa534a65c1d059b7022b202ddce (patch) | |
tree | fb284c9ff9078df10dbc106ab2be8373c543b275 | |
parent | use virt instructions with clang instead of equivalent raw bytes (diff) | |
download | wireguard-openbsd-a32a7d950be56aa534a65c1d059b7022b202ddce.tar.xz wireguard-openbsd-a32a7d950be56aa534a65c1d059b7022b202ddce.zip |
remove the ref to gcc-local. the alternative was to add clang-local,
but i think the ref to cc should suffice for this page;
-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 24774cf02ae..243c90c1db2 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.3,v 1.80 2017/12/18 20:37:58 anton Exp $ +.\" $OpenBSD: intro.3,v 1.81 2018/01/21 10:28:37 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: December 18 2017 $ +.Dd $Mdocdate: January 21 2018 $ .Dt INTRO 3 .Os .Sh NAME @@ -519,7 +519,6 @@ for more details. .Sh SEE ALSO .Xr ar 1 , .Xr cc 1 , -.Xr gcc-local 1 , .Xr gprof 1 , .Xr ld 1 , .Xr ld.so 1 , |