blob: 47574bbe5d69b97ebf8f52f4c0155a2fe8558498 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
Index: libchk.1
===================================================================
RCS file: /home/cvs/libchk/libchk.1,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libchk.1 3 Sep 2002 10:29:32 -0000 1.4
+++ libchk.1 12 Nov 2002 06:48:24 -0000 1.5
@@ -1,4 +1,4 @@
-.\" $Idaemons: /home/cvs/libchk/libchk.1,v 1.4 2002/09/03 10:29:32 knu Exp $
+.\" $Idaemons: /home/cvs/libchk/libchk.1,v 1.5 2002/11/12 06:48:24 knu Exp $
.\"
.Dd September 2, 2002
.Dt LIBCHK 1
@@ -91,9 +91,15 @@
.Sh OPTIONS
The following command line arguments are supported:
.Pp
-makes
+.Bl -tag -width "--verbose" -compact
+.It Fl s
+.It Fl -strict
+By default,
.Nm
-report it as well.
+does not regard a reference to a library in the same directory as
+dead, but this option makes
+.Nm
+warn of that as well.
.Pp
.It Fl v
.It Fl -verbose
|