diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2023-08-17 10:51:55 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2023-08-17 10:51:55 +0000 |
commit | c617571a86e2af52a939348776c3fe337f042dc2 (patch) | |
tree | 0aa5913c3804a34c2bc8e4c7af8b2521c3102b5d /share | |
parent | ff4f771d99669be1ee93401ef13fdcd088206a26 (diff) |
remove reference to old gcc3 module, spotted by Alexey Brovchenko
Diffstat (limited to 'share')
-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 6d62a5e470c..5fbb2c18581 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.264 2023/05/09 19:44:06 jmc Exp $ +.\" $OpenBSD: port-modules.5,v 1.265 2023/08/17 10:51:54 sthen 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: May 9 2023 $ +.Dd $Mdocdate: August 17 2023 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -789,7 +789,7 @@ target (if not already defined). It heeds .Ev NO_BUILD . .It lang/clang -Similar to gcc3 and gcc4 modules. +Similar to gcc4 module. If architecture is in MODCLANG_ARCHS, the Clang compilers will be put at the front of the path. By default, only C language support is included by this module. |