diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-03-05 14:31:47 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-03-05 14:31:47 +0000 |
commit | e92e7f0570c05126c77c084ceb044d90b50c51a1 (patch) | |
tree | 355948837f26c005f3eb112d381e9fc96720167d /share/man | |
parent | 7b73d7c5e2ff11ff414379aaa1dd36e4b76c20e9 (diff) |
tweak previous;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man3/intro.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index 123a966c1dd..dcb2b196d1d 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.3,v 1.86 2019/03/05 11:31:03 jsg Exp $ +.\" $OpenBSD: intro.3,v 1.87 2019/03/05 14:31:46 jmc Exp $ .\" $NetBSD: intro.3,v 1.5 1995/05/10 22:46:24 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -56,7 +56,8 @@ The various libraries (followed by the loader flag): .Pp .Bl -tag -width "libkvm" -compact .It libLLVM Pq Fl lLLVM -LLVM components in single library. +LLVM components in a single library. +.Pp .It libc Pq Fl lc Standard C library functions. When using the C compiler |