diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-06-26 05:24:07 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-06-26 05:24:07 +0000 |
commit | f2ba758eb06bd7c9b66d3a7d43a1b90cfef1968c (patch) | |
tree | 83568a78b0b4d9127bd4885b001f68eec0e0d974 /share | |
parent | dd9f9676b693e638369c04457d9047e43bb1beba (diff) |
CLang -> Clang
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 34503c949f9..e5269a42b19 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.259 2022/03/31 17:27:23 naddy Exp $ +.\" $OpenBSD: port-modules.5,v 1.260 2022/06/26 05:24:06 jsg 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: March 31 2022 $ +.Dd $Mdocdate: June 26 2022 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -787,7 +787,7 @@ It heeds .Ev NO_BUILD . .It lang/clang Similar to gcc3 and gcc4 modules. -If architecture is in MODCLANG_ARCHS, the CLang compilers will be +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. If other languages are needed, they must be listed in |