* Imakefile.in (extraclean): Added gxditview._man.
[s-roff.git] / tmac / doc-nroff
blob0c0438123d03ed00d82b8d3fda15288eb3824841
1 .\" Copyright (c) 1991, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"      This product includes software developed by the University of
15 .\"      California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\"     @(#)doc-nroff   8.1 (Berkeley) 06/08/93
33 .\"
34 .\"     %beginstrip%
37 .eo
39 .\" use -rD=1 for double-sided printing
41 .if !r D .nr D 0
43 .\" use -rcR=0 to have multiple pages instead of a single, very long page
45 .if !r cR .nr cR 1
47 .\" the following switch is ignored in nroff mode
49 .nr S 10
51 .\" the `doc-xx-font' strings must not be empty!
53 .ds doc-caption-font \f[R]
54 .ds doc-caption-font2 \f[R]
55 .ds doc-Ad-font \f[I]
56 .ds doc-Ar-font \f[I]
57 .ds doc-Cm-font \f[B]
58 .ds doc-Em-font \f[I]
59 .ds doc-Er-font \f[R]
60 .ds doc-Ev-font \f[R]
61 .ds doc-Fa-font \f[I]
62 .ds doc-Fd-font \f[B]
63 .ds doc-Fl-font \f[B]
64 .ds doc-Fn-font \f[B]
65 .ds doc-Ft-font \f[I]
66 .ds doc-Ic-font \f[B]
67 .ds doc-Li-font \f[R]
68 .ds doc-Me-font \f[B]
69 .ds doc-Nm-font \f[B]
70 .ds doc-No-font \f[R]
71 .ds doc-Pa-font \f[I]
72 .ds doc-Sh-font \f[B]
73 .ds doc-Sy-font \f[B]
74 .ds doc-Sx-font \f[I]
75 .ds doc-Tn-font-shape \f[R]
76 .ds doc-Tn-font-size
77 .ds doc-Va-font \f[I]
78 .ds doc-Xr-font \f[R]
80 .ds doc-left-parenthesis \f[R](\f[]
81 .ds doc-right-parenthesis \f[R])\f[]
82 .ds lp \f[R](\f[]
83 .ds rp \f[R])\f[]
84 .ds doc-left-bracket \f[R][\f[]
85 .ds doc-right-bracket \f[R]]\f[]
87 .\" miscellaneous
88 .nr doc-subheader-indent .5i
89 .nr doc-paragraph-space 1v
91 .ec
92 .nr doc-digit-width \w'\0\0'u
93 .nr doc-fixed-width \w'0'
94 .eo
97 .\" NS doc-header-space global register
98 .\" NS   the space between header and body
100 .nr doc-header-space 0
103 .\" NS doc-footer-space global register
104 .\" NS   the space between body and footer
106 .nr doc-footer-space 0
109 .\" NS doc-display-vertical global register
110 .\" NS   vertical space between list elements etc.
112 .nr doc-display-vertical 0
115 .\" NS doc-setup-page-layout macro
116 .\" NS   set up page layout
117 .\" NS
118 .\" NS modifies:
119 .\" NS   doc-display-vertical
120 .\" NS   doc-footer-space
121 .\" NS   doc-header-space
123 .de doc-setup-page-layout
124 .  nr doc-header-space .5i
125 .  nr doc-footer-space .5i
127 .  ie r LL \
128 .    ll \n[LL]u
129 .  el \
130 .    ll 78n
132 .  ie r LT \
133 .    lt \n[LT]u
134 .  el \
135 .    lt 78n
137 .  po 0i
139 .  nr doc-display-vertical 1v
140 .  ad l
141 .  na
147 .ds doc-left-singlequote \[oq]
148 .ds doc-right-singlequote \[cq]
150 .\" the following strings are `official'
151 .ds <= \[<=]
152 .ds >= \[>=]
153 .ds aa \[aa]
154 .ds ga \[ga]
155 .ds q \[dq]
156 .ds Ne \[!=]
157 .ds Le \[<=]
158 .ds Ge \[>=]
159 .ds Lt <
160 .ds Gt >
161 .ds Pm \[+-]
162 .ds Na \f[I]NaN\f[]
163 .ds Ba \f[R]|\f[]
164 .ds Am &
166 .\" Unicode TTYs have all glyph forms; for other TTY character sets we need
167 .\" character representations which are different from GNU troff's standard
168 .\" forms.
169 .ie '\*[.T]'utf8' \{\
170 .  ds Rq \[rq]
171 .  ds Lq \[lq]
172 .  ds ua \[ua]
173 .  ds Pi \[*p]
174 .  ds If \[if]
176 .el \{\
177 .  ds Rq ''
178 .  ds Lq ``
179 .  ds ua ^
180 .  ds Pi pi
181 .  ds If infinity
187 .\" NS doc-header-string global string
188 .\" NS   the final string used for the manual page header
190 .ds doc-header-string
193 .\" NS doc-setup-header macro
194 .\" NS   install and initialize header and footer support
195 .\" NS
196 .\" NS modifies:
197 .\" NS   doc-header-string
199 .de doc-setup-header
200 .  ds doc-header-string "\*[doc-document-title]
201 .  if !"\*[doc-section]"Null" \
202 .    as doc-header-string (\*[doc-section])
204 .  ie \n[cR] \
205 .    doc-header
206 .  el \{\
207 .    wh 0 doc-header
208 .    wh -1.167i doc-footer
209 .  \}
211 .  e@ doc-end-macro
215 .\" NS doc-get-width macro
216 .\" NS   computes the width of a string as a multiple of `doc-fixed-width':
217 .\" NS   `.doc-get-width string'
218 .\" NS
219 .\" NS modifies:
220 .\" NS   doc-width
222 .de doc-get-width
223 .  nr doc-width \w\a\$1\a
224 .  ie (\n[doc-width] >= \n[doc-fixed-width]) \{\
225 .    ie (\n[doc-width] % \n[doc-fixed-width]) \
226 .      nr doc-width ((\n[doc-width] / \n[doc-fixed-width]) + 1)
227 .    el \
228 .      nr doc-width (\n[doc-width] / \n[doc-fixed-width])
229 .  \}
230 .  el \
231 .    nr doc-width 0
235 .\" NS doc-get-arg-width macro
236 .\" NS   computes the width of an argument as a multiple of
237 .\" NS   `doc-fixed-width': `.doc-get-arg-width arg-index'
238 .\" NS
239 .\" NS modifies:
240 .\" NS   doc-width
242 .de doc-get-arg-width
243 .  nr doc-width \w\a\*[doc-arg\$1]\a
244 .  ie (\n[doc-width] >= \n[doc-fixed-width]) \{\
245 .    ie (\n[doc-width] % \n[doc-fixed-width]) \
246 .      nr doc-width ((\n[doc-width] / \n[doc-fixed-width]) + 1)
247 .    el \
248 .      nr doc-width (\n[doc-width] / \n[doc-fixed-width])
249 .  \}
250 .  el \
251 .    nr doc-width 0
255 .\" NS Ql user macro
256 .\" NS   quoted literal define
257 .\" NS
258 .\" NS modifies:
259 .\" NS   doc-macro-name
260 .\" NS   doc-quote-left
261 .\" NS   doc-quote-right
262 .\" NS
263 .\" NS width register `Ql' set in doc-common
265 .de Ql
266 .  if !\n[doc-arg-limit] \{\
267 .    ie \n[.$] \
268 .      ds doc-macro-name Ql
269 .    el \
270 .      tm Usage: .Ql argument ... (#\n[.c])
271 .  \}
273 .  ds doc-quote-left "\*[doc-left-singlequote]
274 .  ds doc-quote-right "\*[doc-right-singlequote]
276 .  doc-enclose-string \$@
282 .\" EOF