diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-19 10:45:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-19 10:45:09 +0000 |
commit | a00d7d201f2f4e46bc52fe8562a1b1e74d4ad9f8 (patch) | |
tree | 9a79eccf4d6b4f770af77f5f42a596f0c3f689e5 | |
parent | ab21e8c19af58d86d00195e8c7fb7e08e600dd71 (diff) |
Replace an oops by myself - standard C library will be llib-lc.ln, not
llib-lstdc.ln. Also document that we do not have this library, and add
the lint libraries we have to FILES.
Thanks to Thorsten Locker for his help.
ok deraadt@
-rw-r--r-- | usr.bin/xlint/xlint/lint.1 | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/usr.bin/xlint/xlint/lint.1 b/usr.bin/xlint/xlint/lint.1 index 4845c18223b..d912558fccb 100644 --- a/usr.bin/xlint/xlint/lint.1 +++ b/usr.bin/xlint/xlint/lint.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lint.1,v 1.14 2003/09/18 09:54:34 jmc Exp $ +.\" $OpenBSD: lint.1,v 1.15 2003/09/19 10:45:08 jmc Exp $ .\" $NetBSD: lint.1,v 1.3 1995/10/23 13:45:31 jpo Exp $ .\" .\" Copyright (c) 1994, 1995 Jochen Pohl @@ -122,7 +122,8 @@ and By default, .Nm appends the standard C lint library -.Pq Pa llib-lstdc.ln +.Pq Pa llib-lc.ln , +if it exists, to the end of the list of files. When the .Fl i @@ -500,11 +501,13 @@ usually the path for temporary files can be redefined by setting this environment variable. .El .Sh FILES -.Bl -tag -width /usr/libdata/lint/llib-lc.ln -compact +.Bl -tag -width /usr/libdata/lint/llib-lposix.ln -compact .It Pa /usr/libexec/lint Ns Bq 12 programs -.It Pa /usr/libdata/lint/llib-l*.ln -various prebuilt lint libraries +.It Pa /usr/libdata/lint/llib-lposix.ln +prebuilt POSIX C lint library +.It Pa /usr/libdata/lint/llib-lstdc.ln +prebuilt ANSI/ISO C lint library .It Pa /tmp/lint* temporaries .El @@ -535,3 +538,7 @@ to be reported in error messages. For these reasons, it is recommended to use the .Fl C option to create lint libraries. +.Pp +The standard C lint library +.Pq Pa llib-lc.ln +does not yet exist. |