@@@ much mess, mostly manpages
[mLib] / defs.man
CommitLineData
c4ccbbf9
MW
1.\" -*-nroff-*-
2.\"
3.\" Common definitions for mLib manpages
4.\"
5.\" (c) 2024 Straylight/Edgeware
6.\"
7.
8.\"----- Licensing notice ---------------------------------------------------
9.\"
10.\" This file is part of the mLib utilities library.
11.\"
12.\" mLib is free software: you can redistribute it and/or modify it under
13.\" the terms of the GNU Library General Public License as published by
14.\" the Free Software Foundation; either version 2 of the License, or (at
15.\" your option) any later version.
16.\"
17.\" mLib 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 Library General Public
20.\" License for more details.
21.\"
22.\" You should have received a copy of the GNU Library General Public
23.\" License along with mLib. If not, write to the Free Software
24.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
25.\" USA.
26.
27.\"--------------------------------------------------------------------------
28.\" Preliminary definitions.
29.
30.\" String definitions and font selection.
31.ie t \{\
32. ds o \(bu
33. ds ss \s8\u
34. ds se \d\s0
35. ds us \s8\d
36. ds ue \u\s0
37. ds *d \(*d
38. ds <= \<>=
39. ds >= \(>=
40. ds , \h'\w'\ 'u/2u'
41. if \n(.g \{\
42. fam P
43. ev an-1
44. fam P
45. ev
46. \}
47.\}
48.el \{\
49. ds o o
50. ds ss ^
51. ds se
52. ds us _
53. ds ue
54. ds *d \,\fIdelta\/\fP
55. ds <= <=
56. ds >= >=
57. ds , \ \"
58.\}
59..
60.
61.\" hP TEXT -- start an indented paragraph with TEXT hanging off to the left
62.de hP
63. IP
64. ft B
65\h'-\w'\\$1\ 'u'\\$1\ \c
66. ft P
67..
68.
69.\" .VS ... .VE -- present a code sample; separate paragraphs with `.VP'
70.de VS
71. sp
72. RS
73. nf
74. ft B
75..
76.ie t \{\
77. de VP
78. sp .4v
79..
80.\}
81.el \{\
82. de VP
83. sp
84..
85.\}
86.de VE
87. ft R
88. fi
89. RE
90. sp
91..
92.
93.\"----- That's all, folks --------------------------------------------------