chiark / gitweb /
peerdb/tripe-newpeers.in: Introduce the idea of multiple address families.
[tripe] / common / defs.man
... / ...
CommitLineData
1.\" -*-nroff-*-
2.\"
3.\" Common definitions for TrIPE manpages
4.\"
5.\" (c) 2008 Straylight/Edgeware
6.\"
7.
8.\"----- Licensing notice ---------------------------------------------------
9.\"
10.\" This file is part of Trivial IP Encryption (TrIPE).
11.\"
12.\" TrIPE is free software: you can redistribute it and/or modify it under
13.\" the terms of the GNU General Public License as published by the Free
14.\" Software Foundation; either version 3 of the License, or (at your
15.\" option) any later version.
16.\"
17.\" TrIPE is distributed in the hope that it will be useful, but WITHOUT
18.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
19.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
20.\" for more details.
21.\"
22.\" You should have received a copy of the GNU General Public License
23.\" along with TrIPE. If not, see <https://www.gnu.org/licenses/>.
24.
25.\"--------------------------------------------------------------------------
26.\" Preliminary definitions.
27.
28.\" String definitions and font selection.
29.ie t \{\
30. ds o \(bu
31. ds ss \s8\u
32. ds se \d\s0
33. if \n(.g \{\
34. fam P
35. \}
36.\}
37.el \{\
38. ds o o
39. ds ss ^
40. ds se
41.\}
42.
43.ds /c @configdir@
44.ds /s @socketdir@
45.
46.\" .hP TEXT -- start an indented paragraph with TEXT hanging off to the left
47.de hP
48.IP
49\h'-\w'\fB\\$1\ \fP'u'\fB\\$1\ \fP\c
50..
51.
52.\" .SP -- equivalent to .TP, but indicates item should be summarized
53.de SP
54.TP
55..
56.
57.\" .VS ... .VE -- present a code example
58.de VS
59.sp 1
60.RS
61.nf
62.ft B
63..
64.de VE
65.ft R
66.fi
67.RE
68.sp 1
69..
70.
71.\"----- That's all, folks --------------------------------------------------