Deleted Added
full compact
doc-syms (75337) doc-syms (75589)
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:
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.
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-syms 8.1 (Berkeley) 06/08/93
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-syms 8.1 (Berkeley) 06/08/93
33.\" $FreeBSD: head/contrib/groff/tmac/doc-syms 75337 2001-04-09 13:02:20Z ru $
33.\" $FreeBSD: head/contrib/groff/tmac/doc-syms 75589 2001-04-17 12:28:00Z ru $
34.\"
35.\" %beginstrip%
34.\"
35.\" %beginstrip%
36.\" NS Ux macro - UNIX
36.
37.
38.eo
39.
40.\" NS Ux user macro
41.\" NS print UNIX
42.\" NS
43.\" NS modifies:
44.\" NS doc-arg-ptr
45.\" NS doc-curr-font
46.\" NS doc-curr-size
47.\" NS doc-macro-name
48.\" NS
49.\" NS local variable:
50.\" NS doc-str-Ux
51.\" NS
52.\" NS width register `Ux' defined in doc-common
53.
37.de Ux
54.de Ux
38.nr cF \\n(.f
39.nr cZ \\n(.s
40.ds aa \&\f\\n(cF\s\\n(cZ
41.as b1 \&\\*(tNUNIX\\*(aa
42.rm aa
43.if \\n(aC==0 \{\
44. if \\n(.$>0 .aV \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
45.\}
46.ie \\n(aC>\\n(aP \{\
47. nr aP \\n(aP+1
48. ie \\n(C\\n(aP==1 \{\
49. \\*(A\\n(aP
50. \}
51. el .nR
52.\}
53.el .aZ
55. nr doc-curr-font \n[.f]
56. nr doc-curr-size \n[.ps]
57. ds doc-str-Ux \f[\n[doc-curr-font]]\s[\n[doc-curr-size]u]
58.
59. if !\n[doc-arg-limit] \
60. if \n[.$] \{\
61. ds doc-macro-name Ux
62. doc-parse-args \$@
63. \}
64.
65. \" replace current argument with result
66. ds doc-arg\n[doc-arg-ptr] \*[doc-Tn-font-size]UNIX\*[doc-str-Ux]
67. nr doc-type\n[doc-arg-ptr] 2
68. ds doc-space\n[doc-arg-ptr] "\*[doc-space]
69.
70. \" recompute space vector for remaining arguments
71. nr doc-num-args (\n[doc-arg-limit] - \n[doc-arg-ptr])
72. nr doc-arg-limit \n[doc-arg-ptr]
73. if \n[doc-num-args] \
74. doc-parse-space-vector
75.
76. doc-print-recursive
54..
77..
55.\" NS Bx macro -BSD (fix smaller nroff version)
78.
79.
80.\" NS Bx user macro
81.\" NS print BSD (fix smaller nroff version)
82.\" NS
83.\" NS modifies:
84.\" NS doc-arg-ptr
85.\" NS doc-curr-font
86.\" NS doc-curr-size
87.\" NS doc-macro-name
88.\" NS
89.\" NS local variable:
90.\" NS doc-str-Bx
91.\" NS doc-str-Bx1
92.\" NS doc-str-Bx-XXX
93.\" NS
94.\" NS width register `Bx' defined in doc-common
95.
96.ds doc-str-Bx-Reno \-Reno
97.ds doc-str-Bx-reno \-Reno
98.ds doc-str-Bx-Tahoe \-Tahoe
99.ds doc-str-Bx-tahoe \-Tahoe
100.ds doc-str-Bx-Lite \-Lite
101.ds doc-str-Bx-lite \-Lite
102.ds doc-str-Bx-Lite2 \-Lite2
103.ds doc-str-Bx-lite2 \-Lite2
104.
56.de Bx
105.de Bx
57.nr cF \\n(.f
58.nr cZ \\n(.s
59.ds aa \&\f\\n(cF\s\\n(cZ
60.if \\n(aC==0 \{\
61. ie \\n(.$==0 \&\\*(tNBSD\\*(aa
62. el .aV \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
63.\}
64.if "\\$1"-alpha" \{\
65\&currently in alpha test.
66. aY
67.\}
68.if "\\$1"-beta" \{\
69\&currently in beta test.
70. aY
71.\}
72.if "\\$1"-devel" \{\
73\&currently under development.
74. aY
75.\}
76.if \\n(aC>\\n(aP \{\
77. nr aP \\n(aP+1
78. ie \\n(C\\n(aP==2 \{\
79. as b1 \&\\*(A\\n(aP\&\\*(tNBSD\\*(aa
80. ie \\n(aC>\\n(aP \{\
81. nr jj \\n(aP+1
82. ie \\n(C\\n(jj==2 \{\
83. if "\\*(A\\n(jj"Reno" \{\
84. nr aP \\n(aP+1
85. as b1 \&\-\\*(A\\n(jj
86. \}
87. if "\\*(A\\n(jj"reno" \{\
88. nr aP \\n(aP+1
89. as b1 \&\-Reno
90. \}
91. if "\\*(A\\n(jj"Tahoe" \{\
92. nr aP \\n(aP+1
93. as b1 \&\-\\*(A\\n(jj
94. \}
95. if "\\*(A\\n(jj"tahoe" \{\
96. nr aP \\n(aP+1
97. as b1 \&\-Tahoe
98. \}
99. ie \\n(aC>\\n(aP \{\
100. nr aP \\n(aP+1
101. nR
102. \}
103. el .aZ
104. \}
105. el \{\
106. nr aP \\n(aP+1
107. nR
108. \}
109. rr jj
110. \}
111. el .aZ
112. \}
113. el \{\
114. as b1 \&\\*(tNBSD\\*(aa
115. nR
116. \}
117.\}
106. nr doc-curr-font \n[.f]
107. nr doc-curr-size \n[.ps]
108. ds doc-str-Bx \f[\n[doc-curr-font]]\s[\n[doc-curr-size]u]
109.
110. \" default value if no argument
111. ds doc-str-Bx1 \*[doc-Tn-font-size]BSD\*[doc-str-Bx]
112.
113. if !\n[doc-arg-limit] \
114. if \n[.$] \{\
115. ds doc-macro-name Bx
116. doc-parse-args \$@
117. \}
118.
119. if (\n[doc-arg-limit] > \n[doc-arg-ptr]) \{\
120. nr doc-arg-ptr +1
121. ie (\n[doc-type\n[doc-arg-ptr]] == 2) \{\
122. ie "\*[doc-arg\n[doc-arg-ptr]]"-alpha" \
123. as doc-str-Bx1 " (currently in alpha test)
124. el \{ .ie "\*[doc-arg\n[doc-arg-ptr]]"-beta" \
125. as doc-str-Bx1 " (currently in beta test)
126. el \{ .ie "\*[doc-arg\n[doc-arg-ptr]]"-devel" \
127. as doc-str-Bx1 " (currently under development)
128. el \{\
129. ds doc-str-Bx1 \&\*[doc-arg\n[doc-arg-ptr]]\^\*[doc-Tn-font-size]
130. as doc-str-Bx1 BSD\*[doc-str-Bx]
131.
132. if (\n[doc-arg-limit] > \n[doc-arg-ptr]) \{\
133. nr doc-arg-ptr +1
134. ie (\n[doc-type\n[doc-arg-ptr]] == 2) \{\
135. ie (\n[doc-type\n[doc-arg-ptr]] == 2) \{\
136. ie d doc-str-Bx-\*[doc-arg\n[doc-arg-ptr]] \
137. as doc-str-Bx1 "\*[doc-str-Bx-\*[doc-arg\n[doc-arg-ptr]]]
138. el \
139. nr doc-arg-ptr -1
140. \}
141. el \
142. nr doc-arg-ptr -1
143. \}
144. el \
145. nr doc-arg-ptr -1
146. \}\}\}\}\}
147. el \
148. nr doc-arg-ptr -1
149. \}
150.
151. \" replace current argument with result
152. ds doc-arg\n[doc-arg-ptr] "\*[doc-str-Bx1]
153. nr doc-type\n[doc-arg-ptr] 2
154. ds doc-space\n[doc-arg-ptr] "\*[doc-space]
155.
156. \" recompute space vector for remaining arguments
157. nr doc-num-args (\n[doc-arg-limit] - \n[doc-arg-ptr])
158. nr doc-arg-limit \n[doc-arg-ptr]
159. if \n[doc-num-args] \
160. doc-parse-space-vector
161.
162. doc-print-recursive
118..
163..
119.\" Ns Ud macro - prints "currently under development" (HISTORY section)
164.
165.
166.\" NS Ud user macro (not parsed, not callable)
167.\" NS print "currently under development" (HISTORY section)
168.\" NS
169.\" NS width register `Ud' defined in doc-common
170.
120.de Ud
171.de Ud
121\¤tly under development.
172. nop \&currently under development.
122..
173..
123.\" Ns At macro - AT&T UNIX (this macro does not handle punctuation)
174.
175.
176.\" NS At user macro
177.\" NS print AT&T UNIX
178.\" NS
179.\" NS modifies:
180.\" NS doc-arg-ptr
181.\" NS doc-curr-font
182.\" NS doc-curr-size
183.\" NS doc-macro-name
184.\" NS
185.\" NS local variable:
186.\" NS doc-str-At
187.\" NS doc-str-At1
188.\" NS doc-str-At-XXX
189.\" NS
190.\" NS width register `At' defined in doc-common
191.
192.ds doc-str-At-32v \&Version\~32V
193.as doc-str-At-32v " \*[doc-Tn-font-size]AT&T UNIX\*[doc-str-At]
194.ds doc-str-At-v1 \&Version\~1
195.as doc-str-At-v1 " \*[doc-Tn-font-size]AT&T UNIX\*[doc-str-At]
196.ds doc-str-At-v2 \&Version\~2
197.as doc-str-At-v2 " \*[doc-Tn-font-size]AT&T UNIX\*[doc-str-At]
198.ds doc-str-At-v3 \&Version\~3
199.as doc-str-At-v3 " \*[doc-Tn-font-size]AT&T UNIX\*[doc-str-At]
200.ds doc-str-At-v4 \&Version\~4
201.as doc-str-At-v4 " \*[doc-Tn-font-size]AT&T UNIX\*[doc-str-At]
202.ds doc-str-At-v5 \&Version\~5
203.as doc-str-At-v5 " \*[doc-Tn-font-size]AT&T UNIX\*[doc-str-At]
204.ds doc-str-At-v6 \&Version\~6
205.as doc-str-At-v6 " \*[doc-Tn-font-size]AT&T UNIX\*[doc-str-At]
206.ds doc-str-At-v7 \&Version\~7
207.as doc-str-At-v7 " \*[doc-Tn-font-size]AT&T UNIX\*[doc-str-At]
208.ds doc-str-At-V \*[doc-Tn-font-size]AT&T\*[doc-str-At] System\~V
209.as doc-str-At-V " \*[doc-Tn-font-size]UNIX\*[doc-str-At]
210.ds doc-str-At-V.1 \*[doc-Tn-font-size]AT&T\*[doc-str-At] System\~V.1
211.as doc-str-At-V.1 " \*[doc-Tn-font-size]UNIX\*[doc-str-At]
212.ds doc-str-At-V.2 \*[doc-Tn-font-size]AT&T\*[doc-str-At] System\~V.2
213.as doc-str-At-V.2 " \*[doc-Tn-font-size]UNIX\*[doc-str-At]
214.ds doc-str-At-V.4 \*[doc-Tn-font-size]AT&T\*[doc-str-At] System\~V.4
215.as doc-str-At-V.4 " \*[doc-Tn-font-size]UNIX\*[doc-str-At]
216.
124.de At
217.de At
125.nr cF \\n(.f
126.nr cZ \\n(.s
127.ds aa \&\f\\n(cF\s\\n(cZ
128.if \\n(.$==2 \{\
129. if "\\$1"32v" \&Version 32V \\*(tNAT&T UNIX\\*(aa\\$2
130. if "\\$1"v1" \&Version 1 \\*(tNAT&T UNIX\\*(aa\\$2
131. if "\\$1"v2" \&Version 2 \\*(tNAT&T UNIX\\*(aa\\$2
132. if "\\$1"v3" \&Version 3 \\*(tNAT&T UNIX\\*(aa\\$2
133. if "\\$1"v4" \&Version 4 \\*(tNAT&T UNIX\\*(aa\\$2
134. if "\\$1"v5" \&Version 5 \\*(tNAT&T UNIX\\*(aa\\$2
135. if "\\$1"v6" \&Version 6 \\*(tNAT&T UNIX\\*(aa\\$2
136. if "\\$1"v7" \&Version 7 \\*(tNAT&T UNIX\\*(aa\\$2
137. if "\\$1"V" \&\\*(tNAT&T\\*(aa System V \\*(tNUNIX\\*(aa\\$2
138. if "\\$1"V.1" \&\\*(tNAT&T\\*(aa System V.1 \\*(tNUNIX\\*(aa\\$2
139. if "\\$1"V.2" \&\\*(tNAT&T\\*(aa System V.2 \\*(tNUNIX\\*(aa\\$2
140. if "\\$1"V.4" \&\\*(tNAT&T\\*(aa System V.4 \\*(tNUNIX\\*(aa\\$2
141.\}
142.if \\n(.$==1 \{\
143. if "\\$1"32v" \&Version 32V \\*(tNAT&T UNIX\\*(aa
144. if "\\$1"v1" \&Version 1 \\*(tNAT&T UNIX\\*(aa
145. if "\\$1"v2" \&Version 2 \\*(tNAT&T UNIX\\*(aa
146. if "\\$1"v3" \&Version 3 \\*(tNAT&T UNIX\\*(aa
147. if "\\$1"v4" \&Version 4 \\*(tNAT&T UNIX\\*(aa
148. if "\\$1"v5" \&Version 5 \\*(tNAT&T UNIX\\*(aa
149. if "\\$1"v6" \&Version 6 \\*(tNAT&T UNIX\\*(aa
150. if "\\$1"v7" \&Version 7 \\*(tNAT&T UNIX\\*(aa
151. if "\\$1"V" \&\\*(tNAT&T\\*(aa System V \\*(tNUNIX\\*(aa
152. if "\\$1"V.1" \&\\*(tNAT&T\\*(aa System V.1 \\*(tNUNIX\\*(aa
153. if "\\$1"V.2" \&\\*(tNAT&T\\*(aa System V.2 \\*(tNUNIX\\*(aa
154. if "\\$1"V.4" \&\\*(tNAT&T\\*(aa System V.4 \\*(tNUNIX\\*(aa
155.\}
156.if \\n(.$==0 \{\
157\&\\*(tNAT&T UNIX\\*(aa
158.\}
218. nr doc-curr-font \n[.f]
219. nr doc-curr-size \n[.ps]
220. ds doc-str-At \f[\n[doc-curr-font]]\s[\n[doc-curr-size]u]
221.
222. \" default value if no argument
223. ds doc-str-At1 \*[doc-Tn-font-size]AT&T UNIX\*[doc-str-At]
224.
225. if !\n[doc-arg-limit] \
226. if \n[.$] \{\
227. ds doc-macro-name At
228. doc-parse-args \$@
229. \}
230.
231. if (\n[doc-arg-limit] > \n[doc-arg-ptr]) \{\
232. nr doc-arg-ptr +1
233. ie (\n[doc-type\n[doc-arg-ptr]] == 2) \{\
234. ie \A\*[doc-arg\n[doc-arg-ptr]] \{\
235. ie d doc-str-At-\*[doc-arg\n[doc-arg-ptr]] \
236. ds doc-str-At1 "\*[doc-str-At-\*[doc-arg\n[doc-arg-ptr]]]
237. el \{\
238. tmc mdoc warning: .At: Unknown AT&T UNIX version
239. tm1 " `\*[doc-arg\n[doc-arg-ptr]]' (#\n[.c])
240. nr doc-arg-ptr -1
241. \}\}
242. el \
243. nr doc-arg-ptr -1
244. \}
245. el \
246. nr doc-arg-ptr -1
247. \}
248.
249. \" replace current argument with result
250. ds doc-arg\n[doc-arg-ptr] "\*[doc-str-At1]
251. nr doc-type\n[doc-arg-ptr] 2
252. ds doc-space\n[doc-arg-ptr] "\*[doc-space]
253.
254. \" recompute space vector for remaining arguments
255. nr doc-num-args (\n[doc-arg-limit] - \n[doc-arg-ptr])
256. nr doc-arg-limit \n[doc-arg-ptr]
257. if \n[doc-num-args] \
258. doc-parse-space-vector
259.
260. doc-print-recursive
159..
261..
160.\" NS Fx macro - FreeBSD
161.\" NS b0 string local temporary
162.ds Fx*1.0
163.ds Fx*1.1
164.ds Fx*1.1.5
165.ds Fx*1.1.5.1
166.ds Fx*2
167.ds Fx*2.0
168.ds Fx*2.0.5
169.ds Fx*2.1
170.ds Fx*2.1.5
171.ds Fx*2.1.6
172.ds Fx*2.1.7
173.ds Fx*2.2
174.ds Fx*2.2.1
175.ds Fx*2.2.2
176.ds Fx*2.2.5
177.ds Fx*2.2.6
178.ds Fx*2.2.7
179.ds Fx*2.2.8
180.ds Fx*3
181.ds Fx*3.0
182.ds Fx*3.1
183.ds Fx*3.2
184.ds Fx*3.3
185.ds Fx*3.4
186.ds Fx*3.5
187.ds Fx*4
188.ds Fx*4.0
189.ds Fx*4.1
190.ds Fx*4.1.1
191.ds Fx*4.2
192.ds Fx*4.3
193.ds Fx*5
194.ds Fx*5.0
262.
263.
264.\" NS Fx user macro
265.\" NS print FreeBSD
266.\" NS
267.\" NS modifies:
268.\" NS doc-arg-ptr
269.\" NS doc-curr-font
270.\" NS doc-curr-size
271.\" NS doc-macro-name
272.\" NS
273.\" NS local variable:
274.\" NS doc-str-Fx
275.\" NS doc-str-Fx1
276.\" NS
277.\" NS width register `Fx' defined in doc-common
278.
279.\" we use the doc-operating-system-FreeBSD-* strings defined in doc-common
280.
195.de Fx
281.de Fx
196.nr cF \\n(.f
197.nr cZ \\n(.s
198.ds aa \&\f\\n(cF\s\\n(cZ
199.as b1 \&\\*(tNFreeBSD\\*(aa
200.if \\n(aC==0 \{\
201. ie \\n(.$==0 .pB
202. el .aV \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
203.\}
204.if \\n(aC>0 \{\
205. ie \\n(aC==\\n(aP .aZ
206. el \{\
207. nr aP \\n(aP+1
208. if \\n(C\\n(aP==2 \{\
209. ds b0 \\*(A\\n(aP
210. if !dFx*\\*(b0 .tm Unknown FreeBSD version ``\\*(b0'' at line \\n(c.
211. rm b0
212. as b1 \
213. \}
214. nR
215. \}
216.\}
282. nr doc-curr-font \n[.f]
283. nr doc-curr-size \n[.ps]
284. ds doc-str-Fx \f[\n[doc-curr-font]]\s[\n[doc-curr-size]u]
285.
286. \" default value if no argument
287. ds doc-str-Fx1 \*[doc-Tn-font-size]\%FreeBSD\*[doc-str-Fx]
288.
289. if !\n[doc-arg-limit] \
290. if \n[.$] \{\
291. ds doc-macro-name Fx
292. doc-parse-args \$@
293. \}
294.
295. if (\n[doc-arg-limit] > \n[doc-arg-ptr]) \{\
296. nr doc-arg-ptr +1
297. ie (\n[doc-type\n[doc-arg-ptr]] == 2) \{\
298. ie \A\*[doc-arg\n[doc-arg-ptr]] \{\
299. ie d doc-operating-system-FreeBSD-\*[doc-arg\n[doc-arg-ptr]] \
300. as doc-str-Fx1 \~\*[doc-operating-system-FreeBSD-\*[doc-arg\n[doc-arg-ptr]]]
301. el \{\
302. tmc mdoc warning: .Fx: Unknown FreeBSD version
303. tm1 " `\*[doc-arg\n[doc-arg-ptr]]' (#\n[.c])
304. as doc-str-Fx1 \~\*[doc-arg\n[doc-arg-ptr]]
305. \}\}
306. el \
307. as doc-str-Fx1 \~\*[doc-arg\n[doc-arg-ptr]]
308. \}
309. el \
310. nr doc-arg-ptr -1
311. \}
312.
313. \" replace current argument with result
314. ds doc-arg\n[doc-arg-ptr] "\*[doc-str-Fx1]
315. nr doc-type\n[doc-arg-ptr] 2
316. ds doc-space\n[doc-arg-ptr] "\*[doc-space]
317.
318. \" recompute space vector for remaining arguments
319. nr doc-num-args (\n[doc-arg-limit] - \n[doc-arg-ptr])
320. nr doc-arg-limit \n[doc-arg-ptr]
321. if \n[doc-num-args] \
322. doc-parse-space-vector
323.
324. doc-print-recursive
217..
325..
218.\" Ns Nx macro - NetBSD
219.\"
220.\" Please try to keep the exceptions in this macro in sync with NetBSD!
326.
327.
328.\" NS Nx user macro
329.\" NS print NetBSD
330.\" NS
331.\" NS modifies:
332.\" NS doc-arg-ptr
333.\" NS doc-curr-font
334.\" NS doc-curr-size
335.\" NS doc-macro-name
336.\" NS
337.\" NS local variable:
338.\" NS doc-str-Nx
339.\" NS doc-str-Nx1
340.\" NS
341.\" NS width register `Nx' defined in doc-common
342.
343.\" we use the doc-operating-system-NetBSD-* strings defined in doc-common
344.
221.de Nx
345.de Nx
222.nr cF \\n(.f
223.nr cZ \\n(.s
224.ds aa \&\f\\n(cF\s\\n(cZ
225.ds ab \& \&
226.ds ac \\$1
227. ie \\n(.$==0 .rm ab
228.el .ie "\\$1"0.8a" .ds ac 0.8A
229.el .ie "\\$1"0.9a" .ds ac 0.9A
230.el .ie "\\$1"1.0a" .ds ac 1.0A
231.el .ie "\\$1"1.2a" .ds ac 1.2A
232.el .ie "\\$1"1.2b" .ds ac 1.2B
233.el .ie "\\$1"." .rm ab
234.el .if "\\$1"," .rm ab
235\&\\*(tNNetBSD\\*(ab\\*(ac\\*(aa\\$2
346. nr doc-curr-font \n[.f]
347. nr doc-curr-size \n[.ps]
348. ds doc-str-Nx \f[\n[doc-curr-font]]\s[\n[doc-curr-size]u]
349.
350. \" default value if no argument
351. ds doc-str-Nx1 \*[doc-Tn-font-size]\%N\s[\n[doc-curr-size]u]et
352. as doc-str-Nx1 \*[doc-Tn-font-size]BSD\*[doc-str-Nx]
353.
354. if !\n[doc-arg-limit] \
355. if \n[.$] \{\
356. ds doc-macro-name Nx
357. doc-parse-args \$@
358. \}
359.
360. if (\n[doc-arg-limit] > \n[doc-arg-ptr]) \{\
361. nr doc-arg-ptr +1
362. ie (\n[doc-type\n[doc-arg-ptr]] == 2) \{\
363. ie \A\*[doc-arg\n[doc-arg-ptr]] \{\
364. ie d doc-operating-system-NetBSD-\*[doc-arg\n[doc-arg-ptr]] \
365. as doc-str-Nx1 \~\*[doc-operating-system-NetBSD-\*[doc-arg\n[doc-arg-ptr]]]
366. el \{\
367. tmc mdoc warning: .Nx: Unknown NetBSD version
368. tm1 " `\*[doc-arg\n[doc-arg-ptr]]' (#\n[.c])
369. as doc-str-Nx1 \~\*[doc-arg\n[doc-arg-ptr]]
370. \}\}
371. el \
372. as doc-str-Nx1 \~\*[doc-arg\n[doc-arg-ptr]]
373. \}
374. el \
375. nr doc-arg-ptr -1
376. \}
377.
378. \" replace current argument with result
379. ds doc-arg\n[doc-arg-ptr] "\*[doc-str-Nx1]
380. nr doc-type\n[doc-arg-ptr] 2
381. ds doc-space\n[doc-arg-ptr] "\*[doc-space]
382.
383. \" recompute space vector for remaining arguments
384. nr doc-num-args (\n[doc-arg-limit] - \n[doc-arg-ptr])
385. nr doc-arg-limit \n[doc-arg-ptr]
386. if \n[doc-num-args] \
387. doc-parse-space-vector
388.
389. doc-print-recursive
236..
390..
237.\" Ns Ox macro - OpenBSD
238.\"
239.\" Please try to keep any exceptions in this macro in sync with OpenBSD!
391.
392.
393.\" NS Ox user macro
394.\" NS print OpenBSD
395.\" NS
396.\" NS modifies:
397.\" NS doc-arg-ptr
398.\" NS doc-curr-font
399.\" NS doc-curr-size
400.\" NS doc-macro-name
401.\" NS
402.\" NS local variable:
403.\" NS doc-str-Ox
404.\" NS doc-str-Ox1
405.\" NS
406.\" NS width register `Ox' defined in doc-common
407.
240.de Ox
408.de Ox
241.nr cF \\n(.f
242.nr cZ \\n(.s
243.ds aa \&\f\\n(cF\s\\n(cZ
244\&\\*(tNOpenBSD\\*(aa \\$1\\$2
409. nr doc-curr-font \n[.f]
410. nr doc-curr-size \n[.ps]
411. ds doc-str-Ox \f[\n[doc-curr-font]]\s[\n[doc-curr-size]u]
412.
413. \" default value if no argument
414. ds doc-str-Ox1 \*[doc-Tn-font-size]\%OpenBSD\*[doc-str-Ox]
415.
416. if !\n[doc-arg-limit] \
417. if \n[.$] \{\
418. ds doc-macro-name Ox
419. doc-parse-args \$@
420. \}
421.
422. if (\n[doc-arg-limit] > \n[doc-arg-ptr]) \{\
423. nr doc-arg-ptr +1
424. ie (\n[doc-type\n[doc-arg-ptr]] == 2) \
425. as doc-str-Ox1 \~\*[doc-arg\n[doc-arg-ptr]]
426. el \
427. nr doc-arg-ptr -1
428. \}
429.
430. \" replace current argument with result
431. ds doc-arg\n[doc-arg-ptr] "\*[doc-str-Ox1]
432. nr doc-type\n[doc-arg-ptr] 2
433. ds doc-space\n[doc-arg-ptr] "\*[doc-space]
434.
435. \" recompute space vector for remaining arguments
436. nr doc-num-args (\n[doc-arg-limit] - \n[doc-arg-ptr])
437. nr doc-arg-limit \n[doc-arg-ptr]
438. if \n[doc-num-args] \
439. doc-parse-space-vector
440.
441. doc-print-recursive
245..
442..
443.
444.
445.\" NS Bsx user macro
446.\" NS print BSD/OS
447.\" NS
448.\" NS modifies:
449.\" NS doc-arg-ptr
450.\" NS doc-curr-font
451.\" NS doc-curr-size
452.\" NS doc-macro-name
453.\" NS
454.\" NS local variable:
455.\" NS doc-str-Bsx
456.\" NS doc-str-Bsx1
457.\" NS
458.\" NS width register `Bsx' defined in doc-common
459.
460.de Bsx
461. nr doc-curr-font \n[.f]
462. nr doc-curr-size \n[.ps]
463. ds doc-str-Bsx \f[\n[doc-curr-font]]\s[\n[doc-curr-size]u]
464.
465. \" default value if no argument
466. ds doc-str-Bsx1 \*[doc-Tn-font-size]BSD/OS\*[doc-str-Bsx]
467.
468. if !\n[doc-arg-limit] \
469. if \n[.$] \{\
470. ds doc-macro-name Bsx
471. doc-parse-args \$@
472. \}
473.
474. if (\n[doc-arg-limit] > \n[doc-arg-ptr]) \{\
475. nr doc-arg-ptr +1
476. ie (\n[doc-type\n[doc-arg-ptr]] == 2) \
477. as doc-str-Bsx1 \~\*[doc-arg\n[doc-arg-ptr]]
478. el \
479. nr doc-arg-ptr -1
480. \}
481.
482. \" replace current argument with result
483. ds doc-arg\n[doc-arg-ptr] "\*[doc-str-Bsx1]
484. nr doc-type\n[doc-arg-ptr] 2
485. ds doc-space\n[doc-arg-ptr] "\*[doc-space]
486.
487. \" recompute space vector for remaining arguments
488. nr doc-num-args (\n[doc-arg-limit] - \n[doc-arg-ptr])
489. nr doc-arg-limit \n[doc-arg-ptr]
490. if \n[doc-num-args] \
491. doc-parse-space-vector
492.
493. doc-print-recursive
494..
495.
496.
246.\" The Bt macro should go away now
497.\" The Bt macro should go away now
247.\" Ns Bt macro - prints "is currently in beta test." (HISTORY section)
498.
499.\" NS Bt user macro (not parsed, not callable)
500.\" NS print "is currently in beta test." (HISTORY section)
501.\" NS
502.\" NS width register `Bt' defined in doc-common
503.
248.de Bt
504.de Bt
249\&is currently in beta test.
505. nop \&is currently in beta test.
250..
506..
251.\" NS St macro - standards (posix, ansi - formal standard names)
252.\" ISO/IEC 9945-1:1996 (-p1003.1-96) comprises:
253.\" IEEE 1003.1-1990
254.\" IEEE 1003.1b-1993
255.\" IEEE 1003.1c-1995
256.\" and IEEE 1003.1i-1995
257.\"
258.ds Px \\*(tNPOSIX
259.ds Ai \\*(tNANSI
507.
508.
509.\" NS Px user macro
510.\" NS print POSIX
511.
512.ds Px \*[doc-Tn-font-size]\%POSIX
513.
514.
515.\" NS Ai user macro
516.\" NS print ANSI
517.
518.ds Ai \*[doc-Tn-font-size]\%ANSI
519.
520.
521.\" NS St user macro
522.\" NS standards (posix, ansi - formal standard names)
523.\" NS
524.\" NS modifies:
525.\" NS doc-arg-ptr
526.\" NS doc-curr-font
527.\" NS doc-curr-size
528.\" NS doc-macro-name
529.\" NS
530.\" NS local variable:
531.\" NS doc-reg-St
532.\" NS doc-str-St
533.\" NS doc-str-St1
534.\" NS doc-str-St-XXX
535.\" NS
536.\" NS width register `St' defined in doc-common
537.
538.\" ANSI/ISO C
539.ds doc-str-St--ansiC-89 \*[Ai] \*[doc-str-St]X\^3.159-1989
540.as doc-str-St--ansiC-89 " (\*[Lq]\)\*[Ai]\~C\*[doc-str-St]\*[Rq])
541.als doc-str-St--ansiC doc-str-St--ansiC-89
542.ds doc-str-St--isoC \*[doc-Tn-font-size]ISO/IEC\*[doc-str-St] 9899:1990
543.as doc-str-St--isoC " (\*[Lq]\*[doc-Tn-font-size]ISO\~C\^89\*[doc-str-St]\*[Rq])
544.ds doc-str-St--isoC-99 \*[doc-Tn-font-size]ISO/IEC\*[doc-str-St] 9899:1999
545.as doc-str-St--isoC-99 " (\*[Lq]\*[doc-Tn-font-size]ISO\~C\^99\*[doc-str-St]\*[Rq])
546.
547.\" POSIX Part 1: System API
548.ds doc-str-St--p1003.1 \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.1
549.as doc-str-St--p1003.1 " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq])
550.ds doc-str-St--p1003.1-88 \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.1-1988
551.as doc-str-St--p1003.1-88 " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq])
552.ds doc-str-St--p1003.1-90 \*[doc-Tn-font-size]ISO/IEC\*[doc-str-St] 9945-1:1990
553.as doc-str-St--p1003.1-90 " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq])
554.als doc-str-St--iso9945-1-90 doc-str-St--p1003.1-90
555.ds doc-str-St--p1003.1b-93 \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.1b-1993
556.as doc-str-St--p1003.1b-93 " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq])
557.ds doc-str-St--p1003.1c-95 \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.1c-1995
558.as doc-str-St--p1003.1c-95 " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq])
559.ds doc-str-St--p1003.1i-95 \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.1i-1995
560.as doc-str-St--p1003.1i-95 " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq])
561.ds doc-str-St--p1003.1-96 \*[doc-Tn-font-size]ISO/IEC\*[doc-str-St] 9945-1:1996
562.as doc-str-St--p1003.1-96 " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq])
563.als doc-str-St--iso9945-1-96 doc-str-St--p1003.1-96
564.ds doc-str-St--p1003.1g-2000 \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.1g-2000
565.as doc-str-St--p1003.1g-2000 " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq])
566.
567.\" POSIX Part 2: Shell and Utilities
568.ds doc-str-St--p1003.2 \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.2
569.as doc-str-St--p1003.2 " (\*[Lq]\)\*[Px]\*[doc-str-St].2\*[Rq])
570.ds doc-str-St--p1003.2-92 \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.2-1992
571.as doc-str-St--p1003.2-92 " (\*[Lq]\)\*[Px]\*[doc-str-St].2\*[Rq])
572.ds doc-str-St--p1003.2a-92 \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 1003.2a-1992
573.as doc-str-St--p1003.2a-92 " (\*[Lq]\)\*[Px]\*[doc-str-St].2\*[Rq])
574.ds doc-str-St--iso9945-2-93 \*[doc-Tn-font-size]ISO/IEC\*[doc-str-St] 9945-2:1993
575.as doc-str-St--iso9945-2-93 " (\*[Lq]\)\*[Px]\*[doc-str-St].2\*[Rq])
576.
577.\" X/Open
578.ds doc-str-St--susv2 Version\~2 of the Single \*[doc-Tn-font-size]UNIX\*[doc-str-St] Specification
579.as doc-str-St--susv2 " (\*[Lq]\*[doc-Tn-font-size]SUSv2\*[doc-str-St]\*[Rq])
580.ds doc-str-St--svid4 System\~V Interface Definition, Fourth Edition
581.as doc-str-St--svid4 " (\*[Lq]\*[doc-Tn-font-size]SVID\*[doc-str-St]\^4\*[Rq])
582.ds doc-str-St--xbd5 \*[doc-Tn-font-size]X/Open\*[doc-str-St] System Interface Definitions Issue\~5
583.as doc-str-St--xbd5 " (\*[Lq]\*[doc-Tn-font-size]XBD\*[doc-str-St]\^5\*[Rq])
584.ds doc-str-St--xcu5 \*[doc-Tn-font-size]X/Open\*[doc-str-St] Commands and Utilities Issue\~5
585.as doc-str-St--xcu5 " (\*[Lq]\*[doc-Tn-font-size]XCU\*[doc-str-St]\^5\*[Rq])
586.ds doc-str-St--xcurses4.2 \*[doc-Tn-font-size]X/Open\*[doc-str-St] Curses Issue\~4.2
587.as doc-str-St--xcurses4.2 " (\*[Lq]\*[doc-Tn-font-size]XCURSES\*[doc-str-St]\^4.2\*[Rq])
588.ds doc-str-St--xns5 \*[doc-Tn-font-size]X/Open\*[doc-str-St] Networking Services Issue\~5
589.as doc-str-St--xns5 " (\*[Lq]\*[doc-Tn-font-size]XNS\*[doc-str-St]\^5\*[Rq])
590.ds doc-str-St--xns5.2 \*[doc-Tn-font-size]X/Open\*[doc-str-St] Networking Services Issue\~5.2
591.as doc-str-St--xns5.2 " (\*[Lq]\*[doc-Tn-font-size]XNS\*[doc-str-St]\^5.2\*[Rq])
592.ds doc-str-St--xpg3 \*[doc-Tn-font-size]X/Open\*[doc-str-St] Portability Guide Issue\~3
593.as doc-str-St--xpg3 " (\*[Lq]\*[doc-Tn-font-size]XPG\*[doc-str-St]\^3\*[Rq])
594.ds doc-str-St--xpg4 \*[doc-Tn-font-size]X/Open\*[doc-str-St] Portability Guide Issue\~4
595.as doc-str-St--xpg4 " (\*[Lq]\*[doc-Tn-font-size]XPG\*[doc-str-St]\^4\*[Rq])
596.ds doc-str-St--xpg4.2 \*[doc-Tn-font-size]X/Open\*[doc-str-St] Portability Guide Issue\~4.2
597.as doc-str-St--xpg4.2 " (\*[Lq]\*[doc-Tn-font-size]XPG\*[doc-str-St]\^4.2\*[Rq])
598.ds doc-str-St--xsh5 \*[doc-Tn-font-size]X/Open\*[doc-str-St] System Interfaces and Headers Issue\~5
599.as doc-str-St--xsh5 " (\*[Lq]\*[doc-Tn-font-size]XSH\*[doc-str-St]\^5\*[Rq])
600.
601.\" Miscellaneous
602.ds doc-str-St--ieee754 \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std 754-1985
603.ds doc-str-St--iso8802-3 \*[doc-Tn-font-size]ISO/IEC\*[doc-str-St] 8802-3:1989
604.
260.de St
605.de St
261.if \\n(aC==0 \{\
262. ie \\n(.$==0 \{\
263.tm Usage: .St [-p1003.1-90 | -p1003.2 | -ansiC-89 | -iso ] \\*(Pu ... (#\\n(.c)
264. \}
265. el \{\
266. ds mN St
267. nr aP 0
268. ds A1 \\$1
269. ds A2 \\$2
270. ds A3 \\$3
271. ds A4 \\$4
272. ds A5 \\$5
273. ds A6 \\$6
274. ds A7 \\$7
275. ds A8 \\$8
276. ds A9 \\$9
277. nr fV \\n(.$
278. fV
279. \}
280.\}
281.if \\n(aC>\\n(aP \{\
282. nr cF \\n(.f
283. nr cZ \\n(.s
284. ds aa \&\f\\n(cF\s\\n(cZ
285. nr aP \\n(aP+1
286. if "\\*(A\\n(aP"-p1003.1b-93" \{\
287. ds b1 \&\\*(tNIEEE Std \\*(aa1003.1b-1993\\*(sV
288. as b1 (``\\*(tN\\*(Px.1\\*(aa'')
289. \}
290. if "\\*(A\\n(aP"-p1003.1g-2000" \{\
291. ds b1 \&\\*(tNIEEE Std \\*(aa1003.1g-2000\\*(sV
292. as b1 (``\\*(tN\\*(Px.1\\*(aa'')
293. \}
294. if "\\*(A\\n(aP"-p1003.1-90" \{\
295. ds b1 \&\\*(tNISO/IEC \\*(aa9945-1:1990\\*(sV
296. as b1 (``\\*(tN\\*(Px.1\\*(aa'')
297. \}
298. if "\\*(A\\n(aP"-p1003.1-88" \{\
299. ds b1 \&\\*(tNIEEE Std \\*(aa1003.1-1988\\*(sV
300. as b1 (``\\*(tN\\*(Px.1\\*(aa'')
301. \}
302. if "\\*(A\\n(aP"-p1003.1" \{\
303. ds b1 \&\\*(tNIEEE Std \\*(aa1003.1\\*(sV
304. as b1 (``\\*(tN\\*(Px.1\\*(aa'')
305. \}
306. if "\\*(A\\n(aP"-p1003.2-92" \{\
307. ds b1 \&\\*(tNIEEE Std \\*(aa1003.2-1992\\*(sV
308. as b1 (``\\*(tN\\*(Px.2\\*(aa'')
309. \}
310. if "\\*(A\\n(aP"-p1003.2" \{\
311. ds b1 \&\\*(tNIEEE Std \\*(aa1003.2\\*(sV
312. as b1 (``\\*(tN\\*(Px.2\\*(aa'')
313. \}
314. if "\\*(A\\n(aP"-p1003.1-96" \{\
315. ds b1 \&\\*(tNISO/IEC \\*(aa9945-1:1996\\*(sV
316. as b1 (``\\*(tN\\*(Px.1\\*(aa'')
317. \}
318. if "\\*(A\\n(aP"-ansiC" \{\
319. ds b1 \&\\*(tNANSI \\*(aaX\^3.159-1989\\*(sV
320. as b1 (``\\*(tNANSI\~C\\*(aa'')
321. \}
322. if "\\*(A\\n(aP"-isoC" \{\
323. ds b1 \&\\*(tNISO/IEC \\*(aa9899:1990\\*(sV
324. as b1 (``\\*(tNISO\~C89\\*(aa'')
325. \}
326. if "\\*(A\\n(aP"-isoC-99" \{\
327. ds b1 \&\\*(tNISO/IEC \\*(aa9899:1999\\*(sV
328. as b1 (``\\*(tNISO C99\\*(aa'')
329. \}
330. if "\\*(A\\n(aP"-ansiC-89" \{\
331. ds b1 \&\\*(tNANSI \\*(aaX\^3.159-1989\\*(sV
332. as b1 (``\\*(tNANSI\~C\\*(aa'')
333. \}
334. if "\\*(A\\n(aP"-ieee754" \{\
335. ds b1 \&\\*(tNIEEE Std \\*(aa754-1985
336. \}
337. if "\\*(A\\n(aP"-iso8802-3" \{\
338. ds b1 \&\\*(tNISO/IEC \\*(aa8802-3:1989
339. \}
340. if "\\*(A\\n(aP"-xpg3" \{\
341. ds b1 \&\\*(tNX/Open Portability Guide Issue\~3\\*(aa\\*(sV
342. as b1 (``\\*(tNXPG3\\*(aa'')
343. \}
344. if "\\*(A\\n(aP"-xpg4" \{\
345. ds b1 \&\\*(tNX/Open Portability Guide Issue\~4\\*(aa\\*(sV
346. as b1 (``\\*(tNXPG4\\*(aa'')
347. \}
348. if "\\*(A\\n(aP"-xpg4.2" \{\
349. ds b1 \&\\*(tNX/Open Portability Guide Issue\~4.2\\*(aa\\*(sV
350. as b1 (``\\*(tNXPG4.2\\*(aa'')
351. \}
352. if "\\*(A\\n(aP"-susv2" \{\
353. ds b1 \&\\*(tNVersion\~2 of the Single UNIX Specification\\*(aa\\*(sV
354. as b1 (``\\*(tNSUSv2\\*(aa'')
355. \}
356. ie \\n(aC>\\n(aP \{\
357. nr aP \\n(aP+1
358. nR
359. \}
360. el .aZ
361.\}
606. if !\n[doc-arg-limit] \{\
607. ie \n[.$] \{\
608. ds doc-macro-name St
609. doc-parse-args \$@
610. \}
611. el \
612. doc-St-usage
613. \}
614.
615. if !\n[doc-arg-limit] \
616. return
617.
618. nr doc-arg-ptr +1
619. ie (\n[doc-arg-limit] >= \n[doc-arg-ptr]) \{\
620. nr doc-curr-font \n[.f]
621. nr doc-curr-size \n[.ps]
622. ds doc-str-St \f[\n[doc-curr-font]]\s[\n[doc-curr-size]u]
623.
624. ds doc-str-St1
625. ie \A\*[doc-arg\n[doc-arg-ptr]] \{\
626. ie d doc-str-St-\*[doc-arg\n[doc-arg-ptr]] \
627. ds doc-str-St1 "\*[doc-str-St-\*[doc-arg\n[doc-arg-ptr]]]
628. el \{\
629. tmc "mdoc warning: .St: Unknown standard abbreviation
630. tm1 " `\*[doc-arg\n[doc-arg-ptr]]' (#\n[.c])
631. tm1 " Please refer to the groff_mdoc(7) manpage for a
632. tm1 " list of available standard abbreviations.
633. \}\}
634. el \
635. doc-St-usage
636.
637. \" replacing argument with result
638. ds doc-arg\n[doc-arg-ptr] "\*[doc-str-St1]
639.
640. doc-print-recursive
641. \}
642. el \{\
643. doc-St-usage
644. doc-reset-args
645. \}
362..
646..
647.
648.
649.\" NS doc-St-usage macro
650.
651.de doc-St-usage
652. tm1 "Usage: .St standard (#\n[.c])
653. tm1 " Please refer to the groff_mdoc(7) manpage for a list of
654. tm1 " available standard abbreviations.
655..
656.
657.
658.\" NS Lb user macro
659.\" NS formal library names for LIBRARY sections
660.\" NS
661.\" NS modifies:
662.\" NS doc-arg-ptr
663.\" NS doc-curr-font
664.\" NS doc-curr-size
665.\" NS doc-macro-name
666.\" NS
667.\" NS local variable:
668.\" NS doc-reg-Lb
669.\" NS doc-str-Lb
670.\" NS doc-str-Lb-XXX
671.\" NS
672.\" NS width register `Lb' defined in doc-common
673.
674.ds doc-str-Lb-libarm32 ARM32 Architecture Library (libarm32, \-larm32)
675.ds doc-str-Lb-libc Standard C\~Library (libc, \-lc)
676.ds doc-str-Lb-libcompat Compatibility Library (libcompat, \-lcompat)
677.ds doc-str-Lb-libcrypt Crypt Library (libcrypt, \-lcrypt)
678.ds doc-str-Lb-libcurses Curses Library (libcurses, \-lcurses)
679.ds doc-str-Lb-libedit Command Line Editor Library (libedit, \-ledit)
680.ds doc-str-Lb-libi386 i386 Architecture Library (libi386, \-li386)
681.ds doc-str-Lb-libipsec IPsec Policy Control Library (libipsec, \-lipsec)
682.ds doc-str-Lb-libkvm Kernel Data Access Library (libkvm, \-lkvm)
683.ds doc-str-Lb-libm Math Library (libm, \-lm)
684.ds doc-str-Lb-libmenu Curses Menu Library (libmenu, \-lmenu)
685.ds doc-str-Lb-libossaudio OSS Audio Emulation Library (libossaudio, \-lossaudio)
686.ds doc-str-Lb-libposix \*[Px] Compatibility Library (libposix, \-lposix)
687.ds doc-str-Lb-libresolv DNS Resolver Library (libresolv, \-lresolv)
688.ds doc-str-Lb-libtermcap Termcap Access Library (libtermcap, \-ltermcap)
689.ds doc-str-Lb-libutil System Utilities Library (libutil, \-lutil)
690.ds doc-str-Lb-libz Compression Library (libz, \-lz)
691.
692.de Lb
693. if !\n[doc-arg-limit] \{\
694. ie \n[.$] \{\
695. ds doc-macro-name Lb
696. doc-parse-args \$@
697. \}
698. el \
699. tm Usage: .Lb library_name ... (#\n[.c])
700. \}
701.
702. if !\n[doc-arg-limit] \
703. return
704.
705. nr doc-arg-ptr +1
706. ie (\n[doc-arg-limit] >= \n[doc-arg-ptr]) \{\
707. ie d doc-str-Lb-\*[doc-arg\n[doc-arg-ptr]] \
708. ds doc-str-Lb "\*[doc-str-Lb-\*[doc-arg\n[doc-arg-ptr]]]
709. el \{\
710. tmc "mdoc warning: .Lb: no description for library
711. tm1 " `\*[doc-arg\n[doc-arg-ptr]]' available (#\n[.c])
712. ds doc-str-Lb library \*[Lq]\*[doc-arg\n[doc-arg-ptr]]\*[Rq]
713. \}
714.
715. \" replacing argument with result
716. ds doc-arg\n[doc-arg-ptr] "\*[doc-str-Lb]
717.
718. doc-print-recursive
719. \}
720. el \{\
721. tm Usage: .Lb library_name ... (#\n[.c])
722. doc-reset-args
723. \}
724..
725.
726.
727.ec
728.
729.\" EOF