summary refs log tree commit diff
path: root/doc/rfc/rfc.1
blob: ece5a9019b595f39da91ead2cd7fe9f488a3cd23 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.Dd January 18, 2021
.Dt RFC 1
.Os
.
.Sh NAME
.Nm rfc ,
.Nm rfctags
.Nd view IETF RFCs
.
.Sh SYNOPSIS
.Nm rfc
.Op Ar number
.Nm rfctags
.Op Ar
.
.Sh DESCRIPTION
The
.Nm rfc
utility displays
an IETF RFC by number,
or the RFC index if no number is specified.
The RFC is displayed in the
.Ev PAGER
with a tags file generated by
.Nm rfctags .
.
.Pp
The
.Nm rfctags
utility generates tags
for RFC text file
section numbers,
section names
and bracketed references.
.
.Sh ENVIRONMENT
.Bl -tag -width Ds
.It Ev PAGER
The program used to display RFCs.
It must accept the
.Fl T
flag for specifying
the path of the tags file.
The default is
.Ev PAGER=less .
.El
.
.Sh SEE ALSO
.Xr ctags 1 ,
.Xr less 1
.
.Sh AUTHORS
.An June Bug Aq Mt june@causal.agency