~ubuntu-branches/ubuntu/hoary/cvs/hoary-security

« back to all changes in this revision

Viewing changes to debian/rcs2log.1

  • Committer: Bazaar Package Importer
  • Author(s): Steve McIntyre
  • Date: 2004-06-09 20:42:37 UTC
  • Revision ID: james.westby@ubuntu.com-20040609204237-xdqypwnaqxd965tc
Tags: 1:1.12.9-1
* New upstream version.
  + Several security fixes: CAN-2004-0414, CAN-2004-0416,
    CAN-2004-0417 & CAN-2004-0418

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" $Debian$
 
2
.\"
 
3
.TH RCS2LOG 1 "March 2001" "Debian Project" "Generates changelog entries"
 
4
 
 
5
.SH NAME
 
6
rcs2log \- generates a changelog from RCS files
 
7
 
 
8
.SH SYNOPSIS
 
9
.B rcs2log
 
10
[OPTION] ... [FILE ...]
 
11
 
 
12
.SH DESCRIPTION
 
13
.B rcs2log 
 
14
generates a change log from RCS files, which can possibly be located
 
15
in a CVS repository, and outputs the new change log to standard
 
16
output.  If no FILE is specified, 
 
17
.B rcs2log
 
18
will use the files registered under the working directory.  The change
 
19
log prefix can be later copied to the existing ChangeLog file.
 
20
 
 
21
.SS OPTIONS
 
22
 
 
23
.TP 2
 
24
\fB\-c\fP CHANGELOG
 
25
Output a change log prefix to CHANGELOG (default ChangeLog).
 
26
 
 
27
.TP 2
 
28
\fB\-h\fP HOSTNAME  
 
29
Use HOSTNAME in change log entries (default current host).
 
30
 
 
31
.TP 2
 
32
\fB\-i\fP INDENT
 
33
Indent change log lines by INDENT spaces (default 8).
 
34
 
 
35
.TP 2
 
36
\fB\-l\fP LENGTH
 
37
Try to limit log lines to LENGTH characters (default 79).
 
38
 
 
39
.TP
 
40
.BI -R  
 
41
If no FILEs are given and RCS is used, recurse through working directory.
 
42
 
 
43
.TP
 
44
.BI -r 
 
45
OPTION  
 
46
Pass OPTION to subsidiary log command.
 
47
 
 
48
.TP 2
 
49
\fB\-t\fP TABWIDTH  
 
50
Tab stops are every TABWIDTH characters (default 8).
 
51
 
 
52
.TP 2
 
53
\fB\-u\fP "LOGIN\\tFULLNAME\\tMAILADDR"  
 
54
Assume LOGIN has FULLNAME and MAILADDR.
 
55
 
 
56
.TP
 
57
.BI -v  
 
58
Append RCS revision to file names in log lines.
 
59
 
 
60
.TP
 
61
.BI --help  
 
62
Output help.
 
63
 
 
64
.TP
 
65
.BI --version  
 
66
Output version number.
 
67
 
 
68
.SH AUTHOR
 
69
.B rcs2log
 
70
was written by Paul Eggert <eggert@twinsun.com>.
 
71
 
 
72
.SH COPYRIGHT
 
73
.B rcs2log
 
74
is free; anyone may redistribute copies of 
 
75
.B rcs2log
 
76
to anyone under the terms stated in the GNU General Public License as
 
77
published by the Free Software Foundation; either version 2, or (at
 
78
your option) any later version.
 
79
 
 
80
.SH BUGS
 
81
There is a mailing list, bug-gnu-emacs@gnu.org on the internet, for
 
82
reporting bugs in rcs2log.  Please, if you find any bug, report it (if
 
83
you really are good-willing, a patch is appreciated).
 
84
 
 
85
Please note that this program is distributed in the hope that it will
 
86
be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
 
87
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
88
General Public License for more details.  In other terms, if
 
89
.B rcs2log
 
90
breaks, you get to keep both pieces.
 
91
 
 
92
.SH SEE ALSO
 
93
cvs(1),
 
94
cvsconfig(1)
 
95
 
 
96
.SH NOTE
 
97
This manual page was written by Andrea Glorioso <sama@aglorioso.com>
 
98
for the Debian GNU/Linux distribution because the original program
 
99
did not have a manual page.