chiark / gitweb /
common/defs.man: Set the font for the running headers as well as the body.
[tripe] / common / defs.man
CommitLineData
fc916a09
MW
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.\"
11ad66c2
MW
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.
fc916a09 16.\"
11ad66c2
MW
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.
fc916a09
MW
21.\"
22.\" You should have received a copy of the GNU General Public License
11ad66c2 23.\" along with TrIPE. If not, see <https://www.gnu.org/licenses/>.
fc916a09
MW
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
68733533
MW
35. ev an-1
36. fam P
37. ev
fc916a09
MW
38. \}
39.\}
40.el \{\
41. ds o o
42. ds ss ^
43. ds se
44.\}
45.
46.ds /c @configdir@
47.ds /s @socketdir@
48.
49.\" .hP TEXT -- start an indented paragraph with TEXT hanging off to the left
50.de hP
51.IP
52\h'-\w'\fB\\$1\ \fP'u'\fB\\$1\ \fP\c
53..
54.
55.\" .SP -- equivalent to .TP, but indicates item should be summarized
56.de SP
57.TP
58..
59.
60.\" .VS ... .VE -- present a code example
61.de VS
62.sp 1
63.RS
64.nf
65.ft B
66..
67.de VE
68.ft R
69.fi
70.RE
71.sp 1
72..
73.
74.\"----- That's all, folks --------------------------------------------------