Expand PMF_FN_* macros.
[netbsd-mini2440.git] / usr.bin / rcs / man / ident.1
blob27fb39949e49b7727dc939d7fc3fc1d0bc56361b
1 .TH IDENT 1L "" "Purdue University"
2 .SH NAME
3 ident \- identify files
4 .SH SYNOPSIS
5 \fBident\fR [ \fB\-q\fR ] [ file ... ]
6 .SH DESCRIPTION
7 .I Ident
8 searches the named files or, if no file name appears, the standard input
9 for all occurrences of the pattern
10 \fI$keyword:...$\fR, where \fIkeyword\fR is one of
11 .nf
13         Author
14         Date
15         Header
16         Id
17         Locker
18         Log
19         Revision
20         RCSfile
21         Source
22         State
24 .fi
25 These patterns are normally inserted automatically by the RCS command
26 .IR co (1L),
27 but can also be inserted manually. The option \fB\-q\fR suppresses
28 the warning given if there are no patterns in a file.
29 .PP
30 \fIIdent\fR works on text files as well as object files and dumps.
31 For example, if the C program in file f.c contains
32 .nf
34         char rcsid[] = "$\&Header:  Header information $";
36 .fi
37 and f.c is compiled into f.o, then the command
38 .nf
40         ident  f.c  f.o
42 will print
44         f.c:
45                 $\&Header:  Header information $
46         f.o:
47                 $\&Header:  Header information $
49 .SH IDENTIFICATION
50 .de VL
51 \\$2
53 Author: Walter F. Tichy,
54 Purdue University, West Lafayette, IN, 47907.
55 .sp 0
56 Revision Number:
57 .VL $Revision: 1.1 $
58 ; Release Date:
59 .VL $Date: 1993/03/21 09:58:04 $
60 \&.
61 .sp 0
62 Copyright \(co 1982, 1988, 1989 by Walter F. Tichy.
63 .SH SEE ALSO
64 ci(1L), co(1L), rcs(1L), rcsdiff(1L), rcsintro(1L), rcsmerge(1L), rlog(1L), rcsfile(5L),
65 .sp 0
66 Walter F. Tichy, "Design, Implementation, and Evaluation of a Revision Control
67 System," in \fIProceedings of the 6th International Conference on Software
68 Engineering\fR, IEEE, Tokyo, Sept. 1982.