File: lincredits.1

package info (click to toggle)
lincredits 0.7%2Bnmu1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 52 kB
  • ctags: 12
  • sloc: python: 360; makefile: 42
file content (42 lines) | stat: -rw-r--r-- 1,128 bytes parent folder | download | duplicates (7)
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
33
34
35
36
37
38
39
40
41
42
.TH lincredits 1
.SH NAME
lincredits \- generate beautified versions of the Linux CREDITS file
.SH SYNOPSIS
.B lincredits
.I "[options] CREDITS-file"
.SH "DESCRIPTION"
This manual page briefly documents the
.BR lincredits 
command.
.PP
.B lincredits
is a program that beautifes the Linux CREDITS file into one of three
supported formats: plain text, LaTeX and HTML.  You must specify the
path of a valid CREDITS file (usually /usr/src/linux/CREDITS) to be
formatted.
.SH OPTIONS
The programs follow the usual GNU command line syntax, with long
options starting with two dashes (`-').
A summary of options are included below.
.TP
.B \-h, \-\-help
Show summary of options.
.TP
.B \-o, \-\-output <filename>
Send output to the specified files, instead of standard output.
.TP
.B \-\-text
Format the output as plain text (default).
.TP
.B \-\-latex
Format the output as LaTeX.
.TP
.B \-\-html
Format the output as HTML.
.SH TODO
Support the MAINTAINERS file as well.
.SH SEE ALSO
python(1)
.SH AUTHOR
This manual page was written by Chris Lawrence <lawrencc@debian.org>,
for the Debian GNU/Linux system (but may be used by others).