diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-18 09:54:35 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-18 09:54:35 +0000 |
commit | ca2165048cf7dedc0c6cb01a03bc9b4f3824678f (patch) | |
tree | 72527120b67d9a17f4859dcc1609b44a2b75c66e /usr.bin/xlint | |
parent | 884e26d4fabe729b256d8585da69c9e761f0feea (diff) |
standard C lint library lives in llib-lstdc.ln, not llib-lc.ln;
from Andreas Kahari on misc@
Diffstat (limited to 'usr.bin/xlint')
-rw-r--r-- | usr.bin/xlint/xlint/lint.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xlint/xlint/lint.1 b/usr.bin/xlint/xlint/lint.1 index fa7c066d75c..4845c18223b 100644 --- a/usr.bin/xlint/xlint/lint.1 +++ b/usr.bin/xlint/xlint/lint.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lint.1,v 1.13 2003/06/10 09:12:13 jmc Exp $ +.\" $OpenBSD: lint.1,v 1.14 2003/09/18 09:54:34 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,7 @@ and By default, .Nm appends the standard C lint library -.Pq Pa llib-lc.ln +.Pq Pa llib-lstdc.ln to the end of the list of files. When the .Fl i |