]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/groff/tmac/groff_mdoc.man
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / groff / tmac / groff_mdoc.man
1 .\" groff_mdoc.man
2 .\"
3 .\"   A complete reference of the mdoc macro package for GNU troff.
4 .\"
5 .\" Based on NetBSD's mdoc.samples.7, version 1.21.
6 .\"
7 .\"
8 .\"   Warning: You can't format this file with the old mdoc macros!
9 .\"
10 .\"
11 .\" Copyright (c) 1990, 1993
12 .\"     The Regents of the University of California.  All rights reserved.
13 .\"
14 .\" Redistribution and use in source and binary forms, with or without
15 .\" modification, are permitted provided that the following conditions
16 .\" are met:
17 .\" 1. Redistributions of source code must retain the above copyright
18 .\"    notice, this list of conditions and the following disclaimer.
19 .\" 2. Redistributions in binary form must reproduce the above copyright
20 .\"    notice, this list of conditions and the following disclaimer in the
21 .\"    documentation and/or other materials provided with the distribution.
22 .\" 3. [Deleted.  See
23 .\"     ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change]
24 .\" 4. Neither the name of the University nor the names of its contributors
25 .\"    may be used to endorse or promote products derived from this software
26 .\"    without specific prior written permission.
27 .\"
28 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
29 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
30 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
31 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
32 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
33 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
34 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
35 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
36 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
37 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
38 .\" SUCH DAMAGE.
39 .\"
40 .\"     @(#)mdoc.samples.7 8.2 (Berkeley) 12/30/93
41 .\"
42 .\" This reference invokes every macro in the package several
43 .\" times and is guaranteed to give a worst case performance
44 .\" for an already extremely slow package.
45 .\"
46 .
47 .Dd January 5, 2006
48 .Os
49 .Dt GROFF_MDOC 7
50 .
51 .
52 .Sh NAME
53 .
54 .Nm groff_mdoc
55 .Nd reference for groff's mdoc implementation
56 .
57 .
58 .Sh SYNOPSIS
59 .
60 .Nm groff Fl m Ns Cm doc Ar
61 .
62 .
63 .Sh DESCRIPTION
64 .
65 A complete reference for writing
66 .Ux
67 manual pages with the
68 .Nm \-mdoc
69 macro package; a
70 .Em content Ns -based
71 and
72 .Em domain Ns -based
73 formatting package for
74 .Tn GNU
75 .Xr troff 1 .
76 Its predecessor, the
77 .Xr \-man 7
78 package, addressed page layout leaving the manipulation of fonts and other
79 typesetting details to the individual author.
80 In
81 .Nm \-mdoc ,
82 page layout macros make up the
83 .Em "page structure domain"
84 which consists of macros for titles, section headers, displays and lists
85 \- essentially items which affect the physical position of text on a
86 formatted page.
87 In addition to the page structure domain, there are two more domains, the
88 .Em manual
89 domain and the
90 .Em general
91 text domain.
92 The general text domain is defined as macros which perform tasks such as
93 quoting or emphasizing pieces of text.
94 The manual domain is defined as macros that are a subset of the day to day
95 informal language used to describe commands, routines and related
96 .Ux
97 files.
98 Macros in the manual domain handle command names, command line arguments and
99 options, function names, function parameters, pathnames, variables, cross
100 references to other manual pages, and so on.
101 These domain items have value for both the author and the future user of the
102 manual page.
103 Hopefully, the consistency gained across the manual set will provide easier
104 translation to future documentation tools.
105 .Pp
106 Throughout the
107 .Ux
108 manual pages, a manual entry is simply referred to as a man page, regardless
109 of actual length and without sexist intention.
110 .
111 .
112 .Sh "GETTING STARTED"
113 .
114 The material presented in the remainder of this document is outlined
115 as follows:
116 .
117 .Bl -enum -width 3n -offset indent
118 .  It
119 .  Tn "TROFF IDIOSYNCRASIES"
120 .
121 .  Bl -tag -width 2n -compact
122 .    It "Macro Usage"
123 .    It "Passing Space Characters in an Argument"
124 .    It "Trailing Blank Space Characters"
125 .    It "Escaping Special Characters"
126 .    It "Other Possible Pitfalls"
127 .  El
128 .
129 .  It
130 .  Tn "A MANUAL PAGE TEMPLATE"
131 .
132 .  It
133 .  Tn "CONVENTIONS"
134 .
135 .  It
136 .  Tn "TITLE MACROS"
137 .
138 .  It
139 .  Tn "INTRODUCTION OF MANUAL AND GENERAL TEXT DOMAINS"
140 .
141 .  Bl -tag -width 2n -compact
142 .    It "What's in a Name" Ns ...
143 .    It "General Syntax"
144 .  El
145 .
146 .  It
147 .  Tn "MANUAL DOMAIN"
148 .
149 .  Bl -tag -width 2n -compact
150 .    It "Addresses"
151 .    It "Author Name"
152 .    It "Arguments"
153 .    It "Configuration Declarations (Section Four Only)"
154 .    It "Command Modifiers"
155 .    It "Defined Variables"
156 .    It "Errno's"
157 .    It "Environment Variables"
158 .    It "Flags"
159 .    It "Function Declarations"
160 .    It "Function Types"
161 .    It "Functions (Library Routines)"
162 .    It "Function Arguments"
163 .    It "Return Values"
164 .    It "Exit Status"
165 .    \" .It "Header File (including source code)"
166 .    It "Interactive Commands"
167 .    It "Library Names"
168 .    It "Literals"
169 .    It "Names"
170 .    It "Options"
171 .    It "Pathnames"
172 .    It "Standards"
173 .    It "Variable Types"
174 .    It "Variables"
175 .    It "Manual Page Cross References"
176 .  El
177 .
178 .  It
179 .  Tn "GENERAL TEXT DOMAIN"
180 .
181 .  Bl -tag -width 2n -compact
182 .    It "AT&T Macro"
183 .    It "BSD Macro"
184 .    It "NetBSD Macro"
185 .    It "FreeBSD Macro"
186 .    It "DragonFly Macro"
187 .    It "OpenBSD Macro"
188 .    It "BSD/OS Macro"
189 .    It "UNIX Macro"
190 .    It "Emphasis Macro"
191 .    It "Font Mode"
192 .    It "Enclosure and Quoting Macros"
193 .    It "No-Op or Normal Text Macro"
194 .    It "No-Space Macro"
195 .    It "Section Cross References"
196 .    It "Symbolics"
197 .    It "Mathematical Symbols"
198 .    It "References and Citations"
199 .    It "Trade Names (or Acronyms and Type Names)"
200 .    It "Extended Arguments"
201 .  El
202 .
203 .  It
204 .  Tn "PAGE STRUCTURE DOMAIN"
205 .
206 .  Bl -tag -width 2n -compact
207 .    It "Section Headers"
208 .    It "Subsection Headers"
209 .    It "Paragraphs and Line Spacing"
210 .    It "Keeps"
211 .    It "Examples and Displays"
212 .    It "Lists and Columns"
213 .  El
214 .
215 .  It
216 .  Tn "MISCELLANEOUS MACROS"
217 .
218 .  It
219 .  Tn "PREDEFINED STRINGS"
220 .
221 .  It
222 .  Tn "DIAGNOSTICS"
223 .
224 .  It
225 .  Tn "FORMATTING WITH GROFF, TROFF, AND NROFF"
226 .
227 .  It
228 .  Tn "FILES"
229 .
230 .  It
231 .  Tn "SEE ALSO"
232 .
233 .  It
234 .  Tn "BUGS"
235 .El
236 .
237 .\" XXX
238 .if t \
239 .  ne 7
240 .
241 .
242 .Sh "TROFF IDIOSYNCRASIES"
243 .
244 The
245 .Nm \-mdoc
246 package attempts to simplify the process of writing a man page.
247 Theoretically, one should not have to learn the tricky details of
248 .Tn GNU
249 .Xr troff 1
250 to use
251 .Nm \-mdoc ;
252 however, there are a few limitations which are unavoidable and best gotten
253 out of the way.
254 And, too, be forewarned, this package is
255 .Em not
256 fast.
257 .
258 .Ss "Macro Usage"
259 .
260 As in
261 .Tn GNU
262 .Xr troff 1 ,
263 a macro is called by placing a
264 .Ql .\&
265 (dot character) at the beginning of a line followed by the two-character
266 (or three-character) name for the macro.
267 There can be space or tab characters between the dot and the macro name.
268 Arguments may follow the macro separated by spaces (but
269 .Em no
270 tabs).
271 It is the dot character at the beginning of the line which causes
272 .Tn GNU
273 .Xr troff 1
274 to interpret the next two (or more) characters as a macro name.
275 A single starting dot followed by nothing is ignored.
276 To place a
277 .Ql .\&
278 (dot character) at the beginning of an input line in some context other than
279 a macro invocation, precede the
280 .Ql .\&
281 (dot) with the
282 .Ql \e&
283 escape sequence which translates literally to a zero-width space, and is
284 never displayed in the output.
285 .Pp
286 In general,
287 .Tn GNU
288 .Xr troff 1
289 macros accept an unlimited number of arguments (contrary to other versions
290 of troff which can't handle more than nine arguments).
291 In limited cases, arguments may be continued or extended on the next
292 line (See
293 .Sx Extended Arguments
294 below).
295 Almost all macros handle quoted arguments (see
296 .Sx Passing Space Characters in an Argument
297 below).
298 .Pp
299 Most of the
300 .Nm \-mdoc
301 general text domain and manual domain macros are special in that their
302 argument lists are
303 .Em parsed
304 for callable macro names.
305 This means an argument on the argument list which matches a general text or
306 manual domain macro name (and which is defined to be callable) will be
307 executed or called when it is processed.
308 In this case the argument, although the name of a macro, is not preceded by
309 a
310 .Ql .\&
311 (dot).
312 This makes it possible to nest macros; for example the option macro,
313 .Ql .Op ,
314 may
315 .Em call
316 the flag and argument macros,
317 .Ql \&Fl
318 and
319 .Ql \&Ar ,
320 to specify an optional flag with an argument:
321 .
322 .Bl -tag -width ".Op Fl s Ar bytes" -offset indent
323 .It Op Fl s Ar bytes
324 is produced by
325 .Ql ".Op Fl s Ar bytes"
326 .El
327 .
328 .Pp
329 To prevent a string from being interpreted as a macro name, precede the
330 string with the escape sequence
331 .Ql \e& :
332 .
333 .Bl -tag -width ".Op \&Fl s \&Ar bytes" -offset indent
334 .It Op \&Fl s \&Ar bytes
335 is produced by
336 .Ql ".Op \e&Fl s \e&Ar bytes"
337 .El
338 .
339 .Pp
340 Here the strings
341 .Ql \&Fl
342 and
343 .Ql \&Ar
344 are not interpreted as macros.
345 Macros whose argument lists are parsed for callable arguments are referred
346 to as
347 .Em parsed
348 and macros which may be called from an argument list are referred to as
349 .Em callable
350 throughout this document.
351 This is a technical
352 .Em faux pas
353 as almost all of the macros in
354 .Nm \-mdoc
355 are parsed, but as it was cumbersome to constantly refer to macros as
356 being callable and being able to call other macros, the term parsed
357 has been used.
358 .
359 .Pp
360 In the following, we call an
361 .Nm \-mdoc
362 macro which starts a line (with a leading dot) a
363 .Em command
364 if this distinction is necessary.
365 .
366 .Ss "Passing Space Characters in an Argument"
367 .
368 Sometimes it is desirable to give as an argument a string containing one or
369 more blank space characters, say, to specify arguments to commands which
370 expect particular arrangement of items in the argument list.
371 Additionally, it makes
372 .Nm \-mdoc
373 working faster.
374 For example, the function command
375 .Ql .Fn
376 expects the first argument to be the name of a function and any remaining
377 arguments to be function parameters.
378 As
379 .Tn ANSI\~C
380 stipulates the declaration of function parameters in the parenthesized
381 parameter list, each parameter is guaranteed to be at minimum a two word
382 string.
383 For example,
384 .Fa int foo .
385 .Pp
386 There are two possible ways to pass an argument which contains
387 an embedded space.
388 One way of passing a string containing blank spaces is to use the hard or
389 unpaddable space character
390 .Ql \e\  ,
391 that is, a blank space preceded by the escape character
392 .Ql \e .
393 This method may be used with any macro but has the side effect of
394 interfering with the adjustment of text over the length of a line.
395 .Xr Troff
396 sees the hard space as if it were any other printable character and cannot
397 split the string into blank or newline separated pieces as one would expect.
398 This method is useful for strings which are not expected to overlap a line
399 boundary.
400 An alternative is to use
401 .Ql \e~ ,
402 a paddable (i.e.\& stretchable), unbreakable space (this is a
403 .Tn GNU
404 .Xr troff 1
405 extension).
406 The second method is to enclose the string with double quotes.
407 .Pp
408 For example:
409 .
410 .Bl -tag -width ".Fn fetch char\ *str" -offset indent
411 .It Fn fetch char\ *str
412 is created by
413 .Ql ".Fn fetch char\e *str"
414 .It Fn fetch "char *str"
415 can also be created by
416 .Ql ".Fn fetch \*[q]char *str\*[q]"
417 .El
418 .
419 .Pp
420 If the
421 .Ql \e
422 before the space in the first example
423 or double quotes in the second example
424 were omitted,
425 .Ql .Fn
426 would see three arguments, and the result would be:
427 .Pp
428 .Dl Fn fetch char *str
429 .Pp
430 .\" For an example of what happens when the parameter list overlaps a newline
431 .\" boundary, see the
432 .\" .Sx BUGS
433 .\" section.
434 .
435 .Ss "Trailing Blank Space Characters"
436 .
437 .Xr Troff
438 can be confused by blank space characters at the end of a line.
439 It is a wise preventive measure to globally remove all blank spaces
440 from
441 .Ao blank-space Ac Ns Ao end-of-line Ac
442 character sequences.
443 Should the need arise to use a blank character at the end of a line, it
444 may be forced with an unpaddable space and the
445 .Ql \e&
446 escape character.
447 For example,
448 .Ql string\e\ \e& .
449 .
450 .Ss "Escaping Special Characters"
451 .
452 Special characters like the newline character
453 .Ql \en
454 are handled by replacing the
455 .Ql \e
456 with
457 .Ql \ee
458 (e.g.\&
459 .Ql \een )
460 to preserve the backslash.
461 .
462 .Ss "Other Possible Pitfalls"
463 .
464 A warning is emitted when an empty input line is found outside of displays
465 (see below).
466 Use
467 .Ql .sp
468 instead.
469 (Well, it is even better to use
470 .Nm \-mdoc
471 macros to avoid the usage of low-level commands.)
472 .Pp
473 Leading spaces will cause a break and are output directly.
474 Avoid this behaviour if possible.
475 Similarly, do not use more than one space character between words in an
476 ordinary text line; contrary to other text formatters, they are
477 .Em not
478 replaced with a single space.
479 .Pp
480 You can't pass
481 .Ql \*[q]
482 directly as an argument.
483 Use
484 .Ql \e*[q]
485 (or
486 .Ql \e*q )
487 instead.
488 .Pp
489 By default,
490 .Xr troff 1
491 inserts two space characters after a punctuation mark closing a sentence;
492 characters like
493 .Ql \&)
494 or
495 .Ql \&'
496 are treated transparently, not influencing the sentence-ending behaviour.
497 To change this, insert
498 .Ql \e&
499 before or after the dot:
500 .
501 .Bd -literal -offset indent
502 The
503 \&.Ql .
504 character.
505 \&.Pp
506 The
507 \&.Ql \e&.
508 character.
509 \&.Pp
510 \&.No test .
511 test
512 \&.Pp
513 \&.No test.
514 test
515 .Ed
516 .Pp
517 .
518 gives
519 .
520 .Bd -filled -offset indent
521 The
522 .Ql .
523 character
524 .Pp
525 The
526 .Ql \&.
527 character.
528 .Pp
529 .No test .
530 test
531 .Pp
532 .No test.
533 test
534 .Ed
535 .Pp
536 .
537 As can be seen in the first and third line,
538 .Nm \-mdoc
539 handles punctuation characters specially in macro arguments.
540 This will be explained in section
541 .Sx General Syntax
542 below.
543 In the same way, you have to protect trailing full stops of abbreviations
544 with a trailing zero-width space:
545 .Ql e.g.\e& .
546 .Pp
547 A comment in the source file of a man page can be either started with
548 .Ql .\e"
549 on a single line,
550 .Ql \e"
551 after some input, or
552 .Ql \e#
553 anywhere (the latter is a
554 .Tn GNU
555 .Xr troff 1
556 extension); the rest of such a line is ignored.
557 .
558 .
559 .Sh "A MANUAL PAGE TEMPLATE"
560 .
561 The body of a man page is easily constructed from a basic template:
562 .
563 .Bd -literal -offset indent
564 \&.\e" The following commands are required for all man pages.
565 \&.Dd Month day, year
566 \&.Os [OPERATING_SYSTEM] [version/release]
567 \&.Dt DOCUMENT_TITLE [section number] [architecture/volume]
568 \&.Sh NAME
569 \&.Nm name
570 \&.Nd one line description of name
571 \&.\e" This next command is for sections 2 and 3 only.
572 \&.\e" .Sh LIBRARY
573 \&.Sh SYNOPSIS
574 \&.Sh DESCRIPTION
575 \&.\e" The following commands should be uncommented and
576 \&.\e" used where appropriate.
577 \&.\e" .Sh IMPLEMENTATION NOTES
578 \&.\e" This next command is for sections 2, 3 and 9 function
579 \&.\e" return values only.
580 \&.\e" .Sh RETURN VALUES
581 \&.\e" This next command is for sections 1, 6, 7 and 8 only.
582 \&.\e" .Sh ENVIRONMENT
583 \&.\e" .Sh FILES
584 \&.\e" .Sh EXAMPLES
585 \&.\e" This next command is for sections 1, 6, 7, 8 and 9 only
586 \&.\e"     (command return values (to shell) and
587 \&.\e"     fprintf/stderr type diagnostics).
588 \&.\e" .Sh DIAGNOSTICS
589 \&.\e" .Sh COMPATIBILITY
590 \&.\e" This next command is for sections 2, 3 and 9 error
591 \&.\e"     and signal handling only.
592 \&.\e" .Sh ERRORS
593 \&.\e" .Sh SEE ALSO
594 \&.\e" .Sh STANDARDS
595 \&.\e" .Sh HISTORY
596 \&.\e" .Sh AUTHORS
597 \&.\e" .Sh BUGS
598 .Ed
599 .Pp
600 .
601 The first items in the template are the commands
602 .Ql .Dd ,
603 .Ql .Os ,
604 and
605 .Ql .Dt ;
606 the document date, the operating system the man page or subject source is
607 developed or modified for, and the man page title (in
608 .Em upper case )
609 along with the section of the manual the page belongs in.
610 These commands identify the page and are discussed below in
611 .Sx TITLE MACROS .
612 .Pp
613 The remaining items in the template are section headers
614 .Pf ( Li .Sh ) ;
615 of which
616 .Sx NAME ,
617 .Sx SYNOPSIS ,
618 and
619 .Sx DESCRIPTION
620 are mandatory.
621 The headers are discussed in
622 .Sx "PAGE STRUCTURE DOMAIN" ,
623 after presentation of
624 .Sx "MANUAL DOMAIN" .
625 Several content macros are used to demonstrate page layout macros; reading
626 about content macros before page layout macros is recommended.
627 .
628 .
629 .Sh CONVENTIONS
630 .
631 In the description of all macros below, optional arguments are put into
632 brackets.
633 An ellipsis
634 .Pf ( Sq ... )
635 represents zero or more additional arguments.
636 Alternative values for a parameter are separated with
637 .Ql | .
638 If there are alternative values for a mandatory parameter, braces are used
639 (together with
640 .Ql | )
641 to enclose the value set.
642 Meta-variables are specified within angles.
643 .Pp
644 Example:
645 .
646 .Bl -tag -width 6n -offset indent
647 .It Li .Xx Xo
648 .Aq foo 
649 .Brq bar1 | bar2
650 .Op \-test1 Op \-test2 | \-test3
651 .No ...
652 .Xc
653 .El
654 .
655 .Pp
656 Except stated explicitly, all macros are parsed and callable.
657 .Pp
658 Note that a macro takes effect up to the next nested macro.
659 For example,
660 .Ql ".Ic foo Aq bar"
661 doesn't produce
662 .Sq Ic "foo <bar>"
663 but
664 .Sq Ic foo Aq bar .
665 Consequently, a warning message is emitted for most commands if the first
666 argument is a macro itself since it cancels the effect of the calling
667 command completely.
668 Another consequence is that quoting macros never insert literal quotes;
669 .Sq Ic "foo <bar>"
670 has been produced by
671 .Ql ".Ic \*[q]foo <bar>\*[q]" .
672 .Pp
673 Most macros have a default width value which can be used to specify a label
674 width
675 .Pf ( Fl width )
676 or offset
677 .Pf ( Fl offset )
678 for the
679 .Ql .Bl
680 and
681 .Ql .Bd
682 macros.
683 It is recommended not to use this rather obscure feature to avoid
684 dependencies on local modifications of the
685 .Nm \-mdoc
686 package.
687 .
688 .
689 .Sh "TITLE MACROS"
690 .
691 The title macros are part of the page structure domain but are presented
692 first and separately for someone who wishes to start writing a man page
693 yesterday.
694 Three header macros designate the document title or manual page title, the
695 operating system, and the date of authorship.
696 These macros are called once at the very beginning of the document and are
697 used to construct headers and footers only.
698 .
699 .Bl -tag -width 6n
700 .It Li .Dt Xo
701 .Op Aq document title
702 .Op Aq section number
703 .Op Aq volume
704 .Xc
705 The document title is the subject of the man page and must be in
706 .Tn CAPITALS
707 due to troff limitations.
708 If omitted,
709 .Sq Tn UNTITLED
710 is used.
711 The section number may be a number in the range
712 .No 1,\~ Ns ... Ns ,\~9
713 or
714 .Ql unass ,
715 .Ql draft ,
716 or
717 .Ql paper .
718 If it is specified, and no volume name is given, a default volume name is
719 used.
720 .
721 .Pp
722 Under
723 .Tn \*[operating-system] ,
724 the following sections are defined:
725 .Pp
726 .Bl -column LOCAL -offset indent -compact
727 .It Li 1   Ta "\*[volume-operating-system] \*[volume-ds-1]"
728 .It Li 2   Ta "\*[volume-operating-system] \*[volume-ds-2]"
729 .It Li 3   Ta "\*[volume-operating-system] \*[volume-ds-3]"
730 .It Li 4   Ta "\*[volume-operating-system] \*[volume-ds-4]"
731 .It Li 5   Ta "\*[volume-operating-system] \*[volume-ds-5]"
732 .It Li 6   Ta "\*[volume-operating-system] \*[volume-ds-6]"
733 .It Li 7   Ta "\*[volume-operating-system] \*[volume-ds-7]"
734 .It Li 8   Ta "\*[volume-operating-system] \*[volume-ds-8]"
735 .It Li 9   Ta "\*[volume-operating-system] \*[volume-ds-9]"
736 .El
737 .Pp
738 .
739 A volume name may be arbitrary or one of the following:
740 .
741 .Pp
742 .Bl -column LOCAL -offset indent -compact
743 .It Li USD   Ta "\*[volume-ds-USD]"
744 .It Li PS1   Ta "\*[volume-ds-PS1]"
745 .It Li AMD   Ta "\*[volume-ds-AMD]"
746 .It Li SMM   Ta "\*[volume-ds-SMM]"
747 .It Li URM   Ta "\*[volume-ds-URM]"
748 .It Li PRM   Ta "\*[volume-ds-PRM]"
749 .It Li KM    Ta "\*[volume-ds-KM]"
750 .It Li IND   Ta "\*[volume-ds-IND]"
751 .It Li LOCAL Ta "\*[volume-ds-LOCAL]"
752 .It Li CON   Ta "\*[volume-ds-CON]"
753 .El
754 .Pp
755 .
756 For compatibility,
757 .Ql MMI
758 can be used for
759 .Ql IND ,
760 and
761 .Ql LOC
762 for
763 .Ql LOCAL .
764 Values from the previous table will specify a new volume name.
765 If the third parameter is a keyword designating a computer architecture,
766 its value is prepended to the default volume name as specified by the
767 second parameter.
768 By default, the following architecture keywords are defined:
769 .
770 \# we use `No' to avoid hyphenation
771 .Bd -ragged -offset indent
772 .No alpha , acorn26 , acorn32 , algor , amd64 , amiga , arc , arm26 ,
773 .No arm32 , atari , bebox , cats , cesfic , cobalt , dreamcast , evbarm ,
774 .No evbmips , evbppc , evbsh3 , hp300 , hp700 , hpcmips , i386 , luna68k ,
775 .No m68k , mac68k , macppc , mips , mmeye , mvme68k , mvmeppc , netwinder ,
776 .No news68k , newsmips , next68k , ofppc , pc532 , pmax , pmppc , powerpc ,
777 .No prep , sandpoint , sgimips , sh3 , shark , sparc , sparc64 , sun3 ,
778 .No tahoe , vax , x68k , x86_64
779 .Ed
780 .Pp
781 .
782 If the section number is neither a numeric expression in the range 1 to\~9
783 nor one of the above described keywords, the third parameter is used
784 verbatim as the volume name.
785 .Pp
786 In the following examples, the left (which is identical to the right) and
787 the middle part of the manual page header strings are shown.
788 Note how
789 .Ql \e&
790 prevents the digit\~7 from being a valid numeric expression.
791 .
792 .Bd -ragged
793 .Bl -tag -width ".Li .Dt\ FOO\ 2\ i386" -compact -offset indent
794 .It Li ".Dt FOO 7"
795 .Ql FOO(7)
796 .Ql \*[volume-operating-system] \*[volume-ds-7]
797 .It Li ".Dt FOO 7 bar"
798 .Ql FOO(7)
799 .Ql \*[volume-operating-system] \*[volume-ds-7]
800 .It Li ".Dt FOO \e&7 bar"
801 .Ql FOO(7)
802 .Ql bar
803 .It Li ".Dt FOO 2 i386"
804 .Ql FOO(2)
805 .Ql \*[volume-operating-system]/\*[volume-as-i386] \*[volume-ds-2]
806 .It Li ".Dt FOO \*[q]\*[q] bar"
807 .Ql FOO
808 .Ql bar
809 .El
810 .Ed
811 .Pp
812 .
813 Local, OS-specific additions might be found in the file
814 .Pa mdoc.local ;
815 look for strings named
816 .Ql volume\-ds\-XXX
817 (for the former type) and
818 .Ql volume\-as\-XXX
819 (for the latter type);
820 .Ql XXX
821 then denotes the keyword to be used with the
822 .Ql .Dt
823 macro.
824 .Pp
825 This macro is neither callable nor parsed.
826 .
827 .It Li .Os Xo
828 .Op Aq operating system
829 .Op Aq release
830 .Xc
831 If the first parameter is empty,
832 the default
833 .Sq Tn "\*[operating-system]"
834 is used.
835 This may be overridden in the local configuration file,
836 .Pa mdoc.local .
837 In general, the name of the operating system should be the common acronym,
838 e.g.\&
839 .Tn BSD
840 or
841 .Tn ATT .
842 The release should be the standard release nomenclature for the system
843 specified.
844 In the following table, the possible second arguments for some predefined
845 operating systems are listed.
846 Similar to
847 .Ql .Dt ,
848 local additions might be defined in
849 .Pa mdoc.local ;
850 look for strings named
851 .Ql operating\-system\-XXX\-YYY ,
852 where
853 .Ql XXX
854 is the acronym for the operating system and
855 .Ql YYY
856 the release ID.
857 .
858 .Bd -ragged -compact
859 .Bl -tag -width ".No FreeBSD" -offset indent
860 .It ATT
861 7th, 7, III, 3, V, V.2, V.3, V.4
862 .It BSD
863 3, 4, 4.1, 4.2, 4.3, 4.3t, 4.3T, 4.3r, 4.3R, 4.4
864 .It NetBSD
865 0.8, 0.8a, 0.9, 0.9a, 1.0, 1.0a, 1.1, 1.2, 1.2a, 1.2b, 1.2c, 1.2d, 1.2e,
866 1.3, 1.3a, 1.4, 1.4.1, 1.4.2, 1.4.3, 1.5, 1.5.1, 1.5.2, 1.5.3, 1.6, 1.6.1,
867 1.6.2, 1.6.3, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.1, 3.0, 3.0.1, 3.0.2, 3.1, 4.0,
868 4.0.1
869 .It FreeBSD
870 1.0, 1.1, 1.1.5, 1.1.5.1, 2.0, 2.0.5, 2.1, 2.1.5, 2.1.6, 2.1.7, 2.2, 2.2.1,
871 2.2.2, 2.2.5, 2.2.6, 2.2.7, 2.2.8, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 4.0, 4.1,
872 4.1.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.6.2, 4.7, 4.8, 4.9, 4.10, 4.11, 5.0, 5.1,
873 5.2, 5.2.1, 5.3, 5.4, 5.5, 6.0, 6.1, 6.2, 6.3, 6.4, 7.0, 7.1
874 .It DragonFly
875 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.8, 1.8.1, 1.10, 1.12, 1.12.2, 2.0
876 .It Darwin
877 8.0.0, 8.1.0, 8.2.0, 8.3.0, 8.4.0, 8.5.0, 8.6.0, 8.7.0, 8.8.0, 8.9.0,
878 8.10.0, 8.11.0, 9.0.0, 9.1.0, 9.2.0, 9.3.0, 9.4.0, 9.5.0, 9.6.0
879 .El
880 .Ed
881 .Pp
882 .
883 For
884 .Tn ATT ,
885 an unknown second parameter will be replaced with the string
886 .Tn UNIX ;
887 for the other predefined acronyms it will be ignored and a warning message
888 emitted.
889 Unrecognized arguments are displayed as given in the page footer.
890 For instance, a typical footer might be:
891 .Pp
892 .Dl .Os BSD 4.3
893 .Pp
894 giving
895 .Ql 4.3\~Berkeley Distribution ,
896 or for a locally produced set
897 .Pp
898 .Dl .Os CS Department
899 .Pp
900 which will produce
901 .Ql CS\~Department .
902 .Pp
903 If the
904 .Ql .Os
905 macro is not present, the bottom left corner of the manual page will be
906 ugly.
907 .Pp
908 This macro is neither callable nor parsed.
909 .
910 .It Li .Dd Oo
911 .Aq month
912 .Aq day ,
913 .Aq year
914 .Oc
915 If
916 .Ql Dd
917 has no arguments,
918 .Ql Epoch
919 is used for the date string.
920 If it has exactly three arguments, they are concatenated, separated with
921 unbreakable space:
922 .Pp
923 .Dl .Dd January 25, 2001
924 .Pp
925 The month's name shall not be abbreviated.
926 .Pp
927 With any other number of arguments, the current date is used, ignoring
928 the parameters.
929 .Pp
930 This macro is neither callable nor parsed.
931 .El
932 .
933 .
934 .Sh "INTRODUCTION OF MANUAL AND GENERAL TEXT DOMAINS"
935 .
936 .Ss "What's in a Name" Ns ...
937 .
938 The manual domain macro names are derived from the day to day informal
939 language used to describe commands, subroutines and related files.
940 Slightly different variations of this language are used to describe the
941 three different aspects of writing a man page.
942 First, there is the description of
943 .Nm \-mdoc
944 macro command usage.
945 Second is the description of a
946 .Ux
947 command
948 .Em with
949 .Nm \-mdoc
950 macros, and third, the description of a command to a user in the verbal
951 sense; that is, discussion of a command in the text of a man page.
952 .Pp
953 In the first case,
954 .Xr troff 1
955 macros are themselves a type of command; the general syntax for a troff
956 command is:
957 .
958 .Bd -filled -offset indent
959 .Li ".Xx argument1 argument2" ...
960 .Ed
961 .Pp
962 .
963 .Ql .Xx
964 is a macro command, and anything following it are arguments to
965 be processed.
966 In the second case, the description of a
967 .Ux
968 command using the content macros is a bit more involved; a typical
969 .Sx SYNOPSIS
970 command line might be displayed as:
971 .
972 .Bd -filled -offset indent
973 .Nm filter
974 .Op Fl flag
975 .Ao Ar infile Ac Ao Ar outfile Ac
976 .Ed
977 .Pp
978 .
979 Here,
980 .Nm filter
981 is the command name and the
982 bracketed string
983 .Fl flag
984 is a
985 .Em flag
986 argument designated as optional by the option brackets.
987 In
988 .Nm \-mdoc
989 terms,
990 .Ao Ar infile Ac
991 and
992 .Ao Ar outfile Ac
993 are called
994 .Em meta arguments ;
995 in this example, the user has to replace the meta expressions given in angle
996 brackets with real file names.
997 Note that in this document meta arguments are used to describe
998 .Nm \-mdoc
999 commands; in most man pages, meta variables are not specifically written
1000 with angle brackets.
1001 The macros which formatted the above example:
1002 .
1003 .Bd -literal -offset indent
1004 \&.Nm filter
1005 \&.Op Fl flag
1006 \&.Ao Ar infile Ac Ao Ar outfile Ac
1007 .Ed
1008 .Pp
1009 .
1010 In the third case, discussion of commands and command syntax includes both
1011 examples above, but may add more detail.
1012 The arguments
1013 .Ao Ar infile Ac
1014 and
1015 .Ao Ar outfile Ac
1016 from the example above might be referred to as
1017 .Em operands
1018 or
1019 .Em file arguments .
1020 Some command line argument lists are quite long:
1021 .
1022 .Bd -ragged
1023 .Bl -tag -width ".Nm make" -offset indent -compact
1024 .It Nm make
1025 .Op Fl eiknqrstv
1026 .Op Fl D Ar variable
1027 .Op Fl d Ar flags
1028 .Op Fl f Ar makefile
1029 .Op Fl I Ar directory
1030 .Op Fl j Ar max_jobs
1031 .Op Ar variable Ns = Ns Ar value
1032 .Bk
1033 .Op Ar target ...
1034 .Ek
1035 .El
1036 .Ed
1037 .Pp
1038 .
1039 Here one might talk about the command
1040 .Nm make
1041 and qualify the argument,
1042 .Ar makefile ,
1043 as an argument to the flag,
1044 .Fl f ,
1045 or discuss the optional file operand
1046 .Ar target .
1047 In the verbal context, such detail can prevent confusion, however the
1048 .Nm \-mdoc
1049 package does not have a macro for an argument
1050 .Em to
1051 a flag.
1052 Instead the
1053 .Ql \&Ar
1054 argument macro is used for an operand or file argument like
1055 .Ar target
1056 as well as an argument to a flag like
1057 .Ar variable .
1058 The make command line was produced from:
1059 .
1060 .Bd -literal -offset indent
1061 \&.Nm make
1062 \&.Op Fl eiknqrstv
1063 \&.Op Fl D Ar variable
1064 \&.Op Fl d Ar flags
1065 \&.Op Fl f Ar makefile
1066 \&.Op Fl I Ar directory
1067 \&.Op Fl j Ar max_jobs
1068 \&.Op Ar variable Ns = Ns Ar value
1069 \&.Bk
1070 \&.Op Ar target ...
1071 \&.Ek
1072 .Ed
1073 .Pp
1074 .
1075 The
1076 .Ql .Bk
1077 and
1078 .Ql .Ek
1079 macros are explained in
1080 .Sx Keeps .
1081 .
1082 .Ss "General Syntax"
1083 .
1084 The manual domain and general text domain macros share a similar syntax with
1085 a few minor deviations; most notably,
1086 .Ql .Ar ,
1087 .Ql .Fl ,
1088 .Ql .Nm ,
1089 and
1090 .Ql .Pa
1091 differ only when called without arguments; and
1092 .Ql .Fn
1093 and
1094 .Ql .Xr
1095 impose an order on their argument lists.
1096 All content macros are capable of recognizing and properly handling
1097 punctuation, provided each punctuation character is separated by a leading
1098 space.
1099 If a command is given:
1100 .Pp
1101 .Dl \&.Ar sptr, ptr),
1102 .Pp
1103 The result is:
1104 .Pp
1105 .Dl Ar sptr, ptr),
1106 .Pp
1107 The punctuation is not recognized and all is output in the
1108 font used by
1109 .Ql .Ar .
1110 If the punctuation is separated by a leading white space:
1111 .Pp
1112 .Dl \&.Ar "sptr , ptr ) ,"
1113 .Pp
1114 The result is:
1115 .Pp
1116 .Dl Ar sptr , ptr ) ,
1117 .Pp
1118 The punctuation is now recognized and output in the default font
1119 distinguishing it from the argument strings.
1120 To remove the special meaning from a punctuation character escape it with
1121 .Ql \e& .
1122 .Pp
1123 The following punctuation characters are recognized by
1124 .Nm \-mdoc :
1125 .
1126 .Bl -column -offset indent-two XXXXXX XXXXXX XXXXXX XXXXXX
1127 .It Li .\& Ta Li ,\& Ta Li :\& Ta Li ;\& Ta Li (\&
1128 .It Li )\& Ta Li [\& Ta Li ]\& Ta Li ?\& Ta Li !\&
1129 .El
1130 .Pp
1131 .
1132 .Xr Troff
1133 is limited as a macro language, and has difficulty when presented with a
1134 string containing a member of the mathematical, logical or quotation set:
1135 .
1136 .Bd -literal -offset indent-two
1137 {+,\-,/,*,%,<,>,<=,>=,=,==,&,`,',"}
1138 .Ed
1139 .Pp
1140 .
1141 The problem is that
1142 .Xr troff
1143 may assume it is supposed to actually perform the operation or evaluation
1144 suggested by the characters.
1145 To prevent the accidental evaluation of these characters, escape them with
1146 .Ql \e& .
1147 Typical syntax is shown in the first content macro displayed below,
1148 .Ql .Ad .
1149 .
1150 .
1151 .Sh "MANUAL DOMAIN"
1152 .
1153 .Ss Addresses
1154 .
1155 The address macro identifies an address construct.
1156 .Pp
1157 .Dl Usage: .Ad Ao address Ac ...
1158 .Pp
1159 .Bl -tag -width ".Li .Ad\ f1\ ,\ f2\ ,\ f3\ :" -compact -offset 15n
1160 .It Li ".Ad addr1"
1161 .Ad addr1
1162 .It Li ".Ad addr1 ."
1163 .Ad addr1 .
1164 .It Li ".Ad addr1 , file2"
1165 .Ad addr1 , file2
1166 .It Li ".Ad f1 , f2 , f3 :"
1167 .Ad f1 , f2 , f3 :
1168 .It Li ".Ad addr ) ) ,"
1169 .Ad addr ) ) ,
1170 .El
1171 .Pp
1172 .
1173 The default width is 12n.
1174 .
1175 .Ss "Author Name"
1176 .
1177 The
1178 .Ql .An
1179 macro is used to specify the name of the author of the item being
1180 documented, or the name of the author of the actual manual page.
1181 .Pp
1182 .Dl Usage: .An Ao author name Ac ...
1183 .Pp
1184 .Bl -tag -width ".Li .An\ \*[q]Joe\ Author\*[q]\ )\ )\ ," -offset 15n
1185 .It Li ".An \*[q]Joe Author\*[q]"
1186 .An "Joe Author"
1187 .It Li ".An \*[q]Joe Author\*[q] ,"
1188 .An "Joe Author" ,
1189 .It Li ".An \*[q]Joe Author\*[q] Aq nobody@FreeBSD.org"
1190 .An "Joe Author" Aq nobody@FreeBSD.org
1191 .It Li ".An \*[q]Joe Author\*[q] ) ) ,"
1192 .An "Joe Author" ) ) ,
1193 .El
1194 .Pp
1195 .
1196 The default width is 12n.
1197 .Pp
1198 In the
1199 .Sx AUTHORS
1200 section, the
1201 .Ql .An
1202 command causes a line break allowing each new name to appear on its own
1203 line.
1204 If this is not desirable,
1205 .
1206 .Bd -literal -offset indent
1207 \&.An \-nosplit
1208 .Ed
1209 .Pp
1210 .
1211 call will turn this off.
1212 To turn splitting back on, write
1213 .
1214 .Bd -literal -offset indent
1215 \&.An \-split
1216 .Ed
1217 .
1218 .Ss "Arguments"
1219 .
1220 The
1221 .Li .Ar
1222 argument macro may be used whenever an argument is referenced.
1223 If called without arguments, the
1224 .Sq Ar
1225 string is output.
1226 .Pp
1227 .Dl Usage: .Ar Oo Ao argument Ac Oc ...
1228 .Pp
1229 .Bl -tag -width ".Li .Ar\ file1\ file2" -compact -offset 15n
1230 .It Li .Ar
1231 .Ar
1232 .It Li ".Ar file1"
1233 .Ar file1
1234 .It Li ".Ar file1 ."
1235 .Ar file1 .
1236 .It Li ".Ar file1 file2"
1237 .Ar file1 file2
1238 .It Li ".Ar f1 f2 f3 :"
1239 .Ar f1 f2 f3 :
1240 .It Li ".Ar file ) ) ,"
1241 .Ar file ) ) ,
1242 .El
1243 .Pp
1244 .
1245 The default width is 12n.
1246 .
1247 .Ss "Configuration Declaration (Section Four Only)"
1248 .
1249 The
1250 .Ql .Cd
1251 macro is used to demonstrate a
1252 .Xr config 8
1253 declaration for a device interface in a section four manual.
1254 .Pp
1255 .Dl Usage: .Cd Ao argument Ac ...
1256 .Pp
1257 .Bl -tag -width ".Li .Cd\ Xdevice\ le0\ at\ scode?X" -offset 15n
1258 .It Li ".Cd \*[q]device le0 at scode?\*[q]"
1259 .Cd "device le0 at scode?"
1260 .El
1261 .Pp
1262 In the
1263 .Sx SYNOPSIS
1264 section a
1265 .Ql .Cd
1266 command causes a line break before and after its arguments are printed.
1267 .Pp
1268 .
1269 The default width is 12n.
1270 .
1271 .Ss "Command Modifiers"
1272 .
1273 The command modifier is identical to the
1274 .Ql .Fl
1275 (flag) command with the exception that the
1276 .Ql .Cm
1277 macro does not assert a dash in front of every argument.
1278 Traditionally flags are marked by the preceding dash, however, some commands
1279 or subsets of commands do not use them.
1280 Command modifiers may also be specified in conjunction with interactive
1281 commands such as editor commands.
1282 See
1283 .Sx Flags .
1284 .Pp
1285 The default width is 10n.
1286 .
1287 .Ss "Defined Variables"
1288 .
1289 A variable (or constant) which is defined in an include file
1290 is specified by the macro
1291 .Ql .Dv .
1292 .Pp
1293 .Dl Usage: .Dv Ao defined variable Ac ...
1294 .Pp
1295 .Bl -tag -width ".Li .Dv\ MAXHOSTNAMELEN" -compact -offset 15n
1296 .It Li ".Dv MAXHOSTNAMELEN"
1297 .Dv MAXHOSTNAMELEN
1298 .It Li ".Dv TIOCGPGRP )"
1299 .Dv TIOCGPGRP )
1300 .El
1301 .Pp
1302 .
1303 The default width is 12n.
1304 .
1305 .Ss Errno's
1306 .
1307 The
1308 .Ql .Er
1309 errno macro specifies the error return value for section 2, 3, and\~9 library
1310 routines.
1311 The second example below shows
1312 .Ql .Er
1313 used with the
1314 .Ql .Bq
1315 general text domain macro, as it would be used in a section two manual page.
1316 .Pp
1317 .Dl Usage: .Er Ao errno type Ac ...
1318 .Pp
1319 .Bl -tag -width ".Li .Bq\ Er\ ENOTDIR" -compact -offset 15n
1320 .It Li ".Er ENOENT"
1321 .Er ENOENT
1322 .It Li ".Er ENOENT ) ;"
1323 .Er ENOENT ) ;
1324 .It Li ".Bq Er ENOTDIR"
1325 .Bq Er ENOTDIR
1326 .El
1327 .Pp
1328 .
1329 The default width is 17n.
1330 .
1331 .Ss "Environment Variables"
1332 .
1333 The
1334 .Ql .Ev
1335 macro specifies an environment variable.
1336 .Pp
1337 .Dl Usage: .Ev Ao argument Ac ...
1338 .Pp
1339 .Bl -tag -width ".Li .Ev\ PRINTER\ )\ )\ ," -compact -offset 15n
1340 .It Li ".Ev DISPLAY"
1341 .Ev DISPLAY
1342 .It Li ".Ev PATH ."
1343 .Ev PATH .
1344 .It Li ".Ev PRINTER ) ) ,"
1345 .Ev PRINTER ) ) ,
1346 .El
1347 .Pp
1348 .
1349 The default width is 15n.
1350 .
1351 .Ss Flags
1352 .
1353 The
1354 .Ql .Fl
1355 macro handles command line flags.
1356 It prepends a dash,
1357 .Ql \- ,
1358 to the flag.
1359 For interactive command flags, which are not prepended with a dash, the
1360 .Ql .Cm
1361 (command modifier)
1362 macro is identical, but without the dash.
1363 .Pp
1364 .Dl Usage: .Fl Ao argument Ac ...
1365 .Pp
1366 .Bl -tag -width ".Li .Fl\ xyz\ )\ ," -compact -offset 15n
1367 .It Li .Fl
1368 .Fl
1369 .It Li ".Fl cfv"
1370 .Fl cfv
1371 .It Li ".Fl cfv ."
1372 .Fl cfv .
1373 .It Li ".Cm cfv ."
1374 .Cm cfv .
1375 .It Li ".Fl s v t"
1376 .Fl s v t
1377 .It Li ".Fl \- ,"
1378 .Fl \- ,
1379 .It Li ".Fl xyz ) ,"
1380 .Fl xyz ) ,
1381 .It Li ".Fl |"
1382 .Fl |
1383 .El
1384 .Pp
1385 The
1386 .Ql .Fl
1387 macro without any arguments results in a dash representing stdin/stdout.
1388 Note that giving
1389 .Ql .Fl
1390 a single dash will result in two dashes.
1391 .Pp
1392 The default width is 12n.
1393 .
1394 .Ss "Function Declarations"
1395 .
1396 The
1397 .Ql .Fd
1398 macro is used in the
1399 .Sx SYNOPSIS
1400 section with section two or three functions.
1401 It is neither callable nor parsed.
1402 .Pp
1403 .Dl Usage: .Fd Ao argument Ac ...
1404 .Pp
1405 .Bl -tag -width ".Li .Fd\ X#include\ <sys/types.h>X" -compact -offset 15n
1406 .It Li ".Fd \*[q]#include <sys/types.h>\*[q]"
1407 .Fd "#include <sys/types.h>"
1408 .El
1409 .Pp
1410 In the
1411 .Sx SYNOPSIS
1412 section a
1413 .Ql .Fd
1414 command causes a line break if a function has already been presented and a
1415 break has not occurred.
1416 This leaves a nice vertical space in between the previous function call and
1417 the declaration for the next function.
1418 .
1419 .Pp
1420 The
1421 .Ql .In
1422 macro, while in the
1423 .Sx SYNOPSIS
1424 section, represents the
1425 .Li #include
1426 statement, and is the short form of the above example.
1427 It specifies the C\~header file as being included in a C\~program.
1428 It also causes a line break.
1429 .Pp
1430 While not in the
1431 .Sx SYNOPSIS
1432 section, it represents the header file enclosed in angle brackets.
1433 .Pp
1434 .Dl Usage: .In Ao header file Ac
1435 .Pp
1436 .Bl -tag -width ".Li .In\ stdio.h" -compact -offset 15n
1437 .nr in-synopsis-section 1
1438 .It Li ".In stdio.h"
1439 .In stdio.h
1440 .nr in-synopsis-section 0
1441 .It Li ".In stdio.h"
1442 .In stdio.h
1443 .El
1444 .
1445 .Ss "Function Types"
1446 .
1447 This macro is intended for the
1448 .Sx SYNOPSIS
1449 section.
1450 It may be used anywhere else in the man page without problems, but its main
1451 purpose is to present the function type in kernel normal form for the
1452 .Sx SYNOPSIS
1453 of sections two and three (it causes a line break, allowing the function
1454 name to appear on the next line).
1455 .Pp
1456 .Dl Usage: .Ft Ao type Ac ...
1457 .Pp
1458 .Bl -tag -width ".Li .Ft\ struct\ stat" -compact -offset 15n
1459 .It Li ".Ft struct stat"
1460 .Ft struct stat
1461 .El
1462 .
1463 .Ss "Functions (Library Routines)"
1464 .
1465 The 
1466 .Ql .Fn
1467 macro is modeled on
1468 .Tn ANSI\~C
1469 conventions.
1470 .Pp
1471 .Dl Usage: .Fn Ao function Ac Oo Ao parameter Ac Oc ...
1472 .Pp
1473 .Bl -tag -width ".Li .Fn\ align\ Xchar\ *ptrX\ ," -compact -offset 15n
1474 .It Li ".Fn getchar"
1475 .Fn getchar
1476 .It Li ".Fn strlen ) ,"
1477 .Fn strlen ) ,
1478 .It Li ".Fn align \*[q]char *ptr\*[q] ,"
1479 .Fn align "char *ptr" ,
1480 .El
1481 .Pp
1482 Note that any call to another macro signals the end of the
1483 .Ql .Fn
1484 call (it will insert a closing parenthesis at that point).
1485 .Pp
1486 For functions with many parameters (which is rare), the macros
1487 .Ql .Fo
1488 (function open)
1489 and
1490 .Ql .Fc
1491 (function close)
1492 may be used with
1493 .Ql .Fa
1494 (function argument).
1495 .Pp
1496 Example:
1497 .
1498 .Bd -literal -offset indent
1499 \&.Ft int
1500 \&.Fo res_mkquery
1501 \&.Fa "int op"
1502 \&.Fa "char *dname"
1503 \&.Fa "int class"
1504 \&.Fa "int type"
1505 \&.Fa "char *data"
1506 \&.Fa "int datalen"
1507 \&.Fa "struct rrec *newrr"
1508 \&.Fa "char *buf"
1509 \&.Fa "int buflen"
1510 \&.Fc
1511 .Ed
1512 .Pp
1513 .
1514 Produces:
1515 .
1516 .Bd -ragged -offset indent
1517 .Ft int
1518 .Fo res_mkquery
1519 .Fa "int op"
1520 .Fa "char *dname"
1521 .Fa "int class"
1522 .Fa "int type"
1523 .Fa "char *data"
1524 .Fa "int datalen"
1525 .Fa "struct rrec *newrr"
1526 .Fa "char *buf"
1527 .Fa "int buflen"
1528 .Fc
1529 .Ed
1530 .Pp
1531 .
1532 In the
1533 .Sx SYNOPSIS
1534 section, the function will always begin at the beginning of line.
1535 If there is more than one function presented in the
1536 .Sx SYNOPSIS
1537 section and a function type has not been given, a line break will occur,
1538 leaving a nice vertical space between the current function name and the one
1539 prior.
1540 .Pp
1541 The default width values of
1542 .Ql .Fn
1543 and
1544 .Ql .Fo
1545 are 12n and 16n, respectively.
1546 .
1547 .Ss "Function Arguments"
1548 .
1549 The
1550 .Ql .Fa
1551 macro is used to refer to function arguments (parameters) outside of the
1552 .Sx SYNOPSIS
1553 section of the manual or inside the
1554 .Sx SYNOPSIS
1555 section if the enclosure macros
1556 .Ql .Fo
1557 and
1558 .Ql .Fc
1559 instead of
1560 .Ql .Fn
1561 are used.
1562 .Ql .Fa
1563 may also be used to refer to structure members.
1564 .Pp
1565 .Dl Usage: .Fa Ao function argument Ac ...
1566 .Pp
1567 .Bl -tag -width ".Li .Fa\ d_namlen\ )\ )\ ," -compact -offset 15n
1568 .It Li ".Fa d_namlen ) ) ,"
1569 .Fa d_namlen ) ) ,
1570 .It Li ".Fa iov_len"
1571 .Fa iov_len
1572 .El
1573 .Pp
1574 .
1575 The default width is 12n.
1576 .
1577 .Ss "Return Values"
1578 .
1579 The
1580 .Ql .Rv
1581 macro generates text for use in the
1582 .Sx RETURN VALUES
1583 section.
1584 .Pp
1585 .Dl Usage: .Rv Oo \-std Oc Op Ao function Ac ...
1586 .Pp
1587 For example,
1588 .Ql ".Rv \-std atexit"
1589 produces:
1590 .
1591 .Bd -ragged -offset -indent
1592 \# a small hack to suppress a warning message
1593 .ds section-old "\*[section]
1594 .ds section 3
1595 .Rv -std atexit
1596 .ds section "\*[section-old]
1597 .Ed
1598 .Pp
1599 .
1600 The
1601 .Fl std
1602 option is valid only for manual page sections\~2 and\~3.
1603 Currently, this macro does nothing if used without the
1604 .Fl std
1605 flag.
1606 .
1607 .Ss "Exit Status"
1608 .
1609 The
1610 .Ql .Ex
1611 macro generates text for use in the
1612 .Sx DIAGNOSTICS
1613 section.
1614 .Pp
1615 .Dl Usage: .Ex Oo \-std Oc Op Ao utility Ac ...
1616 .Pp
1617 For example,
1618 .Ql ".Ex \-std cat"
1619 produces:
1620 .
1621 .Bd -ragged -offset -indent
1622 \# a small hack to suppress a warning message
1623 .ds section-old "\*[section]
1624 .ds section 1
1625 .Ex -std cat
1626 .ds section "\*[section-old]
1627 .Ed
1628 .Pp
1629 .
1630 The
1631 .Fl std
1632 option is valid only for manual page sections 1, 6 and\~8.
1633 Currently, this macro does nothing if used without the
1634 .Fl std
1635 flag.
1636 .
1637 .Ss "Interactive Commands"
1638 .
1639 The
1640 .Ql .Ic
1641 macro designates an interactive or internal command.
1642 .Pp
1643 .Dl Usage: .Ic Ao argument Ac ...
1644 .Pp
1645 .Bl -tag -width ".Li .Ic\ setenv\ ,\ unsetenv" -compact -offset 15n
1646 .It Li ".Ic :wq"
1647 .Ic :wq
1648 .It Li ".Ic \*[q]do while {...}\*[q]"
1649 .Ic "do while {...}"
1650 .It Li ".Ic setenv , unsetenv"
1651 .Ic setenv , unsetenv
1652 .El
1653 .Pp
1654 .
1655 The default width is 12n.
1656 .
1657 .Ss "Library Names"
1658 .
1659 The
1660 .Ql .Lb
1661 macro is used to specify the library where a particular function is compiled
1662 in.
1663 .Pp
1664 .Dl Usage: .Lb Ao argument Ac ...
1665 .Pp
1666 Available arguments to
1667 .Ql .Lb 
1668 and their results are:
1669 .
1670 .Pp
1671 .Bl -tag -width ".Li libossaudio" -compact -offset indent
1672 .It Li libarm
1673 .Lb libarm
1674 .It Li libarm32
1675 .Lb libarm32
1676 .It Li libc
1677 .Lb libc
1678 .It Li libcdk
1679 .Lb libcdk
1680 .It Li libcompat
1681 .Lb libcompat
1682 .It Li libcrypt
1683 .Lb libcrypt
1684 .It Li libcurses
1685 .Lb libcurses
1686 .It Li libedit
1687 .Lb libedit
1688 .It Li libevent
1689 .Lb libevent
1690 .It Li libform
1691 .Lb libform
1692 .It Li libi386
1693 .Lb libi386
1694 .It Li libintl
1695 .Lb libintl
1696 .It Li libipsec
1697 .Lb libipsec
1698 .It Li libkvm
1699 .Lb libkvm
1700 .It Li libm
1701 .Lb libm
1702 .It Li libm68k
1703 .Lb libm68k
1704 .It Li libmagic
1705 .Lb libmagic
1706 .It Li libmenu
1707 .Lb libmenu
1708 .It Li libossaudio
1709 .Lb libossaudio
1710 .It Li libpam
1711 .Lb libpam
1712 .It Li libpcap
1713 .Lb libpcap
1714 .It Li libpci
1715 .Lb libpci
1716 .It Li libpmc
1717 .Lb libpmc
1718 .It Li libposix
1719 .Lb libposix
1720 .It Li libpthread
1721 .Lb libpthread
1722 .It Li libresolv
1723 .Lb libresolv
1724 .It Li librt
1725 .Lb librt
1726 .It Li libtermcap
1727 .Lb libtermcap
1728 .It Li libusbhid
1729 .Lb libusbhid
1730 .It Li libutil
1731 .Lb libutil
1732 .It Li libx86_64
1733 .Lb libx86_64
1734 .It Li libz
1735 .Lb libz
1736 .El
1737 .Pp
1738 .
1739 Local, OS-specific additions might be found in the file
1740 .Pa mdoc.local ;
1741 look for strings named
1742 .Ql str\-Lb\-XXX .
1743 .Ql XXX
1744 then denotes the keyword to be used with the
1745 .Ql .Lb
1746 macro.
1747 .Pp
1748 In the
1749 .Sx LIBRARY
1750 section an
1751 .Ql .Lb
1752 command causes a line break before and after its arguments are printed.
1753 .Pp
1754 .
1755 .Ss Literals
1756 .
1757 The
1758 .Ql .Li
1759 literal macro may be used for special characters, variable constants, etc.\&
1760 \- anything which should be displayed as it would be typed.
1761 .Pp
1762 .Dl Usage: .Li Ao argument Ac ...
1763 .Pp
1764 .Bl -tag -width ".Li .Li\ cntrl\-D\ )\ ,"  -compact -offset 15n
1765 .It Li ".Li \een"
1766 .Li \en
1767 .It Li ".Li M1 M2 M3 ;"
1768 .Li M1 M2 M3 ;
1769 .It Li ".Li cntrl\-D ) ,"
1770 .Li cntrl-D ) ,
1771 .It Li ".Li 1024 ..."
1772 .Li 1024 ...
1773 .El
1774 .Pp
1775 .
1776 The default width is 16n.
1777 .
1778 .Ss Names
1779 .
1780 The
1781 .Ql .Nm
1782 macro is used for the document title or subject name.
1783 It has the peculiarity of remembering the first argument it was called with,
1784 which should always be the subject name of the page.
1785 When called without arguments,
1786 .Ql .Nm
1787 regurgitates this initial name for the sole purpose of making less work for
1788 the author.
1789 Note: A section two or three document function name is addressed with the
1790 .Ql .Nm
1791 in the
1792 .Sx NAME
1793 section, and with
1794 .Ql .Fn
1795 in the
1796 .Sx SYNOPSIS
1797 and remaining sections.
1798 For interactive commands, such as the
1799 .Ql while
1800 command keyword in
1801 .Xr csh 1 ,
1802 the
1803 .Ql .Ic
1804 macro should be used.
1805 While
1806 .Ql .Ic
1807 is nearly identical
1808 to
1809 .Ql .Nm ,
1810 it can not recall the first argument it was invoked with.
1811 .Pp
1812 .Dl Usage: .Nm Oo Ao argument Ac Oc ...
1813 .Pp
1814 .Bl -tag -width ".Li .Nm\ groff_mdoc" -compact -offset 15n
1815 .It Li ".Nm groff_mdoc"
1816 .Nm groff_mdoc
1817 .It Li ".Nm \e\-mdoc"
1818 .Nm \-mdoc
1819 .It Li ".Nm foo ) ) ,"
1820 .Nm foo ) ) ,
1821 .It Li ".Nm :"
1822 .Nm :
1823 .El
1824 .Pp
1825 .
1826 The default width is 10n.
1827 .
1828 .Ss Options
1829 .
1830 The
1831 .Ql .Op
1832 macro places option brackets around any remaining arguments on the
1833 command line, and places any trailing punctuation outside the brackets.
1834 The macros
1835 .Ql .Oo
1836 and
1837 .Ql .Oc
1838 (which produce an opening and a closing option bracket respectively) may be used
1839 across one or more lines or to specify the exact position of the closing
1840 parenthesis.
1841 .Pp
1842 .Dl Usage: .Op Oo Ao option Ac Oc ...
1843 .Pp
1844 .Bl -tag -width ".Li .Op\ Fl\ c\ Ar\ objfil\ Op\ Ar\ corfil\ ," -compact -offset 15n
1845 .It Li .Op
1846 .Op
1847 .It Li ".Op Fl k"
1848 .Op Fl k
1849 .It Li ".Op Fl k ) ."
1850 .Op Fl k ) .
1851 .It Li ".Op Fl k Ar kookfile"
1852 .Op Fl k Ar kookfile
1853 .It Li ".Op Fl k Ar kookfile ,"
1854 .Op Fl k Ar kookfile ,
1855 .It Li ".Op Ar objfil Op Ar corfil"
1856 .Op Ar objfil Op Ar corfil
1857 .It Li ".Op Fl c Ar objfil Op Ar corfil ,"
1858 .Op Fl c Ar objfil Op Ar corfil ,
1859 .It Li ".Op word1 word2"
1860 .Op word1 word2
1861 .It Li ".Li .Op Oo Ao option Ac Oc ..."
1862 .Li .Op Oo Ao option Ac Oc ...
1863 .El
1864 .Pp
1865 Here a typical example of the
1866 .Ql .Oo
1867 and
1868 .Ql .Oc
1869 macros:
1870 .
1871 .Bd -literal -offset indent
1872 \&.Oo
1873 \&.Op Fl k Ar kilobytes
1874 \&.Op Fl i Ar interval
1875 \&.Op Fl c Ar count
1876 \&.Oc
1877 .Ed
1878 .Pp
1879 .
1880 Produces:
1881 .
1882 .Bd -filled -offset indent
1883 .Oo
1884 .Op Fl k Ar kilobytes
1885 .Op Fl i Ar interval
1886 .Op Fl c Ar count
1887 .Oc
1888 .Ed
1889 .Pp
1890 .
1891 The default width values of
1892 .Ql .Op
1893 and
1894 .Ql .Oo
1895 are 14n and 10n, respectively.
1896 .
1897 .Ss Pathnames
1898 .
1899 The
1900 .Ql .Pa
1901 macro formats path or file names.
1902 If called without arguments, the
1903 .Sq Pa
1904 string is output, which represents the current user's home directory.
1905 .Pp
1906 .Dl Usage: .Pa Oo Ao pathname Ac Oc ...
1907 .Pp
1908 .Bl -tag -width ".Li .Pa\ /tmp/fooXXXXX\ )\ ." -compact -offset 15n
1909 .It Li .Pa
1910 .Pa
1911 .It Li ".Pa /usr/share"
1912 .Pa /usr/share
1913 .It Li ".Pa /tmp/fooXXXXX ) ."
1914 .Pa /tmp/fooXXXXX ) .
1915 .El
1916 .Pp
1917 .
1918 The default width is 32n.
1919 .
1920 .Ss Standards
1921 .
1922 The
1923 .Ql .St
1924 macro replaces standard abbreviations with their formal names.
1925 .Pp
1926 .Dl Usage: .St Ao abbreviation Ac ...
1927 .Pp
1928 Available pairs for
1929 .Dq Abbreviation/Formal Name
1930 are:
1931 .
1932 .Pp
1933 .Tn ANSI/ISO C
1934 .Pp
1935 .Bl -tag -width ".Li \-p1003.1g\-2000" -compact -offset indent
1936 .It Li \-ansiC
1937 .St -ansiC
1938 .It Li \-ansiC\-89
1939 .St -ansiC-89
1940 .It Li \-isoC
1941 .St -isoC
1942 .It Li \-isoC\-90
1943 .St -isoC-90
1944 .It Li \-isoC\-99
1945 .St -isoC-99
1946 .El
1947 .Pp
1948 .
1949 .Tn POSIX
1950 Part 1: System API
1951 .Pp
1952 .Bl -tag -width ".Li \-p1003.1g\-2000" -compact -offset indent
1953 .It Li \-iso9945\-1\-90
1954 .St -iso9945-1-90
1955 .It Li \-iso9945\-1\-96
1956 .St -iso9945-1-96
1957 .It Li \-p1003.1
1958 .St -p1003.1
1959 .It Li \-p1003.1\-88
1960 .St -p1003.1-88
1961 .It Li \-p1003.1\-90
1962 .St -p1003.1-90
1963 .It Li \-p1003.1\-96
1964 .St -p1003.1-96
1965 .It Li \-p1003.1b\-93
1966 .St -p1003.1b-93
1967 .It Li \-p1003.1c\-95
1968 .St -p1003.1c-95
1969 .It Li \-p1003.1g\-2000
1970 .St -p1003.1g-2000
1971 .It Li \-p1003.1i\-95
1972 .St -p1003.1i-95
1973 .It Li \-p1003.1\-2001
1974 .St -p1003.1-2001
1975 .It Li \-p1003.1\-2004
1976 .St -p1003.1-2004
1977 .El
1978 .Pp
1979 .
1980 .Tn POSIX
1981 Part 2: Shell and Utilities
1982 .Pp
1983 .Bl -tag -width ".Li \-p1003.1g\-2000" -compact -offset indent
1984 .It Li \-iso9945\-2\-93
1985 .St -iso9945-2-93
1986 .It Li \-p1003.2
1987 .St -p1003.2
1988 .It Li \-p1003.2\-92
1989 .St -p1003.2-92
1990 .It Li \-p1003.2a\-92
1991 .St -p1003.2a-92
1992 .El
1993 .Pp
1994 .
1995 X/Open
1996 .Bl -tag -width ".Li \-p1003.1g\-2000" -compact -offset indent
1997 .Pp
1998 .It Li \-susv2
1999 .St -susv2
2000 .It Li \-susv3
2001 .St -susv3
2002 .It Li \-svid4
2003 .St -svid4
2004 .It Li \-xbd5
2005 .St -xbd5
2006 .It Li \-xcu5
2007 .St -xcu5
2008 .It Li \-xcurses4.2
2009 .St -xcurses4.2
2010 .It Li \-xns5
2011 .St -xns5
2012 .It Li \-xns5.2
2013 .St -xns5.2
2014 .It Li \-xpg3
2015 .St -xpg3
2016 .It Li \-xpg4
2017 .St -xpg4
2018 .It Li \-xpg4.2
2019 .St -xpg4.2
2020 .It Li \-xsh5
2021 .St -xsh5
2022 .El
2023 .Pp
2024 .
2025 Miscellaneous
2026 .Pp
2027 .Bl -tag -width ".Li \-p1003.1g\-2000" -compact -offset indent
2028 .It Li \-ieee754
2029 .St -ieee754
2030 .It Li \-iso8802\-3
2031 .St -iso8802-3
2032 .El
2033 .
2034 .Ss "Variable Types"
2035 .
2036 The
2037 .Ql .Vt
2038 macro may be used whenever a type is referenced.
2039 In the
2040 .Sx SYNOPSIS
2041 section, it causes a line break (useful for old style variable declarations).
2042 .Pp
2043 .Dl Usage: .Vt Ao type Ac ...
2044 .Pp
2045 .Bl -tag -width ".Li .Vt\ extern\ char\ *optarg\ ;" -compact -offset 15n
2046 .It Li ".Vt extern char *optarg ;"
2047 .Vt extern char *optarg ;
2048 .It Li ".Vt FILE *"
2049 .Vt FILE *
2050 .El
2051 .
2052 .Ss Variables
2053 .
2054 Generic variable reference.
2055 .Pp
2056 .Dl Usage: .Va Ao variable Ac ...
2057 .Pp
2058 .Bl -tag -width ".Li .Va\ Xchar\ sX\ ]\ )\ )\ ," -compact -offset 15n
2059 .It Li ".Va count"
2060 .Va count
2061 .It Li ".Va settimer ,"
2062 .Va settimer ,
2063 .It Li ".Va \*[q]int *prt\*[q] ) :"
2064 .Va "int *prt" ) :
2065 .It Li ".Va \*[q]char s\*[q] ] ) ) ,"
2066 .Va "char s" ] ) ) ,
2067 .El
2068 .Pp
2069 .
2070 The default width is 12n.
2071 .
2072 .Ss "Manual Page Cross References"
2073 .
2074 The
2075 .Ql .Xr
2076 macro expects the first argument to be a manual page name.
2077 The optional second argument, if a string (defining the manual section), is
2078 put into parentheses.
2079 .Pp
2080 .Dl Usage: .Xr Ao man page name Ac Oo Ao section Ac Oc ...
2081 .Pp
2082 .Bl -tag -width ".Li .Xr\ xinit\ 1x\ ;" -compact -offset 15n
2083 .It Li ".Xr mdoc"
2084 .Xr mdoc
2085 .It Li ".Xr mdoc ,"
2086 .Xr mdoc ,
2087 .It Li ".Xr mdoc 7"
2088 .Xr mdoc 7
2089 .It Li ".Xr xinit 1x ;"
2090 .Xr xinit 1x ;
2091 .El
2092 .Pp
2093 .
2094 The default width is 10n.
2095 .
2096 .
2097 .Sh "GENERAL TEXT DOMAIN"
2098 .
2099 .Ss "AT&T Macro"
2100 .
2101 .Pp
2102 .Dl Usage: .At Oo Ao version Ac Oc ...
2103 .Pp
2104 .Bl -tag -width ".Li .At\ v6\ ." -compact -offset 15n
2105 .It Li .At
2106 .At
2107 .It Li ".At v6 ."
2108 .At v6 .
2109 .El
2110 .Pp
2111 The following values for
2112 .Ao version Ac
2113 are possible:
2114 .Pp
2115 .Dl 32v, v1, v2, v3, v4, v5, v6, v7, V, V.1, V.2, V.3, V.4
2116 .
2117 .Ss "BSD Macro"
2118 .
2119 .Pp
2120 .Dl "Usage: .Bx" Bro \-alpha | \-beta | \-devel Brc ...
2121 .Dl "       .Bx" Oo Ao version Ac Oo Ao release Ac Oc Oc ...
2122 .Pp
2123 .Bl -tag -width ".Li .Bx\ -devel" -compact -offset 15n
2124 .It Li .Bx
2125 .Bx
2126 .It Li ".Bx 4.3 ."
2127 .Bx 4.3 .
2128 .It Li ".Bx \-devel"
2129 .Bx -devel
2130 .El
2131 .Pp
2132 .Ao version Ac
2133 will be prepended to the string
2134 .Sq Bx .
2135 The following values for
2136 .Ao release Ac
2137 are possible:
2138 .Pp
2139 .Dl Reno, reno, Tahoe, tahoe, Lite, lite, Lite2, lite2
2140 .
2141 .Ss "NetBSD Macro"
2142 .
2143 .Pp
2144 .Dl Usage: .Nx Oo Ao version Ac Oc ...
2145 .Pp
2146 .Bl -tag -width ".Li .Nx\ 1.4\ ." -compact -offset 15n
2147 .It Li .Nx
2148 .Nx
2149 .It Li ".Nx 1.4 ."
2150 .Nx 1.4 .
2151 .El
2152 .Pp
2153 For possible values of
2154 .Ao version Ac
2155 see the description of the
2156 .Ql .Os
2157 command above in section
2158 .Sx "TITLE MACROS" .
2159 .
2160 .Ss "FreeBSD Macro"
2161 .
2162 .Pp
2163 .Dl Usage: .Fx Oo Ao version Ac Oc ...
2164 .Pp
2165 .Bl -tag -width ".Li .Fx\ 2.2\ ." -compact -offset 15n
2166 .It Li .Fx
2167 .Fx
2168 .It Li ".Fx 2.2 ."
2169 .Fx 2.2 .
2170 .El
2171 .Pp
2172 For possible values of
2173 .Ao version Ac
2174 see the description of the
2175 .Ql .Os
2176 command above in section
2177 .Sx "TITLE MACROS" .
2178 .
2179 .Ss "DragonFly Macro"
2180 .
2181 .Pp
2182 .Dl Usage: .Dx Oo Ao version Ac Oc ...
2183 .Pp
2184 .Bl -tag -width ".Li .Dx\ 1.4\ ." -compact -offset 15n
2185 .It Li .Dx
2186 .Dx
2187 .It Li ".Dx 1.4 ."
2188 .Dx 1.4 .
2189 .El
2190 .Pp
2191 For possible values of
2192 .Ao version Ac
2193 see the description of the
2194 .Ql .Os
2195 command above in section
2196 .Sx "TITLE MACROS" .
2197 .
2198 .Ss "OpenBSD Macro"
2199 .
2200 .Pp
2201 .Dl Usage: .Ox Oo Ao version Ac Oc ...
2202 .Pp
2203 .Bl -tag -width ".Li .Ox\ 1.0" -compact -offset 15n
2204 .It Li ".Ox 1.0"
2205 .Ox 1.0
2206 .El
2207 .
2208 .Ss "BSD/OS Macro"
2209 .
2210 .Pp
2211 .Dl Usage: .Bsx Oo Ao version Ac Oc ...
2212 .Pp
2213 .Bl -tag -width ".Li .Bsx\ 1.0" -compact -offset 15n
2214 .It Li ".Bsx 1.0"
2215 .Bsx 1.0
2216 .El
2217 .
2218 .Ss "UNIX Macro"
2219 .
2220 .Pp
2221 .Dl Usage: .Ux ...
2222 .Pp
2223 .Bl -tag -width ".Li .Ux" -compact -offset 15n
2224 .It Li .Ux
2225 .Ux
2226 .El
2227 .
2228 .Ss "Emphasis Macro"
2229 .
2230 Text may be stressed or emphasized with the
2231 .Ql .Em
2232 macro.
2233 The usual font for emphasis is italic.
2234 .Pp
2235 .Dl Usage: .Em Ao argument Ac ...
2236 .Pp
2237 .Bl -tag -width ".Li .Em\ vide\ infra\ )\ )\ ," -compact -offset 15n
2238 .It Li ".Em does not"
2239 .Em does not
2240 .It Li ".Em exceed 1024 ."
2241 .Em exceed 1024 .
2242 .It Li ".Em vide infra ) ) ,"
2243 .Em vide infra ) ) ,
2244 .El
2245 .Pp
2246 .
2247 The default width is 10n.
2248 .
2249 .Ss "Font Mode"
2250 .
2251 The
2252 .Ql .Bf
2253 font mode must be ended with the
2254 .Ql .Ef
2255 macro (the latter takes no arguments).
2256 Font modes may be nested within other font modes.
2257 .Pp
2258 .Ql .Bf
2259 has the following syntax:
2260 .Pp
2261 .Dl .Bf Ao font mode Ac
2262 .Pp
2263 .Ao font mode Ac
2264 must be one of the following three types:
2265 .Pp
2266 .Bl -tag -width ".Sy \&Sy | Fl symbolic" -compact -offset indent
2267 .It Sy \&Em | Fl emphasis
2268 Same as if the 
2269 .Ql .Em
2270 macro was used for the entire block of text.
2271 .It Sy \&Li | Fl literal
2272 Same as if the
2273 .Ql .Li
2274 macro was used for the entire block of text.
2275 .It Sy \&Sy | Fl symbolic
2276 Same as if the
2277 .Ql .Sy
2278 macro was used for the entire block of text.
2279 .El
2280 .Pp
2281 Both macros are neither callable nor parsed.
2282 .
2283 .Ss "Enclosure and Quoting Macros"
2284 .
2285 The concept of enclosure is similar to quoting.
2286 The object being to enclose one or more strings between a pair of characters
2287 like quotes or parentheses.
2288 The terms quoting and enclosure are used interchangeably throughout this
2289 document.
2290 Most of the one-line enclosure macros end in small letter
2291 .Ql q
2292 to give a hint of quoting, but there are a few irregularities.
2293 For each enclosure macro there is also a pair of open and close macros which
2294 end in small letters
2295 .Ql o
2296 and
2297 .Ql c
2298 respectively.
2299 .Pp
2300 \# XXX
2301 .if t \
2302 .  ne 10
2303 .
2304 .Bd -filled -offset 4n
2305 .Bl -column "quote" "close" "open" "Angle Bracket Enclosure" "`string' or string"
2306 .Em Quote Ta Em Open Ta Em Close Ta Em Function               Ta Em Result
2307 .No .Aq   Ta    .Ao  Ta    .Ac   Ta "Angle Bracket Enclosure" Ta Ao string Ac
2308 .No .Bq   Ta    .Bo  Ta    .Bc   Ta "Bracket Enclosure"       Ta Bo string Bc
2309 .No .Brq  Ta    .Bro Ta    .Brc  Ta "Brace Enclosure"         Ta Bro string Brc
2310 .No .Dq   Ta    .Do  Ta    .Dc   Ta "Double Quote"            Ta Do string Dc
2311 .No .Eq   Ta    .Eo  Ta    .Ec   Ta "Enclose String (in XX)"  Ta XXstringXX
2312 .No .Pq   Ta    .Po  Ta    .Pc   Ta "Parenthesis Enclosure"   Ta Po string Pc
2313 .No .Ql   Ta         Ta          Ta "Quoted Literal"          Ta So string Sc or Li string
2314 .No .Qq   Ta    .Qo  Ta    .Qc   Ta "Straight Double Quote"   Ta Qo string Qc
2315 .No .Sq   Ta    .So  Ta    .Sc   Ta "Single Quote"            Ta So string Sc
2316 .El
2317 .Ed
2318 .Pp
2319 All macros ending with
2320 .Sq q
2321 and
2322 .Sq o
2323 have a default width value of 12n.
2324 .
2325 .Bl -tag -width ".Li .Ec , .Eo"
2326 .It Li .Eo , .Ec
2327 These macros expect the first argument to be the opening and closing strings
2328 respectively.
2329 .It Li .Es , .En
2330 Due to the nine-argument limit in the original troff program two other
2331 macros have been implemented which are now rather obsolete:
2332 .Ql .Es
2333 takes the first and second parameter as the left and right enclosure string,
2334 which are then used to enclose the arguments of
2335 .Ql .En .
2336 The default width value is 12n for both macros.
2337 .It Li .Eq
2338 The first and second arguments of this macro are the opening and
2339 closing strings respectively, followed by the arguments to be enclosed.
2340 .It Li .Ql
2341 The quoted literal macro behaves differently in troff and nroff mode.
2342 If formatted with
2343 .Xr nroff ,
2344 a quoted literal is always quoted.
2345 If formatted with troff, an item is only quoted if the width of the item is
2346 less than three constant width characters.
2347 This is to make short strings more visible where the font change to literal
2348 (constant width) is less noticeable.
2349 .Pp
2350 The default width is 16n.
2351 .It Li .Pf
2352 The prefix macro suppresses the whitespace between its first and second
2353 argument:
2354 .
2355 .Bl -tag -width ".Li .Pf\ (\ Fa\ name2" -offset indent
2356 .It Li ".Pf ( Fa name2"
2357 .Pf ( Fa name2
2358 .El
2359 .Pp
2360 .
2361 The default width is 12n.
2362 .Pp
2363 The
2364 .Ql .Ns
2365 macro (see below) performs the analogous suffix function.
2366 .It Li .Ap
2367 The
2368 .Ql .Ap
2369 macro inserts an apostrophe and exits any special text modes, continuing in
2370 .Ql .No
2371 mode.
2372 .El
2373 .Pp
2374 .
2375 Examples of quoting:
2376 .
2377 .Pp
2378 .Bl -tag -width ".Li .Bq\ Em\ Greek\ ,\ French\ ." -compact -offset indent
2379 .It Li .Aq
2380 .Aq
2381 .It Li ".Aq Pa ctype.h ) ,"
2382 .Aq Pa ctype.h ) ,
2383 .It Li .Bq
2384 .Bq
2385 .It Li ".Bq Em Greek , French ."
2386 .Bq Em Greek , French .
2387 .It Li .Dq
2388 .Dq
2389 .It Li ".Dq string abc ."
2390 .Dq string abc .
2391 .It Li ".Dq \'^[A\-Z]\'"
2392 .Dq \'^[A-Z]\'
2393 .It Li ".Ql man mdoc"
2394 .Ql man mdoc
2395 .It Li .Qq
2396 .Qq
2397 .It Li ".Qq string ) ,"
2398 .Qq string ) ,
2399 .It Li ".Qq string Ns ),"
2400 .Qq string Ns ),
2401 .It Li .Sq
2402 .Sq
2403 .It Li ".Sq string"
2404 .Sq string
2405 .It Li ".Em or Ap ing"
2406 .Em or Ap ing
2407 .El
2408 .Pp
2409 .
2410 For a good example of nested enclosure macros, see the
2411 .Ql .Op
2412 option macro.
2413 It was created from the same underlying enclosure macros as those presented
2414 in the list above.
2415 The
2416 .Ql .Xo
2417 and
2418 .Ql .Xc
2419 extended argument list macros are discussed below.
2420 .
2421 .Ss "No-Op or Normal Text Macro"
2422 .
2423 The
2424 .Ql .No
2425 macro can be used in a macro command line for parameters which should
2426 .Em not
2427 be formatted.
2428 Be careful to add
2429 .Ql \e&
2430 to the word
2431 .Ql \&No
2432 if you really want that English word (and not the macro) as a parameter.
2433 .Pp
2434 .Dl Usage: .No Ao argument Ac ...
2435 .Pp
2436 .Bl -tag -width ".Li .No\ test\ Ta\ with\ Ta\ tabs" -compact -offset 15n
2437 .It Li ".No test Ta with Ta tabs"
2438 .No test Ta with Ta tabs
2439 .El
2440 .Pp
2441 .
2442 The default width is 12n.
2443 .
2444 .Ss "No-Space Macro"
2445 .
2446 The
2447 .Ql .Ns
2448 macro suppresses insertion of a space between the current position and its
2449 first parameter.
2450 For example, it is useful for old style argument lists where there is no
2451 space between the flag and argument:
2452 .Pp
2453 .Dl "Usage:" ... Ao argument Ac \&Ns Oo Ao argument Ac Oc ...
2454 .Dl "      " .Ns Ao argument Ac ...
2455 .Pp
2456 .Bl -tag -width ".Li .Op\ Fl\ I\ Ns\ Ar\ directory" -compact -offset 15n
2457 .It Li ".Op Fl I Ns Ar directory"
2458 .Op Fl I Ns Ar directory
2459 .El
2460 .Pp
2461 Note: The
2462 .Ql .Ns
2463 macro always invokes the
2464 .Ql .No
2465 macro after eliminating the space unless another macro name follows it.
2466 If used as a command (i.e., the second form above in the
2467 .Sq Usage
2468 line),
2469 .Ql .Ns
2470 is identical to
2471 .Ql .No .
2472 .
2473 .Ss "Section Cross References"
2474 .
2475 The
2476 .Ql .Sx
2477 macro designates a reference to a section header within the same document.
2478 .Pp
2479 .Dl Usage: .Sx Ao section reference Ac ...
2480 .Pp
2481 .Bl -tag -width ".Li .Sx\ FILES" -offset 15n
2482 .It Li ".Sx FILES"
2483 .Sx FILES
2484 .El
2485 .Pp
2486 .
2487 The default width is 16n.
2488 .
2489 .Ss Symbolics
2490 .
2491 The symbolic emphasis macro is generally a boldface macro in either the
2492 symbolic sense or the traditional English usage.
2493 .Pp
2494 .Dl Usage: .Sy Ao symbol Ac ...
2495 .Pp
2496 .Bl -tag -width ".Li .Sy\ Important\ Notice" -compact -offset 15n
2497 .It Li ".Sy Important Notice"
2498 .Sy Important Notice
2499 .El
2500 .Pp
2501 .
2502 The default width is 6n.
2503 .
2504 .Ss Mathematical Symbols
2505 .
2506 Use this macro for mathematical symbols and similar things.
2507 .Pp
2508 .Dl Usage: .Ms Ao math symbol Ac ...
2509 .Pp
2510 .Bl -tag -width ".Li .Ms\ sigma" -compact -offset 15n
2511 .It Li ".Ms sigma"
2512 .Ms sigma
2513 .El
2514 .Pp
2515 .
2516 The default width is 6n.
2517 .
2518 .Ss "References and Citations"
2519 .
2520 The following macros make a modest attempt to handle references.
2521 At best, the macros make it convenient to manually drop in a subset of
2522 .Xr refer 1
2523 style references.
2524 .Pp
2525 .Bl -tag -width 6n -offset indent -compact
2526 .It Li .Rs
2527 Reference start (does not take arguments).
2528 Causes a line break in the
2529 .Sx "SEE ALSO"
2530 section and begins collection of reference information until the reference
2531 end macro is read.
2532 .It Li .Re
2533 Reference end (does not take arguments).
2534 The reference is printed.
2535 .It Li .%A
2536 Reference author name; one name per invocation.
2537 .It Li .%B
2538 Book title.
2539 .It Li .%C
2540 City/place (not implemented yet).
2541 .It Li .%D
2542 Date.
2543 .It Li .%I
2544 Issuer/publisher name.
2545 .It Li .%J
2546 Journal name.
2547 .It Li .%N
2548 Issue number.
2549 .It Li .%O
2550 Optional information.
2551 .It Li .%P
2552 Page number.
2553 .It Li .%Q
2554 Corporate or foreign author.
2555 .It Li .%R
2556 Report name.
2557 .It Li .%T
2558 Title of article.
2559 .It Li .%U
2560 Optional hypertext reference.
2561 .It Li .%V
2562 Volume.
2563 .El
2564 .Pp
2565 Macros beginning with
2566 .Ql %
2567 are not callable but accept multiple arguments in the usual way.
2568 Only the
2569 .Ql .Tn
2570 macro is handled properly as a parameter; other macros will cause strange
2571 output.
2572 .Ql .%B
2573 and
2574 .Ql .%T
2575 can be used outside of the
2576 .Ql .Rs/.Re
2577 environment.
2578 .Pp
2579 Example:
2580 .
2581 .Bd -literal -offset indent
2582 \&.Rs
2583 \&.%A "Matthew Bar"
2584 \&.%A "John Foo"
2585 \&.%T "Implementation Notes on foobar(1)"
2586 \&.%R "Technical Report ABC\-DE\-12\-345"
2587 \&.%Q "Drofnats College, Nowhere"
2588 \&.%D "April 1991"
2589 \&.Re
2590 .Ed
2591 .Pp
2592 produces
2593 .
2594 .Bd -ragged -offset indent
2595 .Rs
2596 .%A "Matthew Bar"
2597 .%A "John Foo"
2598 .%T "Implementation Notes on foobar(1)"
2599 .%R "Technical Report ABC-DE-12-345"
2600 .%Q "Drofnats College, Nowhere"
2601 .%D "April 1991"
2602 .Re
2603 .Ed
2604 .
2605 .Ss "Trade Names (or Acronyms and Type Names)"
2606 .
2607 The trade name macro prints its arguments in a smaller font.
2608 Its intended use is to imitate a small caps fonts for uppercase acronyms.
2609 .Pp
2610 .Dl Usage: .Tn Ao symbol Ac ...
2611 .Pp
2612 .Bl -tag -width ".Li .Tn\ ASCII" -compact -offset 15n
2613 .It Li ".Tn DEC"
2614 .Tn DEC
2615 .It Li ".Tn ASCII"
2616 .Tn ASCII
2617 .El
2618 .Pp
2619 .
2620 The default width is 10n.
2621 .
2622 .Ss "Extended Arguments"
2623 .
2624 The
2625 .Li .Xo
2626 and
2627 .Li .Xc
2628 macros allow one to extend an argument list on a macro boundary for the
2629 .Ql .It
2630 macro (see below).
2631 Note that
2632 .Li .Xo
2633 and
2634 .Li .Xc
2635 are implemented similarly to all other macros opening and closing an
2636 enclosure (without inserting characters, of course).
2637 This means that the following is true for those macros also.
2638 .Pp
2639 Here is an example of
2640 .Ql .Xo
2641 using the space mode macro to turn spacing off:
2642 .
2643 .Bd -literal -offset indent
2644 \&.Sm off
2645 \&.It Xo Sy I Ar operation
2646 \&.No \een Ar count No \een
2647 \&.Xc
2648 \&.Sm on
2649 .Ed
2650 .Pp
2651 .
2652 produces
2653 .
2654 .Bd -filled -offset indent
2655 .Bl -tag -compact
2656 .Sm off
2657 .It Xo Sy I Ar operation
2658 .No \en Ar count No \en
2659 .Xc
2660 .Sm on
2661 .El
2662 .Ed
2663 .Pp
2664 .
2665 Another one:
2666 .
2667 .Bd -literal -offset indent
2668 \&.Sm off
2669 \&.It Cm S No / Ar old_pattern Xo
2670 \&.No / Ar new_pattern
2671 \&.No / Op Cm g
2672 \&.Xc
2673 \&.Sm on
2674 .Ed
2675 .Pp
2676 .
2677 produces
2678 .
2679 .Bd -filled -offset indent
2680 .Bl -tag -compact
2681 .Sm off
2682 .It Cm S No \&/ Ar old_pattern Xo
2683 .No \&/ Ar new_pattern
2684 .No \&/ Op Cm g
2685 .Xc
2686 .Sm on
2687 .El
2688 .Ed
2689 .Pp
2690 .
2691 Another example of
2692 .Ql .Xo
2693 and enclosure macros: Test the value of a variable.
2694 .
2695 .Bd -literal -offset indent
2696 \&.It Xo
2697 \&.Ic .ifndef
2698 \&.Oo \e&! Oc Ns Ar variable Oo
2699 \&.Ar operator variable ...
2700 \&.Oc Xc
2701 .Ed
2702 .Pp
2703 .
2704 produces
2705 .
2706 .Bd -filled -offset indent
2707 .Bl -tag -width flag -compact
2708 .It Xo
2709 .Ic .ifndef
2710 .Oo \&! Oc Ns Ar variable Oo
2711 .Ar operator variable ...
2712 .Oc Xc
2713 .El
2714 .Ed
2715 .Pp
2716 .
2717 .
2718 .Sh "PAGE STRUCTURE DOMAIN"
2719 .
2720 .Ss "Section Headers"
2721 .
2722 The following
2723 .Ql .Sh
2724 section header macros are required in every man page.
2725 The remaining section headers are recommended at the discretion of the
2726 author writing the manual page.
2727 The
2728 .Ql .Sh
2729 macro is parsed but not generally callable.
2730 It can be used as an argument in a call to
2731 .Ql .Sh
2732 only; it then reactivates the default font for
2733 .Ql .Sh .
2734 .Pp
2735 The default width is 8n.
2736 .
2737 .Bl -tag -width ".Li .Sh\ RETURN\ VALUES"
2738 .It Li ".Sh NAME"
2739 The
2740 .Ql ".Sh NAME"
2741 macro is mandatory.
2742 If not specified, headers, footers and page layout defaults will not be set
2743 and things will be rather unpleasant.
2744 The
2745 .Sx NAME
2746 section consists of at least three items.
2747 The first is the
2748 .Ql .Nm
2749 name macro naming the subject of the man page.
2750 The second is the name description macro,
2751 .Ql .Nd ,
2752 which separates the subject name from the third item, which is the
2753 description.
2754 The description should be the most terse and lucid possible, as the space
2755 available is small.
2756 .Pp
2757 .Ql .Nd
2758 first prints
2759 .Ql \- ,
2760 then all its arguments.
2761 .
2762 .It Li ".Sh LIBRARY"
2763 This section is for section two and three function calls.
2764 It should consist of a single
2765 .Ql .Lb
2766 macro call;
2767 see
2768 .Sx "Library Names" .
2769 .
2770 .It Li ".Sh SYNOPSIS"
2771 The
2772 .Sx SYNOPSIS
2773 section describes the typical usage of the subject of a man page.
2774 The macros required are either
2775 .Ql .Nm ,
2776 .Ql .Cd ,
2777 or
2778 .Ql .Fn
2779 (and possibly
2780 .Ql .Fo ,
2781 .Ql .Fc ,
2782 .Ql .Fd ,
2783 and
2784 .Ql .Ft ) .
2785 The function name macro
2786 .Ql .Fn
2787 is required for manual page sections\~2 and\~3; the command and general name
2788 macro
2789 .Ql .Nm
2790 is required for sections 1, 5, 6, 7, and\~8.
2791 Section\~4 manuals require a
2792 .Ql .Nm ,
2793 .Ql .Fd
2794 or a
2795 .Ql .Cd
2796 configuration device usage macro.
2797 Several other macros may be necessary to produce the synopsis line as shown
2798 below:
2799 .
2800 .Bd -filled -offset indent
2801 .Nm cat
2802 .Op Fl benstuv
2803 .Op Fl
2804 .Ar
2805 .Ed
2806 .Pp
2807 .
2808 The following macros were used:
2809 .Pp
2810 .Dl ".Nm cat"
2811 .Dl ".Op Fl benstuv"
2812 .Dl ".Op Fl"
2813 .Dl .Ar
2814 .
2815 .It Li ".Sh DESCRIPTION"
2816 In most cases the first text in the
2817 .Sx DESCRIPTION
2818 section is a brief paragraph on the command, function or file, followed by a
2819 lexical list of options and respective explanations.
2820 To create such a list, the
2821 .Ql .Bl
2822 (begin list),
2823 .Ql .It
2824 (list item) and
2825 .Ql .El
2826 (end list)
2827 macros are used (see
2828 .Sx Lists and Columns
2829 below).
2830 .
2831 .It Li ".Sh IMPLEMENTATION NOTES"
2832 Implementation specific information should be placed here.
2833 .
2834 .It Li ".Sh RETURN VALUES"
2835 Sections 2, 3 and\~9 function return values should go here.
2836 The
2837 .Ql .Rv
2838 macro may be used to generate text for use in the
2839 .Sx RETURN VALUES
2840 section for most section 2 and 3 library functions;
2841 see
2842 .Sx "Return Values" .
2843 .El
2844 .Pp
2845 .
2846 The following
2847 .Ql .Sh
2848 section headers are part of the preferred manual page layout and must be
2849 used appropriately to maintain consistency.
2850 They are listed in the order in which they would be used.
2851 .
2852 .Bl -tag -width ".Li .Sh\ COMPATIBILITY"
2853 .It Li ".Sh ENVIRONMENT"
2854 The
2855 .Sx ENVIRONMENT
2856 section should reveal any related environment variables and clues to their
2857 behavior and/or usage.
2858 .
2859 .It Li ".Sh FILES"
2860 Files which are used or created by the man page subject should be listed via
2861 the
2862 .Ql .Pa
2863 macro in the
2864 .Sx FILES
2865 section.
2866 .
2867 .It Li ".Sh EXAMPLES"
2868 There are several ways to create examples.
2869 See the
2870 .Sx EXAMPLES
2871 section below for details.
2872 .
2873 .It Li ".Sh DIAGNOSTICS"
2874 Diagnostic messages from a command should be placed in this section.
2875 The
2876 .Ql .Ex
2877 macro may be used to generate text for use in the
2878 .Sx DIAGNOSTICS
2879 section for most section 1, 6 and\~8 commands;
2880 see
2881 .Sx "Exit Status" .
2882 .
2883 .It Li ".Sh COMPATIBILITY"
2884 Known compatibility issues (e.g. deprecated options or parameters)
2885 should be listed here.
2886 .
2887 .It Li ".Sh ERRORS"
2888 Specific error handling, especially from library functions (man page
2889 sections 2, 3, and\~9) should go here.
2890 The
2891 .Ql .Er
2892 macro is used to specify an error (errno).
2893 .
2894 .It Li ".Sh SEE ALSO"
2895 References to other material on the man page topic and cross references to
2896 other relevant man pages should be placed in the
2897 .Sx "SEE ALSO"
2898 section.
2899 Cross references are specified using the
2900 .Ql .Xr
2901 macro.
2902 Currently
2903 .Xr refer 1
2904 style references are not accommodated.
2905 .Pp
2906 It is recommended that the cross references are sorted on the section
2907 number, then alphabetically on the names within a section, and placed
2908 in that order and comma separated.
2909 Example:
2910 .Pp
2911 .Xr ls 1 ,
2912 .Xr ps 1 ,
2913 .Xr group 5 ,
2914 .Xr passwd 5
2915 .
2916 .It Li ".Sh STANDARDS"
2917 If the command, library function or file adheres to a specific
2918 implementation such as
2919 .St -p1003.2
2920 or
2921 .St -ansiC
2922 this should be noted here.
2923 If the command does not adhere to any standard, its history should be noted
2924 in the
2925 .Sx HISTORY
2926 section.
2927 .
2928 .It Li ".Sh HISTORY"
2929 Any command which does not adhere to any specific standards should be
2930 outlined historically in this section.
2931 .
2932 .It Li ".Sh AUTHORS"
2933 Credits should be placed here.
2934 Use the
2935 .Ql .An
2936 macro for names and the
2937 .Ql .Aq
2938 macro for e-mail addresses within optional contact information.
2939 Explicitly indicate whether the person authored the initial manual page
2940 or the software or whatever the person is being credited for.
2941 .It Li ".Sh BUGS"
2942 Blatant problems with the topic go here.
2943 .El
2944 .Pp
2945 .
2946 User-specified
2947 .Ql .Sh
2948 sections may be added; for example, this section was set with:
2949 .
2950 .Bd -literal -offset 15n
2951 \&.Sh "PAGE STRUCTURE DOMAIN"
2952 .Ed
2953 .
2954 .Ss "Subsection Headers"
2955 .
2956 Subsection headers have exactly the same syntax as section headers:
2957 .Ql .Ss
2958 is parsed but not generally callable.
2959 It can be used as an argument in a call to
2960 .Ql .Ss
2961 only; it then reactivates the default font for
2962 .Ql .Ss .
2963 .Pp
2964 The default width is 8n.
2965 .
2966 .Ss "Paragraphs and Line Spacing"
2967 .
2968 .Bl -tag -width ".Li .Pp"
2969 .It Li .Pp
2970 The 
2971 .Ql .Pp
2972 paragraph command may be used to specify a line space where necessary.
2973 The macro is not necessary after a
2974 .Ql .Sh
2975 or
2976 .Ql .Ss
2977 macro or before a
2978 .Ql .Bl
2979 or
2980 .Ql .Bd
2981 macro (which both assert a vertical distance unless the
2982 .Fl compact
2983 flag is given).
2984 .Pp
2985 The macro is neither callable nor parsed and takes no arguments; an
2986 alternative name is
2987 .Ql .Lp .
2988 .El
2989 .
2990 .\" XXX
2991 .
2992 .\" This worked with version one, need to redo for version three
2993 .\" .Pp
2994 .\" .Ds I
2995 .\" .Cw (ax+bx+c) \ is\ produced\ by\ \&
2996 .\" .\".Cw (ax+bx+c) \&.Va_by_) \&_and_\& \&[?/]m_b1_e1_f1[?/]\&
2997 .\" .Cl Cx \t\t
2998 .\" .Li \&.Cx\ (
2999 .\" .Cx
3000 .\" .Cl Cx \t\t
3001 .\" .Li \&.Va ax
3002 .\" .Cx
3003 .\" .Cl Cx \t\t
3004 .\" .Li \&.Sy \+
3005 .\" .Cx
3006 .\" .Cl Cx \&(\&
3007 .\" .Va ax
3008 .\" .Cx +
3009 .\" .Va by
3010 .\" .Cx +
3011 .\" .Va c )
3012 .\" .Cx \t
3013 .\" .Em is produced by
3014 .\" .Cx \t
3015 .\" .Li \&.Va by
3016 .\" .Cx
3017 .\" .Cl Cx \t\t
3018 .\" .Li \&.Sy \+
3019 .\" .Cx
3020 .\" .Cl Cx \t\t
3021 .\" .Li \&.Va c )
3022 .\" .Cx
3023 .\" .Cl Cx \t\t
3024 .\" .Li \&.Cx
3025 .\" .Cx
3026 .\" .Cw
3027 .\" .De
3028 .\" .Pp
3029 .\" This example shows the same equation in a different format.
3030 .\" The spaces
3031 .\" around the
3032 .\" .Li \&+
3033 .\" signs were forced with
3034 .\" .Li \e :
3035 .\" .Pp
3036 .\" .Ds I
3037 .\" .Cw (ax\ +\ bx\ +\ c) \ is\ produced\ by\ \&
3038 .\" .\".Cw (ax+bx+c) \&.Va_by_) \&_and_\& \&[?/]m_b1_e1_f1[?/]\&
3039 .\" .Cl Cx \t\t
3040 .\" .Li \&.Cx\ (
3041 .\" .Cx
3042 .\" .Cl Cx \t\t
3043 .\" .Li \&.Va a
3044 .\" .Cx
3045 .\" .Cl Cx \t\t
3046 .\" .Li \&.Sy x
3047 .\" .Cx
3048 .\" .Cl Cx \t\t
3049 .\" .Li \&.Cx \e\ +\e\ \e&
3050 .\" .Cx
3051 .\" .Cl Cx \&(\&
3052 .\" .Va a
3053 .\" .Sy x
3054 .\" .Cx \ +\ \&
3055 .\" .Va b
3056 .\" .Sy y
3057 .\" .Cx \ +\ \&
3058 .\" .Va c )
3059 .\" .Cx \t
3060 .\" .Em is produced by
3061 .\" .Cl Cx \t\t
3062 .\" .Li \&.Va b
3063 .\" .Cx
3064 .\" .Cl Cx \t\t
3065 .\" .Li \&.Sy y
3066 .\" .Cx
3067 .\" .Cl Cx \t\t
3068 .\" .Li \&.Cx \e\ +\e\ \e&
3069 .\" .Cx
3070 .\" .Cl Cx \t\t
3071 .\" .Li \&.Va c )
3072 .\" .Cx
3073 .\" .Cl Cx \t\t
3074 .\" .Li \&.Cx
3075 .\" .Cx
3076 .\" .Cw
3077 .\" .De
3078 .\" .Pp
3079 .\" The incantation below was
3080 .\" lifted from the
3081 .\" .Xr adb 1
3082 .\" manual page:
3083 .\" .Pp
3084 .\" .Ds I
3085 .\" .Cw \&[?/]m_b1_e1_f1[?/]\& is\ produced\ by
3086 .\" .Cl Cx \t\t
3087 .\" .Li \&.Cx Op Sy ?/
3088 .\" .Cx
3089 .\" .Cl Cx \t\t
3090 .\" .Li \&.Nm m
3091 .\" .Cx
3092 .\" .Cl Cx Op Sy ?/
3093 .\" .Nm m
3094 .\" .Ad \ b1 e1 f1
3095 .\" .Op Sy ?/
3096 .\" .Cx \t
3097 .\" .Em is produced by
3098 .\" .Cx \t
3099 .\" .Li \&.Ar \e\ b1 e1 f1
3100 .\" .Cx
3101 .\" .Cl Cx \t\t
3102 .\" .Li \&.Op Sy ?/
3103 .\" .Cx
3104 .\" .Cl Cx \t\t
3105 .\" .Li \&.Cx
3106 .\" .Cx
3107 .\" .Cw
3108 .\" .De
3109 .\" .Pp
3110 .
3111 .Ss Keeps
3112 .
3113 The only keep that is implemented at this time is for words.
3114 The macros are
3115 .Ql .Bk
3116 (begin keep)
3117 and
3118 .Ql .Ek
3119 (end keep).
3120 The only option that
3121 .Ql .Bk
3122 accepts currently is
3123 .Fl words
3124 (this is also the default if no option is given) which is useful for
3125 preventing line breaks in the middle of options.
3126 In the example for the make command line arguments (see
3127 .Sx What's in a Name ) ,
3128 the keep prevented
3129 .Xr nroff
3130 from placing up the flag and the argument on separate lines.
3131 .Pp
3132 Both macros are neither callable nor parsed.
3133 .Pp
3134 More work needs to be done with the keep macros; specifically, a
3135 .Fl line
3136 option should be added.
3137 .
3138 .Ss "Examples and Displays"
3139 .
3140 There are seven types of displays.
3141 .Pp
3142 .Bl -tag -width ".Li .D1"
3143 .It Li .D1
3144 (This is D-one.)
3145 Display one line of indented text.
3146 This macro is parsed but not callable.
3147 .Pp
3148 .D1 Fl ldghfstru
3149 .Pp
3150 The above was produced by:
3151 .Li ".D1 Fl ldghfstru" .
3152 .
3153 .It Li .Dl
3154 (This is D-ell.)
3155 Display one line of indented
3156 .Em literal
3157 text.
3158 The
3159 .Ql .Dl
3160 example macro has been used throughout this file.
3161 It allows the indentation (display) of one line of text.
3162 Its default font is set to constant width (literal).
3163 .Ql .Dl
3164 is parsed but not callable.
3165 .Pp
3166 .Dl % ls \-ldg /usr/local/bin
3167 .Pp
3168 The above was produced by:
3169 .Li ".Dl % ls \e\-ldg /usr/local/bin" .
3170 .
3171 .It Li .Bd
3172 Begin display.
3173 The
3174 .Ql .Bd
3175 display must be ended with the
3176 .Ql .Ed
3177 macro.
3178 It has the following syntax:
3179 .Pp
3180 .Bd -ragged -compact
3181 .Bl -tag -width ".Li .Bd" -offset indent
3182 .It Li .Bd Xo
3183 .Bro \-literal | \-filled | \-unfilled | \-ragged | \-centered Brc
3184 .Oo \-offset Ao string Ac Oc Oo \-file Ao file name Ac Oc Oo \-compact Oc Xc
3185 .El
3186 .Ed
3187 .Pp
3188 .
3189 .Bl -tag -width ".Fl file Ao Ar file name Ac " -compact
3190 .It Fl ragged
3191 Fill, but do not adjust the right margin (only left-justify).
3192 .It Fl centered
3193 Center lines between the current left and right margin.
3194 Note that each single line is centered.
3195 .It Fl unfilled
3196 Do not fill; display a block of text as typed, using line breaks as
3197 specified by the user.
3198 This can produce overlong lines without warning messages.
3199 .It Fl filled
3200 Display a filled block.
3201 The block of text is formatted (i.e., the text is justified on both the left
3202 and right side).
3203 .It Fl literal
3204 Display block with literal font (usually fixed-width).
3205 Useful for source code or simple tabbed or spaced text.
3206 .It Fl file Ao Ar file name Ac
3207 The file whose name follows the
3208 .Fl file
3209 flag is read and displayed before any data enclosed with
3210 .Ql .Bd
3211 and
3212 .Ql .Ed ,
3213 using the selected display type.
3214 Any
3215 .Xr troff/ Ns Nm \-mdoc
3216 commands in the file will be processed.
3217 .It Fl offset Ao Ar string Ac
3218 If
3219 .Fl offset
3220 is specified with one of the following strings, the string is interpreted to
3221 indicate the level of indentation for the forthcoming block of text:
3222 .
3223 .Pp
3224 .Bl -tag -width ".Ar indent-two" -compact
3225 .It Ar left
3226 Align block on the current left margin; this is the default mode of
3227 .Ql .Bd .
3228 .It Ar center
3229 Supposedly center the block.
3230 At this time unfortunately, the block merely gets left aligned about an
3231 imaginary center margin.
3232 .It Ar indent
3233 Indent by one default indent value or tab.
3234 The default indent value is also used for the
3235 .Ql .D1
3236 and 
3237 .Ql .Dl
3238 macros, so one is guaranteed the two types of displays will line up.
3239 The indentation value is normally set to\~6n or about two thirds of an inch
3240 (six constant width characters).
3241 .It Ar indent\-two
3242 Indent two times the default indent value.
3243 .It Ar right
3244 This
3245 .Em left
3246 aligns the block about two inches from the right side of the page.
3247 This macro needs work and perhaps may never do the right thing within
3248 .Xr troff .
3249 .El
3250 .Pp
3251 .
3252 If
3253 .Ao string Ac
3254 is a valid numeric expression instead
3255 .Pf ( Em with a scale indicator other than
3256 .Sq Em u ) ,
3257 use that value for indentation.
3258 The most useful scale indicators are
3259 .Sq m
3260 and
3261 .Sq n ,
3262 specifying the so-called
3263 .Em \&Em
3264 and
3265 .Em "En square" .
3266 This is approximately the width of the letters
3267 .Sq m
3268 and
3269 .Sq n
3270 respectively
3271 of the current font (for nroff output, both scale indicators give the same
3272 values).
3273 If
3274 .Ao string Ac
3275 isn't a numeric expression, it is tested whether it is an
3276 .Nm \-mdoc
3277 macro name, and the default offset value associated with this macro is used.
3278 Finally, if all tests fail,
3279 the width of
3280 .Ao string Ac
3281 (typeset with a fixed-width font) is taken as the offset.
3282 .It Fl compact
3283 Suppress insertion of vertical space before begin of display.
3284 .El
3285 .
3286 .It Li .Ed
3287 End display (takes no arguments).
3288 .El
3289 .
3290 .Ss "Lists and Columns"
3291 .
3292 There are several types of lists which may be initiated with the
3293 .Ql .Bl
3294 begin-list macro.
3295 Items within the list are specified with the
3296 .Ql .It
3297 item macro, and each list must end with the
3298 .Ql .El
3299 macro.
3300 Lists may be nested within themselves and within displays.
3301 The use of columns inside of lists or lists inside of columns is unproven.
3302 .Pp
3303 In addition, several list attributes may be specified such as the width of a
3304 tag, the list offset, and compactness (blank lines between items allowed or
3305 disallowed).
3306 Most of this document has been formatted with a tag style list
3307 .Pf ( Fl tag ) .
3308 .Pp
3309 It has the following syntax forms:
3310 .
3311 .Pp
3312 .Bd -ragged -compact
3313 .Bl -tag -width ".Li .Bl" -offset indent -compact
3314 .It Li .Bl Xo
3315 .Bro \-hang | \-ohang | \-tag | \-diag | \-inset Brc
3316 .Oo \-width Ao string Ac Oc
3317 .Oo \-offset Ao string Ac Oc Oo \-compact Oc Xc
3318 .It Li .Bl Xo
3319 .No \-column Oo \-offset Ao string Ac Oc
3320 .Ao string1 Ac Ao string2 Ac ... Xc
3321 .It Li .Bl Xo
3322 .Bro \-item | \-enum Oo \-nested Oc | \-bullet | \-hyphen | \-dash Brc
3323 .Oo \-offset Ao string Ac Oc Oo \-compact Oc Xc
3324 .El
3325 .Ed
3326 .Pp
3327 .
3328 And now a detailed description of the list types.
3329 .
3330 .Pp
3331 .Bl -tag -width ".Fl column" -compact
3332 .It Fl bullet
3333 A bullet list.
3334 .
3335 .Bd -literal -offset indent
3336 \&.Bl \-bullet \-offset indent \-compact
3337 \&.It
3338 Bullet one goes here.
3339 \&.It
3340 Bullet two here.
3341 \&.El
3342 .Ed
3343 .Pp
3344 .
3345 Produces:
3346 .
3347 .Pp
3348 .Bl -bullet -offset indent -compact
3349 .It
3350 Bullet one goes here.
3351 .It
3352 Bullet two here.
3353 .El
3354 .Pp
3355 .
3356 .It Fl dash No ( or Fl hyphen )
3357 A dash list.
3358 .
3359 .Bd -literal -offset indent
3360 \&.Bl \-dash \-offset indent \-compact
3361 \&.It
3362 Dash one goes here.
3363 \&.It
3364 Dash two here.
3365 \&.El
3366 .Ed
3367 .Pp
3368 .
3369 Produces:
3370 .
3371 .Pp
3372 .Bl -dash -offset indent -compact
3373 .It
3374 Dash one goes here.
3375 .It
3376 Dash two here.
3377 .El
3378 .Pp
3379 .
3380 .It Fl enum
3381 An enumerated list.
3382 .
3383 .Bd -literal -offset indent
3384 \&.Bl \-enum \-offset indent \-compact
3385 \&.It
3386 Item one goes here.
3387 \&.It
3388 And item two here.
3389 \&.El
3390 .Ed
3391 .Pp
3392 .
3393 The result:
3394 .
3395 .Pp
3396 .Bl -enum -offset indent -compact
3397 .It
3398 Item one goes here.
3399 .It
3400 And item two here.
3401 .El
3402 .Pp
3403 .
3404 If you want to nest enumerated lists, use the
3405 .Fl nested
3406 flag (starting with the second-level list):
3407 .
3408 .Bd -literal -offset indent
3409 \&.Bl \-enum \-offset indent \-compact
3410 \&.It
3411 Item one goes here
3412 \&.Bl \-enum \-nested \-compact
3413 \&.It
3414 Item two goes here.
3415 \&.It
3416 And item three here.
3417 \&.El
3418 \&.It
3419 And item four here.
3420 \&.El
3421 .Ed
3422 .Pp
3423 .
3424 Result:
3425 .
3426 .Pp
3427 .Bl -enum -offset indent -compact
3428 .It
3429 Item one goes here.
3430 .Bl -enum -nested -compact
3431 .It
3432 Item two goes here.
3433 .It
3434 And item three here.
3435 .El
3436 .It
3437 And item four here.
3438 .El
3439 .Pp
3440 .
3441 .It Fl item
3442 A list of type
3443 .Fl item
3444 without list markers.
3445 .
3446 .Bd -literal -offset indent
3447 \&.Bl \-item \-offset indent
3448 \&.It
3449 Item one goes here.
3450 Item one goes here.
3451 Item one goes here.
3452 \&.It
3453 Item two here.
3454 Item two here.
3455 Item two here.
3456 \&.El
3457 .Ed
3458 .Pp
3459 .
3460 Produces:
3461 .
3462 .Pp
3463 .Bl -item -offset indent
3464 .It
3465 Item one goes here.
3466 Item one goes here.
3467 Item one goes here.
3468 .It
3469 Item two here.
3470 Item two here.
3471 Item two here.
3472 .El
3473 .Pp
3474 .
3475 .It Fl tag
3476 A list with tags.
3477 Use
3478 .Fl width
3479 to specify the tag width.
3480 .
3481 .Pp
3482 .Bl -tag -width "PPID" -compact -offset indent
3483 .It SL
3484 sleep time of the process (seconds blocked)
3485 .It PAGEIN
3486 number of disk
3487 .Tn I/O Ns 's
3488 resulting from references by the process
3489 to pages not loaded in core.
3490 .It UID
3491 numerical user-id of process owner
3492 .It PPID
3493 numerical id of parent of process priority
3494 (non-positive when in non-interruptible wait)
3495 .El
3496 .Pp
3497 .
3498 The raw text:
3499 .
3500 .Bd -literal -offset indent
3501 \&.Bl \-tag \-width "PPID" \-compact \-offset indent
3502 \&.It SL
3503 sleep time of the process (seconds blocked)
3504 \&.It PAGEIN
3505 number of disk
3506 \&.Tn I/O Ns 's
3507 resulting from references by the process
3508 to pages not loaded in core.
3509 \&.It UID
3510 numerical user\-id of process owner
3511 \&.It PPID
3512 numerical id of parent of process priority
3513 (non\-positive when in non\-interruptible wait)
3514 \&.El
3515 .Ed
3516 .Pp
3517 .
3518 .It Fl diag
3519 Diag lists create section four diagnostic lists and are similar to inset
3520 lists except callable macros are ignored.
3521 The
3522 .Fl width
3523 flag is not meaningful in this context.
3524 .Pp
3525 Example:
3526 .
3527 .Bd -literal -offset indent
3528 \&.Bl \-diag
3529 \&.It You can't use Sy here.
3530 The message says all.
3531 \&.El
3532 .Ed
3533 .Pp
3534 .
3535 produces
3536 .
3537 .Bl -diag
3538 .It You can't use Sy here.
3539 The message says all.
3540 .El
3541 .Pp
3542 .
3543 .It Fl hang
3544 A list with hanging tags.
3545 .
3546 .Bl -hang -offset indent
3547 .It Em Hanged
3548 labels appear similar to tagged lists when the
3549 label is smaller than the label width.
3550 .It Em Longer hanged list labels
3551 blend into the paragraph unlike
3552 tagged paragraph labels.
3553 .El
3554 .Pp
3555 And the unformatted text which created it:
3556 .
3557 .Bd -literal -offset indent
3558 \&.Bl \-hang \-offset indent
3559 \&.It Em Hanged
3560 labels appear similar to tagged lists when the
3561 label is smaller than the label width.
3562 \&.It Em Longer hanged list labels
3563 blend into the paragraph unlike
3564 tagged paragraph labels.
3565 \&.El
3566 .Ed
3567 .Pp
3568 .
3569 .It Fl ohang
3570 Lists with overhanging tags do not use indentation for the items; tags are
3571 written to a separate line.
3572 .Pp
3573 .Bl -ohang -offset indent
3574 .It Sy SL
3575 sleep time of the process (seconds blocked)
3576 .It Sy PAGEIN
3577 number of disk
3578 .Tn I/O Ns 's
3579 resulting from references by the process
3580 to pages not loaded in core.
3581 .It Sy UID
3582 numerical user-id of process owner
3583 .It Sy PPID
3584 numerical id of parent of process priority
3585 (non-positive when in non-interruptible wait)
3586 .El
3587 .Pp
3588 .
3589 The raw text:
3590 .
3591 .Bd -literal -offset indent
3592 \&.Bl \-ohang \-offset indent
3593 \&.It Sy SL
3594 sleep time of the process (seconds blocked)
3595 \&.It Sy PAGEIN
3596 number of disk
3597 \&.Tn I/O Ns 's
3598 resulting from references by the process
3599 to pages not loaded in core.
3600 \&.It Sy UID
3601 numerical user\-id of process owner
3602 \&.It Sy PPID
3603 numerical id of parent of process priority
3604 (non\-positive when in non\-interruptible wait)
3605 \&.El
3606 .Ed
3607 .Pp
3608 .
3609 .It Fl inset
3610 Here is an example of inset labels:
3611 .Bl -inset -offset indent
3612 .It Em Tag
3613 The tagged list (also called a tagged paragraph)
3614 is the most common type of list used in the
3615 Berkeley manuals.
3616 Use a
3617 .Fl width
3618 attribute as described below.
3619 .It Em Diag
3620 Diag lists create section four diagnostic lists
3621 and are similar to inset lists except callable
3622 macros are ignored.
3623 .It Em Hang
3624 Hanged labels are a matter of taste.
3625 .It Em Ohang
3626 Overhanging labels are nice when space is constrained.
3627 .It Em Inset
3628 Inset labels are useful for controlling blocks of
3629 paragraphs and are valuable for converting
3630 .Nm \-mdoc
3631 manuals to other formats.
3632 .El
3633 .Pp
3634 Here is the source text which produced the above example:
3635 .
3636 .Bd -literal -offset indent
3637 \&.Bl \-inset \-offset indent
3638 \&.It Em Tag
3639 The tagged list (also called a tagged paragraph)
3640 is the most common type of list used in the
3641 Berkeley manuals.
3642 \&.It Em Diag
3643 Diag lists create section four diagnostic lists
3644 and are similar to inset lists except callable
3645 macros are ignored.
3646 \&.It Em Hang
3647 Hanged labels are a matter of taste.
3648 \&.It Em Ohang
3649 Overhanging labels are nice when space is constrained.
3650 \&.It Em Inset
3651 Inset labels are useful for controlling blocks of
3652 paragraphs and are valuable for converting
3653 \&.Nm \-mdoc
3654 manuals to other formats.
3655 \&.El
3656 .Ed
3657 .Pp
3658 .
3659 .It Fl column
3660 This list type generates multiple columns.
3661 The number of columns and the width of each column is determined by the
3662 arguments to the
3663 .Fl column
3664 list,
3665 .Aq Ar string1 ,
3666 .Aq Ar string2 ,
3667 etc.
3668 If
3669 .Aq Ar stringN
3670 starts with a
3671 .Ql .\&
3672 (dot) immediately followed by a valid
3673 .Nm \-mdoc
3674 macro name, interpret
3675 .Aq Ar stringN
3676 and use the width of the result.
3677 Otherwise, the width of
3678 .Aq Ar stringN
3679 (typeset with a fixed-width font) is taken as the
3680 .Ar N Ns th
3681 column width.
3682 .Pp
3683 Each
3684 .Ql .It
3685 argument is parsed to make a row, each column within the row is a separate
3686 argument separated by a tab or the
3687 .Ql .Ta
3688 macro.
3689 .Pp
3690 The table:
3691 .
3692 .Bl -column -offset indent ".Sy String" ".Sy Nroff" ".Sy Troff"
3693 .It Sy String Ta Sy Nroff Ta Sy Troff
3694 .It Li <= Ta <= Ta \*(<=
3695 .It Li >= Ta >= Ta \*(>=
3696 .El
3697 .Pp
3698 .
3699 was produced by:
3700 .
3701 .Bd -literal
3702 \&.Bl \-column \-offset indent ".Sy String" ".Sy Nroff" ".Sy Troff"
3703 \&.It Sy String Ta Sy Nroff Ta Sy Troff
3704 \&.It Li <= Ta <= Ta \e*(<=
3705 \&.It Li >= Ta >= Ta \e*(>=
3706 \&.El
3707 .Ed
3708 .Pp
3709 .
3710 Don't abuse this list type!
3711 For more complicated cases it might be far better and easier to use
3712 .Xr tbl 1 ,
3713 the table preprocessor.
3714 .El
3715 .Pp
3716 .
3717 Other keywords:
3718 .
3719 .Bl -tag -width ".Fl indent Ao Ar string Ac"
3720 .It Fl width Ao Ar string Ac
3721 If
3722 .Aq Ar string
3723 starts with a
3724 .Ql .\&
3725 (dot) immediately followed by a valid
3726 .Nm \-mdoc
3727 macro name, interpret
3728 .Aq Ar string
3729 and use the width of the result.
3730 Almost all lists in this document use this option.
3731 .Pp
3732 Example:
3733 .
3734 .Bd -literal -offset indent
3735 \&.Bl \-tag \-width ".Fl test Ao Ar string Ac"
3736 \&.It Fl test Ao Ar string Ac
3737 This is a longer sentence to show how the
3738 \&.Fl width
3739 flag works in combination with a tag list.
3740 \&.El
3741 .Ed
3742 .Pp
3743 .
3744 gives:
3745 .
3746 .Bl -tag -width ".Fl test Ao Ar string Ac"
3747 .It Fl test Ao Ar string Ac
3748 This is a longer sentence to show how the
3749 .Fl width
3750 flag works in combination with a tag list.
3751 .El
3752 .Pp
3753 .
3754 (Note that the current state of
3755 .Nm \-mdoc
3756 is saved before
3757 .Aq Ar string
3758 is interpreted; afterwards, all variables are restored again.
3759 However, boxes (used for enclosures) can't be saved in
3760 .Tn GNU
3761 .Xr troff 1 ;
3762 as a consequence, arguments must always be
3763 .Em balanced
3764 to avoid nasty errors.
3765 For example, do not write
3766 .Ql ".Ao Ar string"
3767 but
3768 .Ql ".Ao Ar string Xc"
3769 instead if you really need only an opening angle bracket.)
3770 .Pp
3771 Otherwise, if
3772 .Aq Ar string
3773 is a valid numeric expression
3774 .Em ( with a scale indicator other than
3775 .Sq Em u ) ,
3776 use that value for indentation.
3777 The most useful scale indicators are
3778 .Sq m
3779 and
3780 .Sq n ,
3781 specifying the so-called
3782 .Em \&Em
3783 and
3784 .Em "En square" .
3785 This is approximately the width of the letters
3786 .Sq m
3787 and
3788 .Sq n
3789 respectively
3790 of the current font (for nroff output, both scale indicators give the same
3791 values).
3792 If
3793 .Aq Ar string
3794 isn't a numeric expression, it is tested whether it is an
3795 .Nm \-mdoc
3796 macro name, and the default width value associated with this macro is used.
3797 Finally, if all tests fail,
3798 the width of
3799 .Aq Ar string
3800 (typeset with a fixed-width font) is taken as the width.
3801 .Pp
3802 If a width is not specified for the tag list type, every time
3803 .Ql .It
3804 is invoked, an attempt is made to determine an appropriate width.
3805 If the first argument to
3806 .Ql .It
3807 is a callable macro, the default width for that macro will be used;
3808 otherwise, the default width of
3809 .Ql .No
3810 is used.
3811 .It Fl offset Ao Ar string Ac
3812 If
3813 .Aq Ar string
3814 is
3815 .Ar indent ,
3816 a default indent value (normally set to\~6n, similar to the value used in
3817 .Ql .Dl
3818 or
3819 .Ql .Bd )
3820 is used.
3821 If
3822 .Aq Ar string
3823 is a valid numeric expression instead
3824 .Pf ( Em with a scale indicator other than
3825 .Sq Em u ) ,
3826 use that value for indentation.
3827 The most useful scale indicators are
3828 .Sq m
3829 and
3830 .Sq n ,
3831 specifying the so-called
3832 .Em \&Em
3833 and
3834 .Em "En square" .
3835 This is approximately the width of the letters
3836 .Sq m
3837 and
3838 .Sq n
3839 respectively
3840 of the current font (for nroff output, both scale indicators give the same
3841 values).
3842 If
3843 .Aq Ar string
3844 isn't a numeric expression, it is tested whether it is an
3845 .Nm \-mdoc
3846 macro name, and the default offset value associated with this macro is used.
3847 Finally, if all tests fail,
3848 the width of
3849 .Aq Ar string
3850 (typeset with a fixed-width font) is taken as the offset.
3851 .It Fl compact
3852 Suppress insertion of vertical space before the list and between list items.
3853 .El
3854 .
3855 .
3856 .Sh "MISCELLANEOUS MACROS"
3857 .
3858 Here a list of the remaining macros which do not fit well into one of the
3859 above sections.
3860 We couldn't find real examples for the following macros:
3861 .Ql .Me
3862 and
3863 .Ql .Ot .
3864 They are documented here for completeness \- if you know how to use them
3865 properly please send a mail to
3866 .Mt bug-groff@gnu.org
3867 (including an example).
3868 .
3869 .Bl -tag -width ".Li .Bt"
3870 .It Li .Bt
3871 prints
3872 .
3873 .Bd -ragged -offset indent
3874 .Bt
3875 .Ed
3876 .Pp
3877 It is neither callable nor parsed and takes no arguments.
3878 .
3879 .It Li .Fr
3880 .Pp
3881 .Dl Usage: .Fr Ao function return value Ac ...
3882 .Pp
3883 Don't use this macro.
3884 It allows a break right before the return value (usually a single digit)
3885 which is bad typographical behaviour.
3886 Use
3887 .Ql \e~
3888 to tie the return value to the previous word.
3889 .
3890 .It Li .Hf
3891 Use this macro to include a (header) file literally.
3892 It first prints
3893 .Ql File:
3894 followed by the file name, then the contents of
3895 .Ao file Ac .
3896 .Pp
3897 .Dl Usage: .Hf Ao file Ac
3898 .Pp
3899 It is neither callable nor parsed.
3900 .
3901 .It Li .Lk
3902 To be written.
3903 .
3904 .It Li .Me
3905 Exact usage unknown.
3906 The documentation in the
3907 .Nm \-mdoc
3908 source file describes it as a macro for
3909 .Dq "menu entries" .
3910 .Pp
3911 Its default width is 6n.
3912 .
3913 .It Li .Mt
3914 To be written.
3915 .
3916 .It Li .Ot
3917 Exact usage unknown.
3918 The documentation in the
3919 .Nm \-mdoc
3920 source file describes it as
3921 .Dq old function type (fortran) .
3922 .
3923 .It Li .Sm
3924 Activate (toggle) space mode.
3925 .Pp
3926 .Dl Usage: .Sm Oo on | off Oc ...
3927 .Pp
3928 If space mode is off, no spaces between macro arguments are inserted.
3929 If called without a parameter (or if the next parameter is neither
3930 .Ql on
3931 nor
3932 .Ql off ,
3933 .Ql .Sm
3934 toggles space mode.
3935 .
3936 .It Li .Ud
3937 prints
3938 .
3939 .Bd -ragged -offset indent
3940 .Ud
3941 .Ed
3942 .Pp
3943 It is neither callable nor parsed and takes no arguments.
3944 .El
3945 .
3946 .
3947 .Sh "PREDEFINED STRINGS"
3948 .
3949 The following strings are predefined:
3950 .Pp
3951 .Bl -column String infinity "Troff " "straight double quote" -offset indent
3952 .It Sy String Ta Sy Nroff Ta Sy Troff Ta Sy Meaning
3953 .It Li <=     Ta <=       Ta \*[<=]   Ta "less equal"
3954 .It Li >=     Ta >=       Ta \*[>=]   Ta "greater equal"
3955 .It Li Rq     Ta ''       Ta \*[Rq]   Ta "right double quote"
3956 .It Li Lq     Ta ``       Ta \*[Lq]   Ta "left double quote"
3957 .It Li ua     Ta ^        Ta \*[ua]   Ta "upwards arrow"
3958 .It Li aa     Ta \'       Ta \*[aa]   Ta "acute accent"
3959 .It Li ga     Ta \`       Ta \*[ga]   Ta "grave accent"
3960 .It Li q      Ta \&"      Ta \*[q]    Ta "straight double quote"
3961 .It Li Pi     Ta pi       Ta \*[Pi]   Ta "greek pi"
3962 .It Li Ne     Ta !=       Ta \*[Ne]   Ta "not equal"
3963 .It Li Le     Ta <=       Ta \*[Le]   Ta "less equal"
3964 .It Li Ge     Ta >=       Ta \*[Ge]   Ta "greater equal"
3965 .It Li Lt     Ta <        Ta \*[Lt]   Ta "less than"
3966 .It Li Gt     Ta >        Ta \*[Gt]   Ta "greater than"
3967 .It Li Pm     Ta +\-      Ta \*[Pm]   Ta "plus minus"
3968 .It Li If     Ta infinity Ta \*[If]   Ta "infinity"
3969 .It Li Am     Ta \*[Am]   Ta \*[Am]   Ta "ampersand"
3970 .It Li Na     Ta \*[Na]   Ta \*[Na]   Ta "not a number"
3971 .It Li Ba     Ta \*[Ba]   Ta \*[Ba]   Ta "vertical bar"
3972 .El
3973 .Pp
3974 The names of the columns
3975 .Sy Nroff
3976 and
3977 .Sy Troff
3978 are a bit misleading;
3979 .Sy Nroff
3980 shows the
3981 .Tn ASCII
3982 representation, while
3983 .Sy Troff
3984 gives the best glyph form available.
3985 For example, a Unicode enabled
3986 .Tn TTY Ns - Ns
3987 device will have proper glyph representations for all strings, whereas the
3988 enhancement for a Latin1
3989 .Tn TTY Ns - Ns
3990 device is only the plus-minus sign.
3991 .Pp
3992 String names which consist of two characters can be written as
3993 .Ql \e*(xx ;
3994 string names which consist of one character can be written as
3995 .Ql \e*x .
3996 A generic syntax for a string name of any length is
3997 .Ql \e*[xxx]
3998 (this is a
3999 .Tn GNU
4000 .Xr troff 1
4001 extension).
4002 .
4003 .
4004 \#
4005 \#=====================================================================
4006 \#
4007 .Sh DIAGNOSTICS
4008 .
4009 The debugging macro
4010 .Ql .Db
4011 available in previous versions of
4012 .Nm \-mdoc
4013 has been removed since
4014 .Tn GNU
4015 .Xr troff 1
4016 provides better facilities to check parameters; additionally, many error and
4017 warning messages have been added to this macro package, making it both more
4018 robust and verbose.
4019 .Pp
4020 The only remaining debugging macro is
4021 .Ql .Rd
4022 which yields a register dump of all global registers and strings.
4023 A normal user will never need it.
4024 .
4025 .
4026 .Sh "FORMATTING WITH GROFF, TROFF, AND NROFF"
4027 .
4028 By default, the package inhibits page breaks, headers, and footers if
4029 displayed with a
4030 .Tn TTY
4031 device like
4032 .Sq latin1
4033 or
4034 .Sq unicode ,
4035 to make the manual more efficient for viewing on-line.
4036 This behaviour can be changed (e.g.\& to create a hardcopy of the
4037 .Tn TTY
4038 output) by setting the register
4039 .Ql cR
4040 to zero while calling
4041 .Xr groff 1 ,
4042 resulting in multiple pages instead of a single, very long page:
4043 .Pp
4044 .Dl groff \-Tlatin1 \-rcR=0 \-mdoc foo.man > foo.txt
4045 .Pp
4046 For double-sided printing, set register
4047 .Ql D
4048 to\~1:
4049 .Pp
4050 .Dl groff \-Tps \-rD1 \-mdoc foo.man > foo.ps
4051 .Pp
4052 To change the document font size to 11pt or 12pt, set register
4053 .Ql S
4054 accordingly:
4055 .Pp
4056 .Dl groff \-Tdvi \-rS11 \-mdoc foo.man > foo.dvi
4057 .Pp
4058 Register
4059 .Ql S
4060 is ignored for
4061 .Tn TTY
4062 devices.
4063 .Pp
4064 The line and title length can be changed by setting the registers
4065 .Ql LL
4066 and
4067 .Ql LT ,
4068 respectively:
4069 .Pp
4070 .Dl groff \-Tutf8 \-rLL=100n \-rLT=100n \-mdoc foo.man | less
4071 .Pp
4072 If not set, both registers default to 78n for TTY devices and 6.5i
4073 otherwise.
4074 .
4075 .
4076 .Sh FILES
4077 .
4078 .Bl -tag -width mdoc/doc-ditroff -compact
4079 .It Pa doc.tmac
4080 The main manual macro package.
4081 .It Pa mdoc.tmac
4082 A wrapper file to call
4083 .Pa doc.tmac .
4084 .It Pa mdoc/doc-common
4085 Common strings, definitions, stuff related typographic output.
4086 .It Pa mdoc/doc-nroff
4087 Definitions used for a
4088 .Tn TTY
4089 output device.
4090 .It Pa mdoc/doc-ditroff
4091 Definitions used for all other devices.
4092 .It Pa mdoc.local
4093 Local additions and customizations.
4094 .It Pa andoc.tmac
4095 Use this file if you don't know whether the 
4096 .Nm \-mdoc
4097 or the
4098 .Nm \-man
4099 package should be used.
4100 Multiple man pages (in either format) can be handled.
4101 .El
4102 .
4103 .
4104 .Sh "SEE ALSO"
4105 .
4106 .Xr groff 1 ,
4107 .Xr man 1 ,
4108 .Xr troff 1 ,
4109 .Xr groff_man 7
4110 .
4111 .
4112 .Sh BUGS
4113 .
4114 Section 3f has not been added to the header routines.
4115 .Pp
4116 .Ql \&.Nm
4117 font should be changed in
4118 .Sx NAME
4119 section.
4120 .Pp
4121 .Ql \&.Fn
4122 needs to have a check to prevent splitting up
4123 if the line length is too short.
4124 Occasionally it
4125 separates the last parenthesis, and sometimes
4126 looks ridiculous if a line is in fill mode.
4127 .Pp
4128 The list and display macros do not do any keeps
4129 and certainly should be able to.
4130 .\" Note what happens if the parameter list overlaps a newline
4131 .\" boundary.
4132 .\" to make sure a line boundary is crossed:
4133 .\" .Bd -literal
4134 .\" \&.Fn struct\e\ dictionarytable\e\ *dictionarylookup struct\e\ dictionarytable\e\ *tab[]
4135 .\" .Ed
4136 .\" .Pp
4137 .\" produces, nudge nudge,
4138 .\" .Fn struct\ dictionarytable\ *dictionarylookup char\ *h struct\ dictionarytable\ *tab[] ,
4139 .\" .Fn struct\ dictionarytable\ *dictionarylookup char\ *h struct\ dictionarytable\ *tab[] ,
4140 .\" nudge
4141 .\" .Fn struct\ dictionarytable\ *dictionarylookup char\ *h struct\ dictionarytable\ *tab[] .
4142 .\" .Pp
4143 .\" If double quotes are used, for example:
4144 .\" .Bd -literal
4145 .\" \&.Fn \*qstruct dictionarytable *dictionarylookup\*q \*qchar *h\*q \*qstruct dictionarytable *tab[]\*q
4146 .\" .Ed
4147 .\" .Pp
4148 .\" produces, nudge nudge,
4149 .\" .Fn "struct dictionarytable *dictionarylookup" "char *h" "struct dictionarytable *tab[]" ,
4150 .\" nudge
4151 .\" .Fn "struct dictionarytable *dictionarylookup" "char *h" "struct dictionarytable *tab[]" ,
4152 .\" nudge
4153 .\" .Fn "struct dictionarytable *dictionarylookup" "char *h" "struct dictionarytable *tab[]" .
4154 .\" .Pp
4155 .\" Not a pretty sight...
4156 .\" In a paragraph, a long parameter containing unpaddable spaces as
4157 .\" in the former example will cause
4158 .\" .Xr troff
4159 .\" to break the line and spread
4160 .\" the remaining words out.
4161 .\" The latter example will adjust nicely to
4162 .\" justified margins, but may break in between an argument and its
4163 .\" declaration.
4164 .\" In
4165 .\" .Xr nroff
4166 .\" the right margin adjustment is normally ragged and the problem is
4167 .\" not as severe.
4168 .
4169 .\" Local Variables:
4170 .\" mode: nroff
4171 .\" End: