* doc/Makefile.sub: Not all shells expand wildcards in the `for'
[s-roff.git] / tmac / groff_mdoc.man
blobb27f2a823028978b42f2f1357e719ebfe25e3874
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. All advertising materials mentioning features or use of this software
23 .\"    must display the following acknowledgement:
24 .\"      This product includes software developed by the University of
25 .\"      California, Berkeley and its contributors.
26 .\" 4. Neither the name of the University nor the names of its contributors
27 .\"    may be used to endorse or promote products derived from this software
28 .\"    without specific prior written permission.
29 .\"
30 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
31 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
32 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
33 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
34 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
35 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
36 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
37 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
38 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
39 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
40 .\" SUCH DAMAGE.
41 .\"
42 .\"     @(#)mdoc.samples.7 8.2 (Berkeley) 12/30/93
43 .\"
44 .\" This reference invokes every macro in the package several
45 .\" times and is guaranteed to give a worst case performance
46 .\" for an already extremely slow package.
47 .\"
49 .Dd February 27, 2003
50 .Os
51 .Dt GROFF_MDOC 7
54 .Sh NAME
56 .Nm groff_mdoc
57 .Nd reference for groff's mdoc implementation
60 .Sh SYNOPSIS
62 .Nm groff Fl m Ns Cm doc Ar
65 .Sh DESCRIPTION
67 A complete reference for writing
68 .Ux
69 manual pages with the
70 .Nm \-mdoc
71 macro package; a
72 .Em content Ns -based
73 and
74 .Em domain Ns -based
75 formatting package for
76 .Tn GNU
77 .Xr troff 1 .
78 Its predecessor, the
79 .Xr \-man 7
80 package, addressed page layout leaving the manipulation of fonts and other
81 typesetting details to the individual author.
83 .Nm \-mdoc ,
84 page layout macros make up the
85 .Em "page structure domain"
86 which consists of macros for titles, section headers, displays and lists
87 \- essentially items which affect the physical position of text on a
88 formatted page.
89 In addition to the page structure domain, there are two more domains, the
90 .Em manual
91 domain and the
92 .Em general
93 text domain.
94 The general text domain is defined as macros which perform tasks such as
95 quoting or emphasizing pieces of text.
96 The manual domain is defined as macros that are a subset of the day to day
97 informal language used to describe commands, routines and related
98 .Ux
99 files.
100 Macros in the manual domain handle command names, command line arguments and
101 options, function names, function parameters, pathnames, variables, cross
102 references to other manual pages, and so on.
103 These domain items have value for both the author and the future user of the
104 manual page.
105 Hopefully, the consistency gained across the manual set will provide easier
106 translation to future documentation tools.
108 Throughout the
110 manual pages, a manual entry is simply referred to as a man page, regardless
111 of actual length and without sexist intention.
114 .Sh "GETTING STARTED"
116 The material presented in the remainder of this document is outlined
117 as follows:
119 .Bl -enum -width 3n -offset indent
120 .  It
121 .  Tn "TROFF IDIOSYNCRASIES"
123 .  Bl -tag -width 2n -compact
124 .    It "Macro Usage"
125 .    It "Passing Space Characters in an Argument"
126 .    It "Trailing Blank Space Characters"
127 .    It "Escaping Special Characters"
128 .    It "Other Possible Pitfalls"
129 .  El
131 .  It
132 .  Tn "A MANUAL PAGE TEMPLATE"
134 .  It
135 .  Tn "CONVENTIONS"
137 .  It
138 .  Tn "TITLE MACROS"
140 .  It
141 .  Tn "INTRODUCTION OF MANUAL AND GENERAL TEXT DOMAINS"
143 .  Bl -tag -width 2n -compact
144 .    It "What's in a Name" Ns ...
145 .    It "General Syntax"
146 .  El
148 .  It
149 .  Tn "MANUAL DOMAIN"
151 .  Bl -tag -width 2n -compact
152 .    It "Addresses"
153 .    It "Author Name"
154 .    It "Arguments"
155 .    It "Configuration Declarations (Section Four Only)"
156 .    It "Command Modifiers"
157 .    It "Defined Variables"
158 .    It "Errno's"
159 .    It "Environment Variables"
160 .    It "Flags"
161 .    It "Function Declarations"
162 .    It "Function Types"
163 .    It "Functions (Library Routines)"
164 .    It "Function Arguments"
165 .    It "Return Values"
166 .    It "Exit Status"
167 .    \" .It "Header File (including source code)"
168 .    It "Interactive Commands"
169 .    It "Library Names"
170 .    It "Literals"
171 .    It "Names"
172 .    It "Options"
173 .    It "Pathnames"
174 .    It "Standards"
175 .    It "Variable Types"
176 .    It "Variables"
177 .    It "Manual Page Cross References"
178 .  El
180 .  It
181 .  Tn "GENERAL TEXT DOMAIN"
183 .  Bl -tag -width 2n -compact
184 .    It "AT&T Macro"
185 .    It "BSD Macro"
186 .    It "NetBSD Macro"
187 .    It "FreeBSD Macro"
188 .    It "OpenBSD Macro"
189 .    It "BSD/OS Macro"
190 .    It "UNIX Macro"
191 .    It "Emphasis Macro"
192 .    It "Font Mode"
193 .    It "Enclosure and Quoting Macros"
194 .    It "No-Op or Normal Text Macro"
195 .    It "No-Space Macro"
196 .    It "Section Cross References"
197 .    It "Symbolics"
198 .    It "Mathematical Symbols"
199 .    It "References and Citations"
200 .    It "Trade Names (or Acronyms and Type Names)"
201 .    It "Extended Arguments"
202 .  El
204 .  It
205 .  Tn "PAGE STRUCTURE DOMAIN"
207 .  Bl -tag -width 2n -compact
208 .    It "Section Headers"
209 .    It "Subsection Headers"
210 .    It "Paragraphs and Line Spacing"
211 .    It "Keeps"
212 .    It "Examples and Displays"
213 .    It "Lists and Columns"
214 .  El
216 .  It
217 .  Tn "MISCELLANEOUS MACROS"
219 .  It
220 .  Tn "PREDEFINED STRINGS"
222 .  It
223 .  Tn "DIAGNOSTICS"
225 .  It
226 .  Tn "FORMATTING WITH GROFF, TROFF, AND NROFF"
228 .  It
229 .  Tn "FILES"
231 .  It
232 .  Tn "SEE ALSO"
234 .  It
235 .  Tn "BUGS"
238 .\" XXX
239 .if t \
240 .  ne 7
243 .Sh "TROFF IDIOSYNCRASIES"
246 .Nm \-mdoc
247 package attempts to simplify the process of writing a man page.
248 Theoretically, one should not have to learn the tricky details of
249 .Tn GNU
250 .Xr troff 1
251 to use
252 .Nm \-mdoc ;
253 however, there are a few limitations which are unavoidable and best gotten
254 out of the way.
255 And, too, be forewarned, this package is
256 .Em not
257 fast.
259 .Ss "Macro Usage"
261 As in
262 .Tn GNU
263 .Xr troff 1 ,
264 a macro is called by placing a
265 .Ql .\&
266 (dot character) at the beginning of a line followed by the two-character
267 (or three-character) name for the macro.
268 There can be space or tab characters between the dot and the macro name.
269 Arguments may follow the macro separated by spaces (but
270 .Em no
271 tabs).
272 It is the dot character at the beginning of the line which causes
273 .Tn GNU
274 .Xr troff 1
275 to interpret the next two (or more) characters as a macro name.
276 A single starting dot followed by nothing is ignored.
277 To place a
278 .Ql .\&
279 (dot character) at the beginning of an input line in some context other than
280 a macro invocation, precede the
281 .Ql .\&
282 (dot) with the
283 .Ql \e&
284 escape sequence which translates literally to a zero-width space, and is
285 never displayed in the output.
287 In general,
288 .Tn GNU
289 .Xr troff 1
290 macros accept an unlimited number of arguments (contrary to other versions
291 of troff which can't handle more than nine arguments).
292 In limited cases, arguments may be continued or extended on the next
293 line (See
294 .Sx Extended Arguments
295 below).
296 Almost all macros handle quoted arguments (see
297 .Sx Passing Space Characters in an Argument
298 below).
300 Most of the
301 .Nm \-mdoc
302 general text domain and manual domain macros are special in that their
303 argument lists are
304 .Em parsed
305 for callable macro names.
306 This means an argument on the argument list which matches a general text or
307 manual domain macro name (and which is defined to be callable) will be
308 executed or called when it is processed.
309 In this case the argument, although the name of a macro, is not preceded by
311 .Ql .\&
312 (dot).
313 This makes it possible to nest macros; for example the option macro,
314 .Ql .Op ,
316 .Em call
317 the flag and argument macros,
318 .Ql \&Fl
320 .Ql \&Ar ,
321 to specify an optional flag with an argument:
323 .Bl -tag -width ".Op Fl s Ar bytes" -offset indent
324 .It Op Fl s Ar bytes
325 is produced by
326 .Ql ".Op Fl s Ar bytes"
330 To prevent a string from being interpreted as a macro name, precede the
331 string with the escape sequence
332 .Ql \e& :
334 .Bl -tag -width ".Op \&Fl s \&Ar bytes" -offset indent
335 .It Op \&Fl s \&Ar bytes
336 is produced by
337 .Ql ".Op \e&Fl s \e&Ar bytes"
341 Here the strings
342 .Ql \&Fl
344 .Ql \&Ar
345 are not interpreted as macros.
346 Macros whose argument lists are parsed for callable arguments are referred
347 to as
348 .Em parsed
349 and macros which may be called from an argument list are referred to as
350 .Em callable
351 throughout this document.
352 This is a technical
353 .Em faux pas
354 as almost all of the macros in
355 .Nm \-mdoc
356 are parsed, but as it was cumbersome to constantly refer to macros as
357 being callable and being able to call other macros, the term parsed
358 has been used.
361 In the following, we call an
362 .Nm \-mdoc
363 macro which starts a line (with a leading dot) a
364 .Em command
365 if this distinction is necessary.
367 .Ss "Passing Space Characters in an Argument"
369 Sometimes it is desirable to give as an argument a string containing one or
370 more blank space characters, say, to specify arguments to commands which
371 expect particular arrangement of items in the argument list.
372 Additionally, it makes
373 .Nm \-mdoc
374 working faster.
375 For example, the function command
376 .Ql .Fn
377 expects the first argument to be the name of a function and any remaining
378 arguments to be function parameters.
380 .Tn ANSI\~C
381 stipulates the declaration of function parameters in the parenthesized
382 parameter list, each parameter is guaranteed to be at minimum a two word
383 string.
384 For example,
385 .Fa int foo .
387 There are two possible ways to pass an argument which contains
388 an embedded space.
389 One way of passing a string containing blank spaces is to use the hard or
390 unpaddable space character
391 .Ql \e\  ,
392 that is, a blank space preceded by the escape character
393 .Ql \e .
394 This method may be used with any macro but has the side effect of
395 interfering with the adjustment of text over the length of a line.
396 .Xr Troff
397 sees the hard space as if it were any other printable character and cannot
398 split the string into blank or newline separated pieces as one would expect.
399 This method is useful for strings which are not expected to overlap a line
400 boundary.
401 An alternative is to use
402 .Ql \e~ ,
403 a paddable (i.e.\& stretchable), unbreakable space (this is a
404 .Tn GNU
405 .Xr troff 1
406 extension).
407 The second method is to enclose the string with double quotes.
409 For example:
411 .Bl -tag -width ".Fn fetch char\ *str" -offset indent
412 .It Fn fetch char\ *str
413 is created by
414 .Ql ".Fn fetch char\e *str"
415 .It Fn fetch "char *str"
416 can also be created by
417 .Ql ".Fn fetch \*[q]char *str\*[q]"
421 If the
422 .Ql \e
423 before the space in the first example
424 or double quotes in the second example
425 were omitted,
426 .Ql .Fn
427 would see three arguments, and the result would be:
429 .Dl Fn fetch char *str
431 .\" For an example of what happens when the parameter list overlaps a newline
432 .\" boundary, see the
433 .\" .Sx BUGS
434 .\" section.
436 .Ss "Trailing Blank Space Characters"
438 .Xr Troff
439 can be confused by blank space characters at the end of a line.
440 It is a wise preventive measure to globally remove all blank spaces
441 from
442 .Ao blank-space Ac Ns Ao end-of-line Ac
443 character sequences.
444 Should the need arise to use a blank character at the end of a line, it
445 may be forced with an unpaddable space and the
446 .Ql \e&
447 escape character.
448 For example,
449 .Ql string\e\ \e& .
451 .Ss "Escaping Special Characters"
453 Special characters like the newline character
454 .Ql \en
455 are handled by replacing the
456 .Ql \e
457 with
458 .Ql \ee
459 (e.g.\&
460 .Ql \een )
461 to preserve the backslash.
463 .Ss "Other Possible Pitfalls"
465 A warning is emitted when an empty input line is found outside of displays
466 (see below).
468 .Ql .sp
469 instead.
470 (Well, it is even better to use
471 .Nm \-mdoc
472 macros to avoid the usage of low-level commands.)
474 Leading spaces will cause a break and are output directly.
475 Avoid this behaviour if possible.
476 Similarly, do not use more than one space character between words in an
477 ordinary text line; contrary to other text formatters, they are
478 .Em not
479 replaced with a single space.
481 You can't pass
482 .Ql \*[q]
483 directly as an argument.
485 .Ql \e*[q]
487 .Ql \e*q )
488 instead.
490 By default,
491 .Xr troff 1
492 inserts two space characters after a punctuation mark closing a sentence;
493 characters like
494 .Ql \&)
496 .Ql \&'
497 are treated transparently, not influencing the sentence-ending behaviour.
498 To change this, insert
499 .Ql \e&
500 before or after the dot:
502 .Bd -literal -offset indent
504 \&.Ql .
505 character.
506 \&.Pp
508 \&.Ql \e&.
509 character.
510 \&.Pp
511 \&.No test .
512 test
513 \&.Pp
514 \&.No test.
515 test
519 gives
521 .Bd -filled -offset indent
523 .Ql .
524 character
527 .Ql \&.
528 character.
530 .No test .
531 test
533 .No test.
534 test
538 As can be seen in the first and third line,
539 .Nm \-mdoc
540 handles punctuation characters specially in macro arguments.
541 This will be explained in section
542 .Sx General Syntax
543 below.
544 In the same way, you have to protect trailing full stops of abbreviations
545 with a trailing zero-width space:
546 .Ql e.g.\e& .
548 A comment in the source file of a man page can be either started with
549 .Ql .\e"
550 on a single line,
551 .Ql \e"
552 after some input, or
553 .Ql \e#
554 anywhere (the latter is a
555 .Tn GNU
556 .Xr troff 1
557 extension); the rest of such a line is ignored.
560 .Sh "A MANUAL PAGE TEMPLATE"
562 The body of a man page is easily constructed from a basic template:
564 .Bd -literal -offset indent
565 \&.\e" The following commands are required for all man pages.
566 \&.Dd Month day, year
567 \&.Os [OPERATING_SYSTEM] [version/release]
568 \&.Dt DOCUMENT_TITLE [section number] [architecture/volume]
569 \&.Sh NAME
570 \&.Nm name
571 \&.Nd one line description of name
572 \&.\e" This next command is for sections 2 and 3 only.
573 \&.\e" .Sh LIBRARY
574 \&.Sh SYNOPSIS
575 \&.Sh DESCRIPTION
576 \&.\e" The following commands should be uncommented and
577 \&.\e" used where appropriate.
578 \&.\e" .Sh IMPLEMENTATION NOTES
579 \&.\e" This next command is for sections 2, 3 and 9 function
580 \&.\e" return values only.
581 \&.\e" .Sh RETURN VALUES
582 \&.\e" This next command is for sections 1, 6, 7 and 8 only.
583 \&.\e" .Sh ENVIRONMENT
584 \&.\e" .Sh FILES
585 \&.\e" .Sh EXAMPLES
586 \&.\e" This next command is for sections 1, 6, 7, 8 and 9 only
587 \&.\e"     (command return values (to shell) and
588 \&.\e"     fprintf/stderr type diagnostics).
589 \&.\e" .Sh DIAGNOSTICS
590 \&.\e" .Sh COMPATIBILITY
591 \&.\e" This next command is for sections 2, 3 and 9 error
592 \&.\e"     and signal handling only.
593 \&.\e" .Sh ERRORS
594 \&.\e" .Sh SEE ALSO
595 \&.\e" .Sh STANDARDS
596 \&.\e" .Sh HISTORY
597 \&.\e" .Sh AUTHORS
598 \&.\e" .Sh BUGS
602 The first items in the template are the commands
603 .Ql .Dd ,
604 .Ql .Os ,
606 .Ql .Dt ;
607 the document date, the operating system the man page or subject source is
608 developed or modified for, and the man page title (in
609 .Em upper case )
610 along with the section of the manual the page belongs in.
611 These commands identify the page and are discussed below in
612 .Sx TITLE MACROS .
614 The remaining items in the template are section headers
615 .Pf ( Li .Sh ) ;
616 of which
617 .Sx NAME ,
618 .Sx SYNOPSIS ,
620 .Sx DESCRIPTION
621 are mandatory.
622 The headers are discussed in
623 .Sx "PAGE STRUCTURE DOMAIN" ,
624 after presentation of
625 .Sx "MANUAL DOMAIN" .
626 Several content macros are used to demonstrate page layout macros; reading
627 about content macros before page layout macros is recommended.
630 .Sh CONVENTIONS
632 In the description of all macros below, optional arguments are put into
633 brackets.
634 An ellipsis
635 .Pf ( Sq ... )
636 represents zero or more additional arguments.
637 Alternative values for a parameter are separated with
638 .Ql | .
639 If there are alternative values for a mandatory parameter, braces are used
640 (together with
641 .Ql | )
642 to enclose the value set.
643 Meta-variables are specified within angles.
645 Example:
647 .Bl -tag -width 6n -offset indent
648 .It Li .Xx Xo
649 .Aq foo 
650 .Brq bar1 | bar2
651 .Op \-test1 Op \-test2 | \-test3
652 .No ...
657 Except stated explicitly, all macros are parsed and callable.
659 Note that a macro takes effect up to the next nested macro.
660 For example,
661 .Ql ".Ic foo Aq bar"
662 doesn't produce
663 .Sq Ic "foo <bar>"
665 .Sq Ic foo Aq bar .
666 Consequently, a warning message is emitted for most commands if the first
667 argument is a macro itself since it cancels the effect of the calling
668 command completely.
669 Another consequence is that quoting macros never insert literal quotes;
670 .Sq Ic "foo <bar>"
671 has been produced by
672 .Ql ".Ic \*[q]foo <bar>\*[q]" .
674 Most macros have a default width value which can be used to specify a label
675 width
676 .Pf ( Fl width )
677 or offset
678 .Pf ( Fl offset )
679 for the
680 .Ql .Bl
682 .Ql .Bd
683 macros.
684 It is recommended not to use this rather obscure feature to avoid
685 dependencies on local modifications of the
686 .Nm \-mdoc
687 package.
690 .Sh "TITLE MACROS"
692 The title macros are part of the page structure domain but are presented
693 first and separately for someone who wishes to start writing a man page
694 yesterday.
695 Three header macros designate the document title or manual page title, the
696 operating system, and the date of authorship.
697 These macros are called once at the very beginning of the document and are
698 used to construct headers and footers only.
700 .Bl -tag -width 6n
701 .It Li .Dt Xo
702 .Op Aq document title
703 .Op Aq section number
704 .Op Aq volume
706 The document title is the subject of the man page and must be in
707 .Tn CAPITALS
708 due to troff limitations.
709 If omitted,
710 .Sq Tn UNTITLED
711 is used.
712 The section number may be a number in the range
713 .No 1,\~ Ns ... Ns ,\~9
715 .Ql unass ,
716 .Ql draft ,
718 .Ql paper .
719 If it is specified, and no volume name is given, a default volume name is
720 used.
723 Under
724 .Tn \*[operating-system] ,
725 the following sections are defined:
727 .Bl -column LOCAL -offset indent -compact
728 .It Li 1   Ta "\*[volume-operating-system] \*[volume-ds-1]"
729 .It Li 2   Ta "\*[volume-operating-system] \*[volume-ds-2]"
730 .It Li 3   Ta "\*[volume-operating-system] \*[volume-ds-3]"
731 .It Li 4   Ta "\*[volume-operating-system] \*[volume-ds-4]"
732 .It Li 5   Ta "\*[volume-operating-system] \*[volume-ds-5]"
733 .It Li 6   Ta "\*[volume-operating-system] \*[volume-ds-6]"
734 .It Li 7   Ta "\*[volume-operating-system] \*[volume-ds-7]"
735 .It Li 8   Ta "\*[volume-operating-system] \*[volume-ds-8]"
736 .It Li 9   Ta "\*[volume-operating-system] \*[volume-ds-9]"
740 A volume name may be arbitrary or one of the following:
743 .Bl -column LOCAL -offset indent -compact
744 .It Li USD   Ta "\*[volume-ds-USD]"
745 .It Li PS1   Ta "\*[volume-ds-PS1]"
746 .It Li AMD   Ta "\*[volume-ds-AMD]"
747 .It Li SMM   Ta "\*[volume-ds-SMM]"
748 .It Li URM   Ta "\*[volume-ds-URM]"
749 .It Li PRM   Ta "\*[volume-ds-PRM]"
750 .It Li KM    Ta "\*[volume-ds-KM]"
751 .It Li IND   Ta "\*[volume-ds-IND]"
752 .It Li LOCAL Ta "\*[volume-ds-LOCAL]"
753 .It Li CON   Ta "\*[volume-ds-CON]"
757 For compatibility,
758 .Ql MMI
759 can be used for
760 .Ql IND ,
762 .Ql LOC
764 .Ql LOCAL .
765 Values from the previous table will specify a new volume name.
766 If the third parameter is a keyword designating a computer architecture,
767 its value is prepended to the default volume name as specified by the
768 second parameter.
769 By default, the following architecture keywords are defined:
771 \# we use `No' to avoid hyphenation
772 .Bd -ragged -offset indent
773 .No alpha , amiga , arc , arm26 , arm32 , atari , bebox , cobalt , evbsh3 ,
774 .No hp300 , hpcmips , i386 , luna68k , m68k , mac68k , macppc , mips ,
775 .No mmeye , mvme68k , news68k , newsmips , next68k , ofppc , pc532 , pmax ,
776 .No powerpc , prep , sgimips , sh3 , sparc , sparc64 , sun3 , tahoe , vax ,
777 .No x68k
781 If the section number is neither a numeric expression in the range 1 to\~9
782 nor one of the above described keywords, the third parameter is used
783 verbatim as the volume name.
785 In the following examples, the left (which is identical to the right) and
786 the middle part of the manual page header strings are shown.
787 Note how
788 .Ql \e&
789 prevents the digit\~1 from being a valid numeric expression.
791 .Bd -ragged
792 .Bl -tag -width ".Li .Dt\ FOO\ 2\ i386" -compact -offset indent
793 .It Li ".Dt FOO 7"
794 .Ql FOO(7)
795 .Ql \*[volume-operating-system] \*[volume-ds-7]
796 .It Li ".Dt FOO 7 bar"
797 .Ql FOO(7)
798 .Ql \*[volume-operating-system] \*[volume-ds-7]
799 .It Li ".Dt FOO \e&7 bar"
800 .Ql FOO(7)
801 .Ql bar
802 .It Li ".Dt FOO 2 i386"
803 .Ql FOO(2)
804 .Ql \*[volume-operating-system]/\*[volume-as-i386] \*[volume-ds-2]
805 .It Li ".Dt FOO \*[q]\*[q] bar"
806 .Ql FOO
807 .Ql bar
812 Local, OS-specific additions might be found in the file
813 .Pa mdoc.local ;
814 look for strings named
815 .Ql volume-ds-XXX
816 (for the former type) and
817 .Ql volume-as-XXX
818 (for the latter type);
819 .Ql XXX
820 then denotes the keyword to be used with the
821 .Ql .Dt
822 macro.
824 This macro is neither callable nor parsed.
826 .It Li .Os Xo
827 .Op Aq operating system
828 .Op Aq release
830 If the first parameter is empty,
831 the default
832 .Sq Tn "\*[operating-system]"
833 is used.
834 This may be overridden in the local configuration file,
835 .Pa mdoc.local .
836 In general, the name of the operating system should be the common acronym,
837 e.g.\&
838 .Tn BSD
840 .Tn ATT .
841 The release should be the standard release nomenclature for the system
842 specified.
843 In the following table, the possible second arguments for some predefined
844 operating systems are listed.
845 Similar to
846 .Ql .Dt ,
847 local additions might be defined in
848 .Pa mdoc.local ;
849 look for strings named
850 .Ql operating-system-XXX-YYY ,
851 where
852 .Ql XXX
853 is the acronym for the operating system and
854 .Ql YYY
855 the release ID.
857 .Bd -ragged -compact
858 .Bl -tag -width ".No FreeBSD" -offset indent
859 .It ATT
860 7th, 7, III, 3, V, V.2, V.3, V.4
861 .It BSD
862 3, 4, 4.1, 4.2, 4.3, 4.3t, 4.3T, 4.3r, 4.3R, 4.4
863 .It NetBSD
864 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,
865 1.3, 1.3a, 1.4, 1.5, 1.6
866 .It FreeBSD
867 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,
868 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,
869 4.2, 4.3, 4.4, 4.5, 5.0
875 .Tn ATT ,
876 an unknown second parameter will be replaced with the string
877 .Tn UNIX ;
878 for the other predefined acronyms it will be ignored and a warning message
879 emitted.
880 Unrecognized arguments are displayed as given in the page footer.
881 For instance, a typical footer might be:
883 .Dl .Os BSD 4.3
885 giving
886 .Ql 4.3\~Berkeley Distribution ,
887 or for a locally produced set
889 .Dl .Os CS Department
891 which will produce
892 .Ql CS\~Department .
894 If the
895 .Ql .Os
896 macro is not present, the bottom left corner of the manual page will be
897 ugly.
899 This macro is neither callable nor parsed.
901 .It Li .Dd Oo
902 .Aq month
903 .Aq day ,
904 .Aq year
907 .Ql Dd
908 has no arguments,
909 .Ql Epoch
910 is used for the date string.
911 If it has exactly three arguments, they are concatenated, separated with
912 unbreakable space:
914 .Dl .Dd January 25, 2001
916 Otherwise, the current date is used, ignoring the parameters.
918 This macro is neither callable nor parsed.
922 .Sh "INTRODUCTION OF MANUAL AND GENERAL TEXT DOMAINS"
924 .Ss "What's in a Name" Ns ...
926 The manual domain macro names are derived from the day to day informal
927 language used to describe commands, subroutines and related files.
928 Slightly different variations of this language are used to describe the
929 three different aspects of writing a man page.
930 First, there is the description of
931 .Nm \-mdoc
932 macro command usage.
933 Second is the description of a
935 command
936 .Em with
937 .Nm \-mdoc
938 macros, and third, the description of a command to a user in the verbal
939 sense; that is, discussion of a command in the text of a man page.
941 In the first case,
942 .Xr troff 1
943 macros are themselves a type of command; the general syntax for a troff
944 command is:
946 .Bd -filled -offset indent
947 .Li ".Xx argument1 argument2" ...
951 .Ql .Xx
952 is a macro command, and anything following it are arguments to
953 be processed.
954 In the second case, the description of a
956 command using the content macros is a bit more involved; a typical
957 .Sx SYNOPSIS
958 command line might be displayed as:
960 .Bd -filled -offset indent
961 .Nm filter
962 .Op Fl flag
963 .Ao Ar infile Ac Ao Ar outfile Ac
967 Here,
968 .Nm filter
969 is the command name and the
970 bracketed string
971 .Fl flag
972 is a
973 .Em flag
974 argument designated as optional by the option brackets.
976 .Nm \-mdoc
977 terms,
978 .Ao Ar infile Ac
980 .Ao Ar outfile Ac
981 are called
982 .Em meta arguments ;
983 in this example, the user has to replace the meta expressions given in angle
984 brackets with real file names.
985 Note that in this document meta arguments are used to describe
986 .Nm \-mdoc
987 commands; in most man pages, meta variables are not specifically written
988 with angle brackets.
989 The macros which formatted the above example:
991 .Bd -literal -offset indent
992 \&.Nm filter
993 \&.Op Fl flag
994 \&.Ao Ar infile Ac Ao Ar outfile Ac
998 In the third case, discussion of commands and command syntax includes both
999 examples above, but may add more detail.
1000 The arguments
1001 .Ao Ar infile Ac
1003 .Ao Ar outfile Ac
1004 from the example above might be referred to as
1005 .Em operands
1007 .Em file arguments .
1008 Some command line argument lists are quite long:
1010 .Bd -ragged
1011 .Bl -tag -width ".Nm make" -offset indent -compact
1012 .It Nm make
1013 .Op Fl eiknqrstv
1014 .Op Fl D Ar variable
1015 .Op Fl d Ar flags
1016 .Op Fl f Ar makefile
1017 .Op Fl I Ar directory
1018 .Op Fl j Ar max_jobs
1019 .Op Ar variable Ns = Ns Ar value
1021 .Op Ar target ...
1027 Here one might talk about the command
1028 .Nm make
1029 and qualify the argument,
1030 .Ar makefile ,
1031 as an argument to the flag,
1032 .Fl f ,
1033 or discuss the optional file operand
1034 .Ar target .
1035 In the verbal context, such detail can prevent confusion, however the
1036 .Nm \-mdoc
1037 package does not have a macro for an argument
1038 .Em to
1039 a flag.
1040 Instead the
1041 .Ql \&Ar
1042 argument macro is used for an operand or file argument like
1043 .Ar target
1044 as well as an argument to a flag like
1045 .Ar variable .
1046 The make command line was produced from:
1048 .Bd -literal -offset indent
1049 \&.Nm make
1050 \&.Op Fl eiknqrstv
1051 \&.Op Fl D Ar variable
1052 \&.Op Fl d Ar flags
1053 \&.Op Fl f Ar makefile
1054 \&.Op Fl I Ar directory
1055 \&.Op Fl j Ar max_jobs
1056 \&.Op Ar variable Ns = Ns Ar value
1057 \&.Bk
1058 \&.Op Ar target ...
1059 \&.Ek
1064 .Ql .Bk
1066 .Ql .Ek
1067 macros are explained in
1068 .Sx Keeps .
1070 .Ss "General Syntax"
1072 The manual domain and general text domain macros share a similar syntax with
1073 a few minor deviations; most notably,
1074 .Ql .Ar ,
1075 .Ql .Fl ,
1076 .Ql .Nm ,
1078 .Ql .Pa
1079 differ only when called without arguments; and
1080 .Ql .Fn
1082 .Ql .Xr
1083 impose an order on their argument lists.
1084 All content macros are capable of recognizing and properly handling
1085 punctuation, provided each punctuation character is separated by a leading
1086 space.
1087 If a command is given:
1089 .Dl \&.Ar sptr, ptr),
1091 The result is:
1093 .Dl Ar sptr, ptr),
1095 The punctuation is not recognized and all is output in the
1096 font used by
1097 .Ql .Ar .
1098 If the punctuation is separated by a leading white space:
1100 .Dl \&.Ar "sptr , ptr ) ,"
1102 The result is:
1104 .Dl Ar sptr , ptr ) ,
1106 The punctuation is now recognized and output in the default font
1107 distinguishing it from the argument strings.
1108 To remove the special meaning from a punctuation character escape it with
1109 .Ql \e& .
1111 The following punctuation characters are recognized by
1112 .Nm \-mdoc :
1114 .Bl -column -offset indent-two XXXXXX XXXXXX XXXXXX XXXXXX
1115 .It Li .\& Ta Li ,\& Ta Li :\& Ta Li ;\& Ta Li (\&
1116 .It Li )\& Ta Li [\& Ta Li ]\& Ta Li ?\& Ta Li !\&
1120 .Xr Troff
1121 is limited as a macro language, and has difficulty when presented with a
1122 string containing a member of the mathematical, logical or quotation set:
1124 .Bd -literal -offset indent-two
1125 {+,\-,/,*,%,<,>,<=,>=,=,==,&,`,',"}
1129 The problem is that
1130 .Xr troff
1131 may assume it is supposed to actually perform the operation or evaluation
1132 suggested by the characters.
1133 To prevent the accidental evaluation of these characters, escape them with
1134 .Ql \e& .
1135 Typical syntax is shown in the first content macro displayed below,
1136 .Ql .Ad .
1139 .Sh "MANUAL DOMAIN"
1141 .Ss Addresses
1143 The address macro identifies an address construct.
1145 .Dl Usage: .Ad Ao address Ac ...
1147 .Bl -tag -width ".Li .Ad\ f1\ ,\ f2\ ,\ f3\ :" -compact -offset 15n
1148 .It Li ".Ad addr1"
1149 .Ad addr1
1150 .It Li ".Ad addr1 ."
1151 .Ad addr1 .
1152 .It Li ".Ad addr1 , file2"
1153 .Ad addr1 , file2
1154 .It Li ".Ad f1 , f2 , f3 :"
1155 .Ad f1 , f2 , f3 :
1156 .It Li ".Ad addr ) ) ,"
1157 .Ad addr ) ) ,
1161 The default width is 12n.
1163 .Ss "Author Name"
1166 .Ql .An
1167 macro is used to specify the name of the author of the item being
1168 documented, or the name of the author of the actual manual page.
1170 .Dl Usage: .An Ao author name Ac ...
1172 .Bl -tag -width ".Li .An\ \*[q]Joe\ Author\*[q]\ )\ )\ ," -offset 15n
1173 .It Li ".An \*[q]Joe Author\*[q]"
1174 .An "Joe Author"
1175 .It Li ".An \*[q]Joe Author\*[q] ,"
1176 .An "Joe Author" ,
1177 .It Li ".An \*[q]Joe Author\*[q] Aq nobody@FreeBSD.org"
1178 .An "Joe Author" Aq nobody@FreeBSD.org
1179 .It Li ".An \*[q]Joe Author\*[q] ) ) ,"
1180 .An "Joe Author" ) ) ,
1184 The default width is 12n.
1186 In the
1187 .Sx AUTHORS
1188 section, the
1189 .Ql .An
1190 command causes a line break allowing each new name to appear on its own
1191 line.
1192 If this is not desirable,
1194 .Bd -literal -offset indent
1195 \&.An -nosplit
1199 call will turn this off.
1200 To turn splitting back on, write
1202 .Bd -literal -offset indent
1203 \&.An -split
1206 .Ss "Arguments"
1209 .Li .Ar
1210 argument macro may be used whenever an argument is referenced.
1211 If called without arguments, the
1212 .Sq Ar
1213 string is output.
1215 .Dl Usage: .Ar Oo Ao argument Ac Oc ...
1217 .Bl -tag -width ".Li .Ar\ file1\ file2" -compact -offset 15n
1218 .It Li .Ar
1220 .It Li ".Ar file1"
1221 .Ar file1
1222 .It Li ".Ar file1 ."
1223 .Ar file1 .
1224 .It Li ".Ar file1 file2"
1225 .Ar file1 file2
1226 .It Li ".Ar f1 f2 f3 :"
1227 .Ar f1 f2 f3 :
1228 .It Li ".Ar file ) ) ,"
1229 .Ar file ) ) ,
1233 The default width is 12n.
1235 .Ss "Configuration Declaration (Section Four Only)"
1238 .Ql .Cd
1239 macro is used to demonstrate a
1240 .Xr config 8
1241 declaration for a device interface in a section four manual.
1243 .Dl Usage: .Cd Ao argument Ac ...
1245 .Bl -tag -width ".Li .Cd\ Xdevice\ le0\ at\ scode?X" -offset 15n
1246 .It Li ".Cd \*[q]device le0 at scode?\*[q]"
1247 .Cd "device le0 at scode?"
1250 In the
1251 .Sx SYNOPSIS
1252 section a
1253 .Ql .Cd
1254 command causes a line break before and after its arguments are printed.
1257 The default width is 12n.
1259 .Ss "Command Modifiers"
1261 The command modifier is identical to the
1262 .Ql .Fl
1263 (flag) command with the exception that the
1264 .Ql .Cm
1265 macro does not assert a dash in front of every argument.
1266 Traditionally flags are marked by the preceding dash, however, some commands
1267 or subsets of commands do not use them.
1268 Command modifiers may also be specified in conjunction with interactive
1269 commands such as editor commands.
1271 .Sx Flags .
1273 The default width is 10n.
1275 .Ss "Defined Variables"
1277 A variable (or constant) which is defined in an include file
1278 is specified by the macro
1279 .Ql .Dv .
1281 .Dl Usage: .Dv Ao defined variable Ac ...
1283 .Bl -tag -width ".Li .Dv\ MAXHOSTNAMELEN" -compact -offset 15n
1284 .It Li ".Dv MAXHOSTNAMELEN"
1285 .Dv MAXHOSTNAMELEN
1286 .It Li ".Dv TIOCGPGRP )"
1287 .Dv TIOCGPGRP )
1291 The default width is 12n.
1293 .Ss Errno's
1296 .Ql .Er
1297 errno macro specifies the error return value for section 2, 3, and\~9 library
1298 routines.
1299 The second example below shows
1300 .Ql .Er
1301 used with the
1302 .Ql .Bq
1303 general text domain macro, as it would be used in a section two manual page.
1305 .Dl Usage: .Er Ao errno type Ac ...
1307 .Bl -tag -width ".Li .Bq\ Er\ ENOTDIR" -compact -offset 15n
1308 .It Li ".Er ENOENT"
1309 .Er ENOENT
1310 .It Li ".Er ENOENT ) ;"
1311 .Er ENOENT ) ;
1312 .It Li ".Bq Er ENOTDIR"
1313 .Bq Er ENOTDIR
1317 The default width is 17n.
1319 .Ss "Environment Variables"
1322 .Ql .Ev
1323 macro specifies an environment variable.
1325 .Dl Usage: .Ev Ao argument Ac ...
1327 .Bl -tag -width ".Li .Ev\ PRINTER\ )\ )\ ," -compact -offset 15n
1328 .It Li ".Ev DISPLAY"
1329 .Ev DISPLAY
1330 .It Li ".Ev PATH ."
1331 .Ev PATH .
1332 .It Li ".Ev PRINTER ) ) ,"
1333 .Ev PRINTER ) ) ,
1337 The default width is 15n.
1339 .Ss Flags
1342 .Ql .Fl
1343 macro handles command line flags.
1344 It prepends a dash,
1345 .Ql \- ,
1346 to the flag.
1347 For interactive command flags, which are not prepended with a dash, the
1348 .Ql .Cm
1349 (command modifier)
1350 macro is identical, but without the dash.
1352 .Dl Usage: .Fl Ao argument Ac ...
1354 .Bl -tag -width ".Li .Fl\ xyz\ )\ ," -compact -offset 15n
1355 .It Li .Fl
1357 .It Li ".Fl cfv"
1358 .Fl cfv
1359 .It Li ".Fl cfv ."
1360 .Fl cfv .
1361 .It Li ".Cm cfv ."
1362 .Cm cfv .
1363 .It Li ".Fl s v t"
1364 .Fl s v t
1365 .It Li ".Fl \- ,"
1366 .Fl \- ,
1367 .It Li ".Fl xyz ) ,"
1368 .Fl xyz ) ,
1369 .It Li ".Fl |"
1370 .Fl |
1374 .Ql .Fl
1375 macro without any arguments results in a dash representing stdin/stdout.
1376 Note that giving
1377 .Ql .Fl
1378 a single dash will result in two dashes.
1380 The default width is 12n.
1382 .Ss "Function Declarations"
1385 .Ql .Fd
1386 macro is used in the
1387 .Sx SYNOPSIS
1388 section with section two or three functions.
1389 It is neither callable nor parsed.
1391 .Dl Usage: .Fd Ao argument Ac ...
1393 .Bl -tag -width ".Li .Fd\ X#include\ <sys/types.h>X" -compact -offset 15n
1394 .It Li ".Fd \*[q]#include <sys/types.h>\*[q]"
1395 .Fd "#include <sys/types.h>"
1398 In the
1399 .Sx SYNOPSIS
1400 section a
1401 .Ql .Fd
1402 command causes a line break if a function has already been presented and a
1403 break has not occurred.
1404 This leaves a nice vertical space in between the previous function call and
1405 the declaration for the next function.
1409 .Ql .In
1410 macro, while in the
1411 .Sx SYNOPSIS
1412 section, represents the
1413 .Li #include
1414 statement, and is the short form of the above example.
1415 It specifies the C\~header file as being included in a C\~program.
1416 It also causes a line break.
1418 While not in the
1419 .Sx SYNOPSIS
1420 section, it represents the header file enclosed in angle brackets.
1422 .Dl Usage: .In Ao header file Ac
1424 .Bl -tag -width ".Li .In\ stdio.h" -compact -offset 15n
1425 .nr in-synopsis-section 1
1426 .It Li ".In stdio.h"
1427 .In stdio.h
1428 .nr in-synopsis-section 0
1429 .It Li ".In stdio.h"
1430 .In stdio.h
1433 .Ss "Function Types"
1435 This macro is intended for the
1436 .Sx SYNOPSIS
1437 section.
1438 It may be used anywhere else in the man page without problems, but its main
1439 purpose is to present the function type in kernel normal form for the
1440 .Sx SYNOPSIS
1441 of sections two and three (it causes a line break, allowing the function
1442 name to appear on the next line).
1444 .Dl Usage: .Ft Ao type Ac ...
1446 .Bl -tag -width ".Li .Ft\ struct\ stat" -compact -offset 15n
1447 .It Li ".Ft struct stat"
1448 .Ft struct stat
1451 .Ss "Functions (Library Routines)"
1453 The 
1454 .Ql .Fn
1455 macro is modeled on
1456 .Tn ANSI\~C
1457 conventions.
1459 .Dl Usage: .Fn Ao function Ac Oo Ao parameter Ac Oc ...
1461 .Bl -tag -width ".Li .Fn\ align\ Xchar\ *ptrX\ ," -compact -offset 15n
1462 .It Li ".Fn getchar"
1463 .Fn getchar
1464 .It Li ".Fn strlen ) ,"
1465 .Fn strlen ) ,
1466 .It Li ".Fn align \*[q]char *ptr\*[q] ,"
1467 .Fn align "char *ptr" ,
1470 Note that any call to another macro signals the end of the
1471 .Ql .Fn
1472 call (it will insert a closing parenthesis at that point).
1474 For functions with many parameters (which is rare), the macros
1475 .Ql .Fo
1476 (function open)
1478 .Ql .Fc
1479 (function close)
1480 may be used with
1481 .Ql .Fa
1482 (function argument).
1484 Example:
1486 .Bd -literal -offset indent
1487 \&.Ft int
1488 \&.Fo res_mkquery
1489 \&.Fa "int op"
1490 \&.Fa "char *dname"
1491 \&.Fa "int class"
1492 \&.Fa "int type"
1493 \&.Fa "char *data"
1494 \&.Fa "int datalen"
1495 \&.Fa "struct rrec *newrr"
1496 \&.Fa "char *buf"
1497 \&.Fa "int buflen"
1498 \&.Fc
1502 Produces:
1504 .Bd -ragged -offset indent
1505 .Ft int
1506 .Fo res_mkquery
1507 .Fa "int op"
1508 .Fa "char *dname"
1509 .Fa "int class"
1510 .Fa "int type"
1511 .Fa "char *data"
1512 .Fa "int datalen"
1513 .Fa "struct rrec *newrr"
1514 .Fa "char *buf"
1515 .Fa "int buflen"
1520 In the
1521 .Sx SYNOPSIS
1522 section, the function will always begin at the beginning of line.
1523 If there is more than one function presented in the
1524 .Sx SYNOPSIS
1525 section and a function type has not been given, a line break will occur,
1526 leaving a nice vertical space between the current function name and the one
1527 prior.
1529 The default width values of
1530 .Ql .Fn
1532 .Ql .Fo
1533 are 12n and 16n, respectively.
1535 .Ss "Function Arguments"
1538 .Ql .Fa
1539 macro is used to refer to function arguments (parameters) outside of the
1540 .Sx SYNOPSIS
1541 section of the manual or inside the
1542 .Sx SYNOPSIS
1543 section if the enclosure macros
1544 .Ql .Fo
1546 .Ql .Fc
1547 instead of
1548 .Ql .Fn
1549 are used.
1550 .Ql .Fa
1551 may also be used to refer to structure members.
1553 .Dl Usage: .Fa Ao function argument Ac ...
1555 .Bl -tag -width ".Li .Fa\ d_namlen\ )\ )\ ," -compact -offset 15n
1556 .It Li ".Fa d_namlen ) ) ,"
1557 .Fa d_namlen ) ) ,
1558 .It Li ".Fa iov_len"
1559 .Fa iov_len
1563 The default width is 12n.
1565 .Ss "Return Values"
1568 .Ql .Rv
1569 macro generates text for use in the
1570 .Sx RETURN VALUES
1571 section.
1573 .Dl Usage: .Rv Oo -std Oc Op Ao function Ac ...
1575 For example,
1576 .Ql ".Rv -std atexit"
1577 produces:
1579 .Bd -ragged -offset -indent
1580 \# a small hack to suppress a warning message
1581 .ds section-old "\*[section]
1582 .ds section 3
1583 .Rv -std atexit
1584 .ds section "\*[section-old]
1589 .Fl std
1590 option is valid only for manual page sections\~2 and\~3.
1591 Currently, this macro does nothing if used without the
1592 .Fl std
1593 flag.
1595 .Ss "Exit Status"
1598 .Ql .Ex
1599 macro generates text for use in the
1600 .Sx DIAGNOSTICS
1601 section.
1603 .Dl Usage: .Ex Oo -std Oc Op Ao utility Ac ...
1605 For example,
1606 .Ql ".Ex -std cat"
1607 produces:
1609 .Bd -ragged -offset -indent
1610 \# a small hack to suppress a warning message
1611 .ds section-old "\*[section]
1612 .ds section 1
1613 .Ex -std cat
1614 .ds section "\*[section-old]
1619 .Fl std
1620 option is valid only for manual page sections 1, 6 and\~8.
1621 Currently, this macro does nothing if used without the
1622 .Fl std
1623 flag.
1625 .Ss "Interactive Commands"
1628 .Ql .Ic
1629 macro designates an interactive or internal command.
1631 .Dl Usage: .Ic Ao argument Ac ...
1633 .Bl -tag -width ".Li .Ic\ setenv\ ,\ unsetenv" -compact -offset 15n
1634 .It Li ".Ic :wq"
1635 .Ic :wq
1636 .It Li ".Ic \*[q]do while {...}\*[q]"
1637 .Ic "do while {...}"
1638 .It Li ".Ic setenv , unsetenv"
1639 .Ic setenv , unsetenv
1643 The default width is 12n.
1645 .Ss "Library Names"
1648 .Ql .Lb
1649 macro is used to specify the library where a particular function is compiled
1652 .Dl Usage: .Lb Ao argument Ac ...
1654 Available arguments to
1655 .Ql .Lb 
1656 and their results are:
1659 .Bl -tag -width ".Li libossaudio" -compact -offset indent
1660 .It Li libarm32
1661 .Lb libarm32
1662 .It Li libc
1663 .Lb libc
1664 .It Li libcompat
1665 .Lb libcompat
1666 .It Li libcrypt
1667 .Lb libcrypt
1668 .It Li libcurses
1669 .Lb libcurses
1670 .It Li libedit
1671 .Lb libedit
1672 .It Li libi386
1673 .Lb libi386
1674 .It Li libipsec
1675 .Lb libipsec
1676 .It Li libkvm
1677 .Lb libkvm
1678 .It Li libm
1679 .Lb libm
1680 .It Li libmenu
1681 .Lb libmenu
1682 .It Li libossaudio
1683 .Lb libossaudio
1684 .It Li libposix
1685 .Lb libposix
1686 .It Li libresolv
1687 .Lb libresolv
1688 .It Li libtermcap
1689 .Lb libtermcap
1690 .It Li libutil
1691 .Lb libutil
1692 .It Li libz
1693 .Lb libz
1697 Local, OS-specific additions might be found in the file
1698 .Pa mdoc.local ;
1699 look for strings named
1700 .Ql str-Lb-XXX .
1701 .Ql XXX
1702 then denotes the keyword to be used with the
1703 .Ql .Lb
1704 macro.
1706 .Ss Literals
1709 .Ql .Li
1710 literal macro may be used for special characters, variable constants, etc.\&
1711 -- anything which should be displayed as it would be typed.
1713 .Dl Usage: .Li Ao argument Ac ...
1715 .Bl -tag -width ".Li .Li\ cntrl-D\ )\ ,"  -compact -offset 15n
1716 .It Li ".Li \een"
1717 .Li \en
1718 .It Li ".Li M1 M2 M3 ;"
1719 .Li M1 M2 M3 ;
1720 .It Li ".Li cntrl-D ) ,"
1721 .Li cntrl-D ) ,
1722 .It Li ".Li 1024 ..."
1723 .Li 1024 ...
1727 The default width is 16n.
1729 .Ss Names
1732 .Ql .Nm
1733 macro is used for the document title or subject name.
1734 It has the peculiarity of remembering the first argument it was called with,
1735 which should always be the subject name of the page.
1736 When called without arguments,
1737 .Ql .Nm
1738 regurgitates this initial name for the sole purpose of making less work for
1739 the author.
1740 Note: A section two or three document function name is addressed with the
1741 .Ql .Nm
1742 in the
1743 .Sx NAME
1744 section, and with
1745 .Ql .Fn
1746 in the
1747 .Sx SYNOPSIS
1748 and remaining sections.
1749 For interactive commands, such as the
1750 .Ql while
1751 command keyword in
1752 .Xr csh 1 ,
1754 .Ql .Ic
1755 macro should be used.
1756 While
1757 .Ql .Ic
1758 is nearly identical
1760 .Ql .Nm ,
1761 it can not recall the first argument it was invoked with.
1763 .Dl Usage: .Nm Oo Ao argument Ac Oc ...
1765 .Bl -tag -width ".Li .Nm\ groff_mdoc" -compact -offset 15n
1766 .It Li ".Nm groff_mdoc"
1767 .Nm groff_mdoc
1768 .It Li ".Nm \e-mdoc"
1769 .Nm \-mdoc
1770 .It Li ".Nm foo ) ) ,"
1771 .Nm foo ) ) ,
1772 .It Li ".Nm :"
1773 .Nm :
1777 The default width is 10n.
1779 .Ss Options
1782 .Ql .Op
1783 macro places option brackets around any remaining arguments on the
1784 command line, and places any trailing punctuation outside the brackets.
1785 The macros
1786 .Ql .Oo
1788 .Ql .Oc
1789 (which produce an opening and a closing option bracket respectively) may be used
1790 across one or more lines or to specify the exact position of the closing
1791 parenthesis.
1793 .Dl Usage: .Op Oo Ao option Ac Oc ...
1795 .Bl -tag -width ".Li .Op\ Fl\ c\ Ar\ objfil\ Op\ Ar\ corfil\ ," -compact -offset 15n
1796 .It Li .Op
1798 .It Li ".Op Fl k"
1799 .Op Fl k
1800 .It Li ".Op Fl k ) ."
1801 .Op Fl k ) .
1802 .It Li ".Op Fl k Ar kookfile"
1803 .Op Fl k Ar kookfile
1804 .It Li ".Op Fl k Ar kookfile ,"
1805 .Op Fl k Ar kookfile ,
1806 .It Li ".Op Ar objfil Op Ar corfil"
1807 .Op Ar objfil Op Ar corfil
1808 .It Li ".Op Fl c Ar objfil Op Ar corfil ,"
1809 .Op Fl c Ar objfil Op Ar corfil ,
1810 .It Li ".Op word1 word2"
1811 .Op word1 word2
1812 .It Li ".Li .Op Oo Ao option Ac Oc ..."
1813 .Li .Op Oo Ao options Ac Oc ...
1816 Here a typical example of the
1817 .Ql .Oo
1819 .Ql .Oc
1820 macros:
1822 .Bd -literal -offset indent
1823 \&.Oo
1824 \&.Op Fl k Ar kilobytes
1825 \&.Op Fl i Ar interval
1826 \&.Op Fl c Ar count
1827 \&.Oc
1831 Produces:
1833 .Bd -filled -offset indent
1835 .Op Fl k Ar kilobytes
1836 .Op Fl i Ar interval
1837 .Op Fl c Ar count
1842 The default width values of
1843 .Ql .Op
1845 .Ql .Oo
1846 are 14n and 10n, respectively.
1848 .Ss Pathnames
1851 .Ql .Pa
1852 macro formats path or file names.
1853 If called without arguments, the
1854 .Sq Pa
1855 string is output, which represents the current user's home directory.
1857 .Dl Usage: .Pa Oo Ao pathname Ac Oc ...
1859 .Bl -tag -width ".Li .Pa\ /tmp/fooXXXXX\ )\ ." -compact -offset 15n
1860 .It Li .Pa
1862 .It Li ".Pa /usr/share"
1863 .Pa /usr/share
1864 .It Li ".Pa /tmp/fooXXXXX ) ."
1865 .Pa /tmp/fooXXXXX ) .
1869 The default width is 32n.
1871 .Ss Standards
1874 .Ql .St
1875 macro replaces standard abbreviations with their formal names.
1877 .Dl Usage: .St Ao abbreviation Ac ...
1879 Available pairs for
1880 .Dq Abbreviation/Formal Name
1881 are:
1884 .Tn ANSI/ISO C
1886 .Bl -tag -width ".Li -iso9945-1-90" -compact -offset indent
1887 .It Li -ansiC
1888 .St -ansiC
1889 .It Li -ansiC-89
1890 .St -ansiC-89
1891 .It Li -isoC
1892 .St -isoC
1893 .It Li -isoC-99
1894 .St -isoC-99
1898 .Tn POSIX
1899 Part 1: System API
1901 .Bl -tag -width ".Li -p1003.1g-2000" -compact -offset indent
1902 .It Li -iso9945-1-90
1903 .St -iso9945-1-90
1904 .It Li -iso9945-1-96
1905 .St -iso9945-1-96
1906 .It Li -p1003.1
1907 .St -p1003.1
1908 .It Li -p1003.1-88
1909 .St -p1003.1-88
1910 .It Li -p1003.1-90
1911 .St -p1003.1-90
1912 .It Li -p1003.1-96
1913 .St -p1003.1-96
1914 .It Li -p1003.1b-93
1915 .St -p1003.1b-93
1916 .It Li -p1003.1c-95
1917 .St -p1003.1c-95
1918 .It Li -p1003.1g-2000
1919 .St -p1003.1g-2000
1920 .It Li -p1003.1i-95
1921 .St -p1003.1i-95
1925 .Tn POSIX
1926 Part 2: Shell and Utilities
1928 .Bl -tag -width ".Li -p1003.1g-2000" -compact -offset indent
1929 .It Li -iso9945-2-93
1930 .St -iso9945-2-93
1931 .It Li -p1003.2
1932 .St -p1003.2
1933 .It Li -p1003.2-92
1934 .St -p1003.2-92
1935 .It Li -p1003.2a-92
1936 .St -p1003.2a-92
1940 X/Open
1941 .Bl -tag -width ".Li -p1003.1g-2000" -compact -offset indent
1943 .It Li -susv2
1944 .St -susv2
1945 .It Li -svid4
1946 .St -svid4
1947 .It Li -xbd5
1948 .St -xbd5
1949 .It Li -xcu5
1950 .St -xcu5
1951 .It Li -xcurses4.2
1952 .St -xcurses4.2
1953 .It Li -xns5
1954 .St -xns5
1955 .It Li -xns5.2
1956 .St -xns5.2
1957 .It Li -xpg3
1958 .St -xpg3
1959 .It Li -xpg4
1960 .St -xpg4
1961 .It Li -xpg4.2
1962 .St -xpg4.2
1963 .It Li -xsh5
1964 .St -xsh5
1968 Miscellaneous
1970 .Bl -tag -width ".Li -p1003.1g-2000" -compact -offset indent
1971 .It Li -ieee754
1972 .St -ieee754
1973 .It Li -iso8802-3
1974 .St -iso8802-3
1977 .Ss "Variable Types"
1980 .Ql .Vt
1981 macro may be used whenever a type is referenced.
1982 In the
1983 .Sx SYNOPSIS
1984 section, it causes a line break (useful for old style variable declarations).
1986 .Dl Usage: .Vt Ao type Ac ...
1988 .Bl -tag -width ".Li .Vt\ extern\ char\ *optarg\ ;" -compact -offset 15n
1989 .It Li ".Vt extern char *optarg ;"
1990 .Vt extern char *optarg ;
1991 .It Li ".Vt FILE *"
1992 .Vt FILE *
1995 .Ss Variables
1997 Generic variable reference.
1999 .Dl Usage: .Va Ao variable Ac ...
2001 .Bl -tag -width ".Li .Va\ Xchar\ sX\ ]\ )\ )\ ," -compact -offset 15n
2002 .It Li ".Va count"
2003 .Va count
2004 .It Li ".Va settimer ,"
2005 .Va settimer ,
2006 .It Li ".Va \*[q]int *prt\*[q] ) :"
2007 .Va "int *prt" ) :
2008 .It Li ".Va \*[q]char s\*[q] ] ) ) ,"
2009 .Va "char s" ] ) ) ,
2013 The default width is 12n.
2015 .Ss "Manual Page Cross References"
2018 .Ql .Xr
2019 macro expects the first argument to be a manual page name.
2020 The optional second argument, if a string (defining the manual section), is
2021 put into parentheses.
2023 .Dl Usage: .Xr Ao man page name Ac Oo Ao section Ac Oc ...
2025 .Bl -tag -width ".Li .Xr\ xinit\ 1x\ ;" -compact -offset 15n
2026 .It Li ".Xr mdoc"
2027 .Xr mdoc
2028 .It Li ".Xr mdoc ,"
2029 .Xr mdoc ,
2030 .It Li ".Xr mdoc 7"
2031 .Xr mdoc 7
2032 .It Li ".Xr xinit 1x ;"
2033 .Xr xinit 1x ;
2037 The default width is 10n.
2040 .Sh "GENERAL TEXT DOMAIN"
2042 .Ss "AT&T Macro"
2045 .Dl Usage: .At Oo Ao version Ac Oc ...
2047 .Bl -tag -width ".Li .At\ v6\ ." -compact -offset 15n
2048 .It Li .At
2050 .It Li ".At v6 ."
2051 .At v6 .
2054 The following values for
2055 .Ao version Ac
2056 are possible:
2058 .Dl 32v, v1, v2, v3, v4, v5, v6, v7, V, V.1, V.2, V.3, V.4
2060 .Ss "BSD Macro"
2063 .Dl "Usage: .Bx" Bro -alpha | -beta | -devel Brc ...
2064 .Dl "       .Bx" Oo Ao version Ac Oo Ao release Ac Oc Oc ...
2066 .Bl -tag -width ".Li .Bx\ -devel" -compact -offset 15n
2067 .It Li .Bx
2069 .It Li ".Bx 4.3 ."
2070 .Bx 4.3 .
2071 .It Li ".Bx \-devel"
2072 .Bx -devel
2075 .Ao version Ac
2076 will be prepended to the string
2077 .Sq Bx .
2078 The following values for
2079 .Ao release Ac
2080 are possible:
2082 .Dl Reno, reno, Tahoe, tahoe, Lite, lite, Lite2, lite2
2084 .Ss "NetBSD Macro"
2087 .Dl Usage: .Nx Oo Ao version Ac Oc ...
2089 .Bl -tag -width ".Li .Nx\ 1.4\ ." -compact -offset 15n
2090 .It Li .Nx
2092 .It Li ".Nx 1.4 ."
2093 .Nx 1.4 .
2096 For possible values of
2097 .Ao version Ac
2098 see the description of the
2099 .Ql .Os
2100 command above in section
2101 .Sx "TITLE MACROS" .
2103 .Ss "FreeBSD Macro"
2106 .Dl Usage: .Fx Oo Ao version Ac Oc ...
2108 .Bl -tag -width ".Li .Fx\ 2.2\ ." -compact -offset 15n
2109 .It Li .Fx
2111 .It Li ".Fx 2.2 ."
2112 .Fx 2.2 .
2115 For possible values of
2116 .Ao version Ac
2117 see the description of the
2118 .Ql .Os
2119 command above in section
2120 .Sx "TITLE MACROS" .
2122 .Ss "OpenBSD Macro"
2125 .Dl Usage: .Ox Oo Ao version Ac Oc ...
2127 .Bl -tag -width ".Li .Ox\ 1.0" -compact -offset 15n
2128 .It Li ".Ox 1.0"
2129 .Ox 1.0
2132 .Ss "BSD/OS Macro"
2135 .Dl Usage: .Bsx Oo Ao version Ac Oc ...
2137 .Bl -tag -width ".Li .Bsx\ 1.0" -compact -offset 15n
2138 .It Li ".Bsx 1.0"
2139 .Bsx 1.0
2142 .Ss "UNIX Macro"
2145 .Dl Usage: .Ux ...
2147 .Bl -tag -width ".Li .Ux" -compact -offset 15n
2148 .It Li .Ux
2152 .Ss "Emphasis Macro"
2154 Text may be stressed or emphasized with the
2155 .Ql .Em
2156 macro.
2157 The usual font for emphasis is italic.
2159 .Dl Usage: .Em Ao argument Ac ...
2161 .Bl -tag -width ".Li .Em\ vide\ infra\ )\ )\ ," -compact -offset 15n
2162 .It Li ".Em does not"
2163 .Em does not
2164 .It Li ".Em exceed 1024 ."
2165 .Em exceed 1024 .
2166 .It Li ".Em vide infra ) ) ,"
2167 .Em vide infra ) ) ,
2171 The default width is 10n.
2173 .Ss "Font Mode"
2176 .Ql .Bf
2177 font mode must be ended with the
2178 .Ql .Ef
2179 macro (the latter takes no arguments).
2180 Font modes may be nested within other font modes.
2182 .Ql .Bf
2183 has the following syntax:
2185 .Dl .Bf Ao font mode Ac
2187 .Ao font mode Ac
2188 must be one of the following three types:
2190 .Bl -tag -width ".Sy \&Sy | Fl symbolic" -compact -offset indent
2191 .It Sy \&Em | Fl emphasis
2192 Same as if the 
2193 .Ql .Em
2194 macro was used for the entire block of text.
2195 .It Sy \&Li | Fl literal
2196 Same as if the
2197 .Ql .Li
2198 macro was used for the entire block of text.
2199 .It Sy \&Sy | Fl symbolic
2200 Same as if the
2201 .Ql .Sy
2202 macro was used for the entire block of text.
2205 Both macros are neither callable nor parsed.
2207 .Ss "Enclosure and Quoting Macros"
2209 The concept of enclosure is similar to quoting.
2210 The object being to enclose one or more strings between a pair of characters
2211 like quotes or parentheses.
2212 The terms quoting and enclosure are used interchangeably throughout this
2213 document.
2214 Most of the one-line enclosure macros end in small letter
2215 .Ql q
2216 to give a hint of quoting, but there are a few irregularities.
2217 For each enclosure macro there is also a pair of open and close macros which
2218 end in small letters
2219 .Ql o
2221 .Ql c
2222 respectively.
2224 \# XXX
2225 .if t \
2226 .  ne 10
2228 .Bd -filled -offset 4n
2229 .Bl -column "quote" "close" "open" "Angle Bracket Enclosure" "`string' or string"
2230 .Em Quote Ta Em Open Ta Em Close Ta Em Function               Ta Em Result
2231 .No .Aq   Ta    .Ao  Ta    .Ac   Ta "Angle Bracket Enclosure" Ta Ao string Ac
2232 .No .Bq   Ta    .Bo  Ta    .Bc   Ta "Bracket Enclosure"       Ta Bo string Bc
2233 .No .Brq  Ta    .Bro Ta    .Brc  Ta "Brace Enclosure"         Ta Bro string Brc
2234 .No .Dq   Ta    .Do  Ta    .Dc   Ta "Double Quote"            Ta Do string Dc
2235 .No .Eq   Ta    .Eo  Ta    .Ec   Ta "Enclose String (in XX)"  Ta XXstringXX
2236 .No .Pq   Ta    .Po  Ta    .Pc   Ta "Parenthesis Enclosure"   Ta Po string Pc
2237 .No .Ql   Ta         Ta          Ta "Quoted Literal"          Ta So string Sc or Li string
2238 .No .Qq   Ta    .Qo  Ta    .Qc   Ta "Straight Double Quote"   Ta Qo string Qc
2239 .No .Sq   Ta    .So  Ta    .Sc   Ta "Single Quote"            Ta So string Sc
2243 All macros ending with
2244 .Sq q
2246 .Sq o
2247 have a default width value of 12n.
2249 .Bl -tag -width ".Li .Ec , .Eo"
2250 .It Li .Eo , .Ec
2251 These macros expect the first argument to be the opening and closing strings
2252 respectively.
2253 .It Li .Es , .En
2254 Due to the nine-argument limit in the original troff program two other
2255 macros have been implemented which are now rather obsolete:
2256 .Ql .Es
2257 takes the first and second parameter as the left and right enclosure string,
2258 which are then used to enclose the arguments of
2259 .Ql .En .
2260 The default width value is 12n for both macros.
2261 .It Li .Eq
2262 The first and second arguments of this macro are the opening and
2263 closing strings respectively, followed by the arguments to be enclosed.
2264 .It Li .Ql
2265 The quoted literal macro behaves differently in troff and nroff mode.
2266 If formatted with
2267 .Xr nroff ,
2268 a quoted literal is always quoted.
2269 If formatted with troff, an item is only quoted if the width of the item is
2270 less than three constant width characters.
2271 This is to make short strings more visible where the font change to literal
2272 (constant width) is less noticeable.
2274 The default width is 16n.
2275 .It Li .Pf
2276 The prefix macro suppresses the whitespace between its first and second
2277 argument:
2279 .Bl -tag -width ".Li .Pf\ (\ Fa\ name2" -offset indent
2280 .It Li ".Pf ( Fa name2"
2281 .Pf ( Fa name2
2285 The default width is 12n.
2288 .Ql .Ns
2289 macro (see below) performs the analogous suffix function.
2290 .It Li .Ap
2292 .Ql .Ap
2293 macro inserts an apostrophe and exits any special text modes, continuing in
2294 .Ql .No
2295 mode.
2299 Examples of quoting:
2302 .Bl -tag -width ".Li .Bq\ Em\ Greek\ ,\ French\ ." -compact -offset indent
2303 .It Li .Aq
2305 .It Li ".Aq Pa ctype.h ) ,"
2306 .Aq Pa ctype.h ) ,
2307 .It Li .Bq
2309 .It Li ".Bq Em Greek , French ."
2310 .Bq Em Greek , French .
2311 .It Li .Dq
2313 .It Li ".Dq string abc ."
2314 .Dq string abc .
2315 .It Li ".Dq \'^[A-Z]\'"
2316 .Dq \'^[A-Z]\'
2317 .It Li ".Ql man mdoc"
2318 .Ql man mdoc
2319 .It Li .Qq
2321 .It Li ".Qq string ) ,"
2322 .Qq string ) ,
2323 .It Li ".Qq string Ns ),"
2324 .Qq string Ns ),
2325 .It Li .Sq
2327 .It Li ".Sq string"
2328 .Sq string
2329 .It Li ".Em or Ap ing"
2330 .Em or Ap ing
2334 For a good example of nested enclosure macros, see the
2335 .Ql .Op
2336 option macro.
2337 It was created from the same underlying enclosure macros as those presented
2338 in the list above.
2340 .Ql .Xo
2342 .Ql .Xc
2343 extended argument list macros are discussed below.
2345 .Ss "No-Op or Normal Text Macro"
2348 .Ql .No
2349 macro can be used in a macro command line for parameters which should
2350 .Em not
2351 be formatted.
2352 Be careful to add
2353 .Ql \e&
2354 to the word
2355 .Ql \&No
2356 if you really want that English word (and not the macro) as a parameter.
2358 .Dl Usage: .No Ao argument Ac ...
2360 .Bl -tag -width ".Li .No\ test\ Ta\ with\ Ta\ tabs" -compact -offset 15n
2361 .It Li ".No test Ta with Ta tabs"
2362 .No test Ta with Ta tabs
2366 The default width is 12n.
2368 .Ss "No-Space Macro"
2371 .Ql .Ns
2372 macro suppresses insertion of a space between the current position and its
2373 first parameter.
2374 For example, it is useful for old style argument lists where there is no
2375 space between the flag and argument:
2377 .Dl "Usage:" ... Ao argument Ac \&Ns Oo Ao argument Ac Oc ...
2378 .Dl "      " .Ns Ao argument Ac ...
2380 .Bl -tag -width ".Li .Op\ Fl\ I\ Ns\ Ar\ directory" -compact -offset 15n
2381 .It Li ".Op Fl I Ns Ar directory"
2382 .Op Fl I Ns Ar directory
2385 Note: The
2386 .Ql .Ns
2387 macro always invokes the
2388 .Ql .No
2389 macro after eliminating the space unless another macro name follows it.
2390 If used as a command (i.e., the second form above in the
2391 .Sq Usage
2392 line),
2393 .Ql .Ns
2394 is identical to
2395 .Ql .No .
2397 .Ss "Section Cross References"
2400 .Ql .Sx
2401 macro designates a reference to a section header within the same document.
2403 .Dl Usage: .Sx Ao section reference Ac ...
2405 .Bl -tag -width ".Li .Sx\ FILES" -offset 15n
2406 .It Li ".Sx FILES"
2407 .Sx FILES
2411 The default width is 16n.
2413 .Ss Symbolics
2415 The symbolic emphasis macro is generally a boldface macro in either the
2416 symbolic sense or the traditional English usage.
2418 .Dl Usage: .Sy Ao symbol Ac ...
2420 .Bl -tag -width ".Li .Sy\ Important\ Notice" -compact -offset 15n
2421 .It Li ".Sy Important Notice"
2422 .Sy Important Notice
2426 The default width is 6n.
2428 .Ss Mathematical Symbols
2430 Use this macro for mathematical symbols and similar things.
2432 .Dl Usage: .Ms Ao math symbol Ac ...
2434 .Bl -tag -width ".Li .Ms\ sigma" -compact -offset 15n
2435 .It Li ".Ms sigma"
2436 .Ms sigma
2440 The default width is 6n.
2442 .Ss "References and Citations"
2444 The following macros make a modest attempt to handle references.
2445 At best, the macros make it convenient to manually drop in a subset of
2446 .Xr refer 1
2447 style references.
2449 .Bl -tag -width 6n -offset indent -compact
2450 .It Li .Rs
2451 Reference start (does not take arguments).
2452 Causes a line break in the
2453 .Sx "SEE ALSO"
2454 section and begins collection of reference information until the reference
2455 end macro is read.
2456 .It Li .Re
2457 Reference end (does not take arguments).
2458 The reference is printed.
2459 .It Li .%A
2460 Reference author name; one name per invocation.
2461 .It Li .%B
2462 Book title.
2463 .It Li .%C
2464 City/place (not implemented yet).
2465 .It Li .%D
2466 Date.
2467 .It Li .%I
2468 Issuer/publisher name.
2469 .It Li .%J
2470 Journal name.
2471 .It Li .%N
2472 Issue number.
2473 .It Li .%O
2474 Optional information.
2475 .It Li .%P
2476 Page number.
2477 .It Li .%Q
2478 Corporate or foreign author.
2479 .It Li .%R
2480 Report name.
2481 .It Li .%T
2482 Title of article.
2483 .It Li .%V
2484 Volume.
2487 Macros beginning with
2488 .Ql %
2489 are not callable but accept multiple arguments in the usual way.
2490 Only the
2491 .Ql .Tn
2492 macro is handled properly as a parameter; other macros will cause strange
2493 output.
2494 .Ql .%B
2496 .Ql .%T
2497 can be used outside of the
2498 .Ql .Rs/.Re
2499 environment.
2501 Example:
2503 .Bd -literal -offset indent
2504 \&.Rs
2505 \&.%A "Matthew Bar"
2506 \&.%A "John Foo"
2507 \&.%T "Implementation Notes on foobar(1)"
2508 \&.%R "Technical Report ABC-DE-12-345"
2509 \&.%Q "Drofnats College, Nowhere"
2510 \&.%D "April 1991"
2511 \&.Re
2514 produces
2516 .Bd -ragged -offset indent
2518 .%A "Matthew Bar"
2519 .%A "John Foo"
2520 .%T "Implementation Notes on foobar(1)"
2521 .%R "Technical Report ABC-DE-12-345"
2522 .%Q "Drofnats College, Nowhere"
2523 .%D "April 1991"
2527 .Ss "Trade Names (or Acronyms and Type Names)"
2529 The trade name macro prints its arguments in a smaller font.
2530 Its intended use is to imitate a small caps fonts for uppercase acronyms.
2532 .Dl Usage: .Tn Ao symbol Ac ...
2534 .Bl -tag -width ".Li .Tn\ ASCII" -compact -offset 15n
2535 .It Li ".Tn DEC"
2536 .Tn DEC
2537 .It Li ".Tn ASCII"
2538 .Tn ASCII
2542 The default width is 10n.
2544 .Ss "Extended Arguments"
2547 .Li .Xo
2549 .Li .Xc
2550 macros allow one to extend an argument list on a macro boundary for the
2551 .Ql .It
2552 macro (see below).
2553 Note that
2554 .Li .Xo
2556 .Li .Xc
2557 are implemented similarly to all other macros opening and closing an
2558 enclosure (without inserting characters, of course).
2559 This means that the following is true for those macros also.
2561 Here is an example of
2562 .Ql .Xo
2563 using the space mode macro to turn spacing off:
2565 .Bd -literal -offset indent
2566 \&.Sm off
2567 \&.It Xo Sy I Ar operation
2568 \&.No \een Ar count No \een
2569 \&.Xc
2570 \&.Sm on
2574 produces
2576 .Bd -filled -offset indent
2577 .Bl -tag -compact
2578 .Sm off
2579 .It Xo Sy I Ar operation
2580 .No \en Ar count No \en
2582 .Sm on
2587 Another one:
2589 .Bd -literal -offset indent
2590 \&.Sm off
2591 \&.It Cm S No / Ar old_pattern Xo
2592 \&.No / Ar new_pattern
2593 \&.No / Op Cm g
2594 \&.Xc
2595 \&.Sm on
2599 produces
2601 .Bd -filled -offset indent
2602 .Bl -tag -compact
2603 .Sm off
2604 .It Cm S No \&/ Ar old_pattern Xo
2605 .No \&/ Ar new_pattern
2606 .No \&/ Op Cm g
2608 .Sm on
2613 Another example of
2614 .Ql .Xo
2615 and enclosure macros: Test the value of a variable.
2617 .Bd -literal -offset indent
2618 \&.It Xo
2619 \&.Ic .ifndef
2620 \&.Oo \e&! Oc Ns Ar variable Oo
2621 \&.Ar operator variable ...
2622 \&.Oc Xc
2626 produces
2628 .Bd -filled -offset indent
2629 .Bl -tag -width flag -compact
2630 .It Xo
2631 .Ic .ifndef
2632 .Oo \&! Oc Ns Ar variable Oo
2633 .Ar operator variable ...
2634 .Oc Xc
2640 .Sh "PAGE STRUCTURE DOMAIN"
2642 .Ss "Section Headers"
2644 The following
2645 .Ql .Sh
2646 section header macros are required in every man page.
2647 The remaining section headers are recommended at the discretion of the
2648 author writing the manual page.
2650 .Ql .Sh
2651 macro is parsed but not generally callable.
2652 It can be used as an argument in a call to
2653 .Ql .Sh
2654 only; it then reactivates the default font for
2655 .Ql .Sh .
2657 The default width is 8n.
2659 .Bl -tag -width ".Li .Sh\ RETURN\ VALUES"
2660 .It Li ".Sh NAME"
2662 .Ql ".Sh NAME"
2663 macro is mandatory.
2664 If not specified, headers, footers and page layout defaults will not be set
2665 and things will be rather unpleasant.
2667 .Sx NAME
2668 section consists of at least three items.
2669 The first is the
2670 .Ql .Nm
2671 name macro naming the subject of the man page.
2672 The second is the name description macro,
2673 .Ql .Nd ,
2674 which separates the subject name from the third item, which is the
2675 description.
2676 The description should be the most terse and lucid possible, as the space
2677 available is small.
2679 .Ql .Nd
2680 first prints
2681 .Ql - ,
2682 then all its arguments.
2684 .It Li ".Sh LIBRARY"
2685 This section is for section two and three function calls.
2686 It should consist of a single
2687 .Ql .Lb
2688 macro call;
2690 .Sx "Library Names" .
2692 .It Li ".Sh SYNOPSIS"
2694 .Sx SYNOPSIS
2695 section describes the typical usage of the subject of a man page.
2696 The macros required are either
2697 .Ql .Nm ,
2698 .Ql .Cd ,
2700 .Ql .Fn
2701 (and possibly
2702 .Ql .Fo ,
2703 .Ql .Fc ,
2704 .Ql .Fd ,
2706 .Ql .Ft ) .
2707 The function name macro
2708 .Ql .Fn
2709 is required for manual page sections\~2 and\~3; the command and general name
2710 macro
2711 .Ql .Nm
2712 is required for sections 1, 5, 6, 7, and\~8.
2713 Section\~4 manuals require a
2714 .Ql .Nm ,
2715 .Ql .Fd
2716 or a
2717 .Ql .Cd
2718 configuration device usage macro.
2719 Several other macros may be necessary to produce the synopsis line as shown
2720 below:
2722 .Bd -filled -offset indent
2723 .Nm cat
2724 .Op Fl benstuv
2725 .Op Fl
2730 The following macros were used:
2732 .Dl ".Nm cat"
2733 .Dl ".Op Fl benstuv"
2734 .Dl ".Op Fl"
2735 .Dl .Ar
2737 .It Li ".Sh DESCRIPTION"
2738 In most cases the first text in the
2739 .Sx DESCRIPTION
2740 section is a brief paragraph on the command, function or file, followed by a
2741 lexical list of options and respective explanations.
2742 To create such a list, the
2743 .Ql .Bl
2744 (begin list),
2745 .Ql .It
2746 (list item) and
2747 .Ql .El
2748 (end list)
2749 macros are used (see
2750 .Sx Lists and Columns
2751 below).
2753 .It Li ".Sh IMPLEMENTATION NOTES"
2754 Implementation specific information should be placed here.
2756 .It Li ".Sh RETURN VALUES"
2757 Sections 2, 3 and\~9 function return values should go here.
2759 .Ql .Rv
2760 macro may be used to generate text for use in the
2761 .Sx RETURN VALUES
2762 section for most section 2 and 3 library functions;
2764 .Sx "Return Values" .
2768 The following
2769 .Ql .Sh
2770 section headers are part of the preferred manual page layout and must be
2771 used appropriately to maintain consistency.
2772 They are listed in the order in which they would be used.
2774 .Bl -tag -width ".Li .Sh\ COMPATIBILITY"
2775 .It Li ".Sh ENVIRONMENT"
2777 .Sx ENVIRONMENT
2778 section should reveal any related environment variables and clues to their
2779 behavior and/or usage.
2781 .It Li ".Sh FILES"
2782 Files which are used or created by the man page subject should be listed via
2784 .Ql .Pa
2785 macro in the
2786 .Sx FILES
2787 section.
2789 .It Li ".Sh EXAMPLES"
2790 There are several ways to create examples.
2791 See the
2792 .Sx EXAMPLES
2793 section below for details.
2795 .It Li ".Sh DIAGNOSTICS"
2796 Diagnostic messages from a command should be placed in this section.
2798 .Ql .Ex
2799 macro may be used to generate text for use in the
2800 .Sx DIAGNOSTICS
2801 section for most section 1, 6 and\~8 commands;
2803 .Sx "Exit Status" .
2805 .It Li ".Sh COMPATIBILITY"
2806 Known compatibility issues (e.g. deprecated options or parameters)
2807 should be listed here.
2809 .It Li ".Sh ERRORS"
2810 Specific error handling, especially from library functions (man page
2811 sections 2, 3, and\~9) should go here.
2813 .Ql .Er
2814 macro is used to specify an error (errno).
2816 .It Li ".Sh SEE ALSO"
2817 References to other material on the man page topic and cross references to
2818 other relevant man pages should be placed in the
2819 .Sx "SEE ALSO"
2820 section.
2821 Cross references are specified using the
2822 .Ql .Xr
2823 macro.
2824 Currently
2825 .Xr refer 1
2826 style references are not accommodated.
2828 It is recommended that the cross references are sorted on the section
2829 number, then alphabetically on the names within a section, and placed
2830 in that order and comma separated.
2831 Example:
2833 .Xr ls 1 ,
2834 .Xr ps 1 ,
2835 .Xr group 5 ,
2836 .Xr passwd 5
2838 .It Li ".Sh STANDARDS"
2839 If the command, library function or file adheres to a specific
2840 implementation such as
2841 .St -p1003.2
2843 .St -ansiC
2844 this should be noted here.
2845 If the command does not adhere to any standard, its history should be noted
2846 in the
2847 .Sx HISTORY
2848 section.
2850 .It Li ".Sh HISTORY"
2851 Any command which does not adhere to any specific standards should be
2852 outlined historically in this section.
2854 .It Li ".Sh AUTHORS"
2855 Credits should be placed here.
2857 .Ql .An
2858 macro should be used to specify the name(s) of the person(s).
2860 .It Li ".Sh BUGS"
2861 Blatant problems with the topic go here.
2865 User-specified
2866 .Ql .Sh
2867 sections may be added; for example, this section was set with:
2869 .Bd -literal -offset 15n
2870 \&.Sh "PAGE STRUCTURE DOMAIN"
2873 .Ss "Subsection Headers"
2875 Subsection headers have exactly the same syntax as section headers:
2876 .Ql .Ss
2877 is parsed but not generally callable.
2878 It can be used as an argument in a call to
2879 .Ql .Ss
2880 only; it then reactivates the default font for
2881 .Ql .Ss .
2883 The default width is 8n.
2885 .Ss "Paragraphs and Line Spacing"
2887 .Bl -tag -width ".Li .Pp"
2888 .It Li .Pp
2889 The 
2890 .Ql .Pp
2891 paragraph command may be used to specify a line space where necessary.
2892 The macro is not necessary after a
2893 .Ql .Sh
2895 .Ql .Ss
2896 macro or before a
2897 .Ql .Bl
2899 .Ql .Bd
2900 macro (which both assert a vertical distance unless the
2901 .Fl compact
2902 flag is given).
2904 The macro is neither callable nor parsed and takes no arguments; an
2905 alternative name is
2906 .Ql .Lp .
2909 .\" XXX
2911 .\" This worked with version one, need to redo for version three
2912 .\" .Pp
2913 .\" .Ds I
2914 .\" .Cw (ax+bx+c) \ is\ produced\ by\ \&
2915 .\" .\".Cw (ax+bx+c) \&.Va_by_) \&_and_\& \&[?/]m_b1_e1_f1[?/]\&
2916 .\" .Cl Cx \t\t
2917 .\" .Li \&.Cx\ (
2918 .\" .Cx
2919 .\" .Cl Cx \t\t
2920 .\" .Li \&.Va ax
2921 .\" .Cx
2922 .\" .Cl Cx \t\t
2923 .\" .Li \&.Sy \+
2924 .\" .Cx
2925 .\" .Cl Cx \&(\&
2926 .\" .Va ax
2927 .\" .Cx +
2928 .\" .Va by
2929 .\" .Cx +
2930 .\" .Va c )
2931 .\" .Cx \t
2932 .\" .Em is produced by
2933 .\" .Cx \t
2934 .\" .Li \&.Va by
2935 .\" .Cx
2936 .\" .Cl Cx \t\t
2937 .\" .Li \&.Sy \+
2938 .\" .Cx
2939 .\" .Cl Cx \t\t
2940 .\" .Li \&.Va c )
2941 .\" .Cx
2942 .\" .Cl Cx \t\t
2943 .\" .Li \&.Cx
2944 .\" .Cx
2945 .\" .Cw
2946 .\" .De
2947 .\" .Pp
2948 .\" This example shows the same equation in a different format.
2949 .\" The spaces
2950 .\" around the
2951 .\" .Li \&+
2952 .\" signs were forced with
2953 .\" .Li \e :
2954 .\" .Pp
2955 .\" .Ds I
2956 .\" .Cw (ax\ +\ bx\ +\ c) \ is\ produced\ by\ \&
2957 .\" .\".Cw (ax+bx+c) \&.Va_by_) \&_and_\& \&[?/]m_b1_e1_f1[?/]\&
2958 .\" .Cl Cx \t\t
2959 .\" .Li \&.Cx\ (
2960 .\" .Cx
2961 .\" .Cl Cx \t\t
2962 .\" .Li \&.Va a
2963 .\" .Cx
2964 .\" .Cl Cx \t\t
2965 .\" .Li \&.Sy x
2966 .\" .Cx
2967 .\" .Cl Cx \t\t
2968 .\" .Li \&.Cx \e\ +\e\ \e&
2969 .\" .Cx
2970 .\" .Cl Cx \&(\&
2971 .\" .Va a
2972 .\" .Sy x
2973 .\" .Cx \ +\ \&
2974 .\" .Va b
2975 .\" .Sy y
2976 .\" .Cx \ +\ \&
2977 .\" .Va c )
2978 .\" .Cx \t
2979 .\" .Em is produced by
2980 .\" .Cl Cx \t\t
2981 .\" .Li \&.Va b
2982 .\" .Cx
2983 .\" .Cl Cx \t\t
2984 .\" .Li \&.Sy y
2985 .\" .Cx
2986 .\" .Cl Cx \t\t
2987 .\" .Li \&.Cx \e\ +\e\ \e&
2988 .\" .Cx
2989 .\" .Cl Cx \t\t
2990 .\" .Li \&.Va c )
2991 .\" .Cx
2992 .\" .Cl Cx \t\t
2993 .\" .Li \&.Cx
2994 .\" .Cx
2995 .\" .Cw
2996 .\" .De
2997 .\" .Pp
2998 .\" The incantation below was
2999 .\" lifted from the
3000 .\" .Xr adb 1
3001 .\" manual page:
3002 .\" .Pp
3003 .\" .Ds I
3004 .\" .Cw \&[?/]m_b1_e1_f1[?/]\& is\ produced\ by
3005 .\" .Cl Cx \t\t
3006 .\" .Li \&.Cx Op Sy ?/
3007 .\" .Cx
3008 .\" .Cl Cx \t\t
3009 .\" .Li \&.Nm m
3010 .\" .Cx
3011 .\" .Cl Cx Op Sy ?/
3012 .\" .Nm m
3013 .\" .Ad \ b1 e1 f1
3014 .\" .Op Sy ?/
3015 .\" .Cx \t
3016 .\" .Em is produced by
3017 .\" .Cx \t
3018 .\" .Li \&.Ar \e\ b1 e1 f1
3019 .\" .Cx
3020 .\" .Cl Cx \t\t
3021 .\" .Li \&.Op Sy ?/
3022 .\" .Cx
3023 .\" .Cl Cx \t\t
3024 .\" .Li \&.Cx
3025 .\" .Cx
3026 .\" .Cw
3027 .\" .De
3028 .\" .Pp
3030 .Ss Keeps
3032 The only keep that is implemented at this time is for words.
3033 The macros are
3034 .Ql .Bk
3035 (begin keep)
3037 .Ql .Ek
3038 (end keep).
3039 The only option that
3040 .Ql .Bk
3041 accepts currently is
3042 .Fl words
3043 (this is also the default if no option is given) which is useful for
3044 preventing line breaks in the middle of options.
3045 In the example for the make command line arguments (see
3046 .Sx What's in a Name ) ,
3047 the keep prevented
3048 .Xr nroff
3049 from placing up the flag and the argument on separate lines.
3051 Both macros are neither callable nor parsed.
3053 More work needs to be done with the keep macros; specifically, a
3054 .Fl line
3055 option should be added.
3057 .Ss "Examples and Displays"
3059 There are seven types of displays.
3061 .Bl -tag -width ".Li .D1"
3062 .It Li .D1
3063 (This is D-one.)
3064 Display one line of indented text.
3065 This macro is parsed but not callable.
3067 .D1 Fl ldghfstru
3069 The above was produced by:
3070 .Li ".D1 Fl ldghfstru" .
3072 .It Li .Dl
3073 (This is D-ell.)
3074 Display one line of indented
3075 .Em literal
3076 text.
3078 .Ql .Dl
3079 example macro has been used throughout this file.
3080 It allows the indentation (display) of one line of text.
3081 Its default font is set to constant width (literal).
3082 .Ql .Dl
3083 is parsed but not callable.
3085 .Dl % ls -ldg /usr/local/bin
3087 The above was produced by:
3088 .Li ".Dl % ls -ldg /usr/local/bin" .
3090 .It Li .Bd
3091 Begin display.
3093 .Ql .Bd
3094 display must be ended with the
3095 .Ql .Ed
3096 macro.
3097 It has the following syntax:
3099 .Bd -ragged -compact
3100 .Bl -tag -width ".Li .Bd" -offset indent
3101 .It Li .Bd Xo
3102 .Bro \-literal | \-filled | \-unfilled | \-ragged | \-centered Brc
3103 .Oo \-offset Ao string Ac Oc Oo \-file Ao file name Ac Oc Oo \-compact Oc Xc
3108 .Bl -tag -width ".Fl file Ao Ar file name Ac " -compact
3109 .It Fl ragged
3110 Fill, but do not adjust the right margin (only left-justify).
3111 .It Fl centered
3112 Center lines between the current left and right margin.
3113 Note that each single line is centered.
3114 .It Fl unfilled
3115 Do not fill; display a block of text as typed, using line breaks as
3116 specified by the user.
3117 This can produce overlong lines without warning messages.
3118 .It Fl filled
3119 Display a filled block.
3120 The block of text is formatted (i.e., the text is justified on both the left
3121 and right side).
3122 .It Fl literal
3123 Display block with literal font (usually fixed-width).
3124 Useful for source code or simple tabbed or spaced text.
3125 .It Fl file Ao Ar file name Ac
3126 The file whose name follows the
3127 .Fl file
3128 flag is read and displayed before any data enclosed with
3129 .Ql .Bd
3131 .Ql .Ed ,
3132 using the selected display type.
3134 .Xr troff/ Ns Nm \-mdoc
3135 commands in the file will be processed.
3136 .It Fl offset Ao Ar string Ac
3138 .Fl offset
3139 is specified with one of the following strings, the string is interpreted to
3140 indicate the level of indentation for the forthcoming block of text:
3143 .Bl -tag -width ".Ar indent-two" -compact
3144 .It Ar left
3145 Align block on the current left margin; this is the default mode of
3146 .Ql .Bd .
3147 .It Ar center
3148 Supposedly center the block.
3149 At this time unfortunately, the block merely gets left aligned about an
3150 imaginary center margin.
3151 .It Ar indent
3152 Indent by one default indent value or tab.
3153 The default indent value is also used for the
3154 .Ql .D1
3155 and 
3156 .Ql .Dl
3157 macros, so one is guaranteed the two types of displays will line up.
3158 The indentation value is normally set to\~6n or about two thirds of an inch
3159 (six constant width characters).
3160 .It Ar indent-two
3161 Indent two times the default indent value.
3162 .It Ar right
3163 This
3164 .Em left
3165 aligns the block about two inches from the right side of the page.
3166 This macro needs work and perhaps may never do the right thing within
3167 .Xr troff .
3172 .Ao string Ac
3173 is a valid numeric expression instead
3174 .Pf ( Em with a scale indicator other than
3175 .Sq Em u ) ,
3176 use that value for indentation.
3177 The most useful scale indicators are
3178 .Sq m
3180 .Sq n ,
3181 specifying the so-called
3182 .Em \&Em
3184 .Em "En square" .
3185 This is approximately the width of the letters
3186 .Sq m
3188 .Sq n
3189 respectively
3190 of the current font (for nroff output, both scale indicators give the same
3191 values).
3193 .Ao string Ac
3194 isn't a numeric expression, it is tested whether it is an
3195 .Nm \-mdoc
3196 macro name, and the default offset value associated with this macro is used.
3197 Finally, if all tests fail,
3198 the width of
3199 .Ao string Ac
3200 (typeset with a fixed-width font) is taken as the offset.
3201 .It Fl compact
3202 Suppress insertion of vertical space before begin of display.
3205 .It Li .Ed
3206 End display (takes no arguments).
3209 .Ss "Lists and Columns"
3211 There are several types of lists which may be initiated with the
3212 .Ql .Bl
3213 begin-list macro.
3214 Items within the list are specified with the
3215 .Ql .It
3216 item macro, and each list must end with the
3217 .Ql .El
3218 macro.
3219 Lists may be nested within themselves and within displays.
3220 The use of columns inside of lists or lists inside of columns is unproven.
3222 In addition, several list attributes may be specified such as the width of a
3223 tag, the list offset, and compactness (blank lines between items allowed or
3224 disallowed).
3225 Most of this document has been formatted with a tag style list
3226 .Pf ( Fl tag ) .
3228 It has the following syntax forms:
3231 .Bd -ragged -compact
3232 .Bl -tag -width ".Li .Bl" -offset indent -compact
3233 .It Li .Bl Xo
3234 .Bro \-hang | \-ohang | \-tag | \-diag | \-inset Brc
3235 .Oo \-width Ao string Ac Oc
3236 .Oo \-offset Ao string Ac Oc Oo \-compact Oc Xc
3237 .It Li .Bl Xo
3238 .No \-column Oo \-offset Ao string Ac Oc
3239 .Ao string1 Ac Ao string2 Ac ... Xc
3240 .It Li .Bl Xo
3241 .Bro \-item | \-enum Oo \-nested Oc | \-bullet | \-hyphen | \-dash Brc
3242 .Oo \-offset Ao string Ac Oc Oo \-compact Oc Xc
3247 And now a detailed description of the list types.
3250 .Bl -tag -width ".Fl column" -compact
3251 .It Fl bullet
3252 A bullet list.
3254 .Bd -literal -offset indent
3255 \&.Bl -bullet -offset indent -compact
3256 \&.It
3257 Bullet one goes here.
3258 \&.It
3259 Bullet two here.
3260 \&.El
3264 Produces:
3267 .Bl -bullet -offset indent -compact
3269 Bullet one goes here.
3271 Bullet two here.
3275 .It Fl dash No ( or Fl hyphen )
3276 A dash list.
3278 .Bd -literal -offset indent
3279 \&.Bl -dash -offset indent -compact
3280 \&.It
3281 Dash one goes here.
3282 \&.It
3283 Dash two here.
3284 \&.El
3288 Produces:
3291 .Bl -dash -offset indent -compact
3293 Dash one goes here.
3295 Dash two here.
3299 .It Fl enum
3300 An enumerated list.
3302 .Bd -literal -offset indent
3303 \&.Bl -enum -offset indent -compact
3304 \&.It
3305 Item one goes here.
3306 \&.It
3307 And item two here.
3308 \&.El
3312 The result:
3315 .Bl -enum -offset indent -compact
3317 Item one goes here.
3319 And item two here.
3323 If you want to nest enumerated lists, use the
3324 .Fl nested
3325 flag (starting with the second-level list):
3327 .Bd -literal -offset indent
3328 \&.Bl -enum -offset indent -compact
3329 \&.It
3330 Item one goes here
3331 \&.Bl -enum -nested -compact
3332 \&.It
3333 Item two goes here.
3334 \&.It
3335 And item three here.
3336 \&.El
3337 \&.It
3338 And item four here.
3339 \&.El
3343 Result:
3346 .Bl -enum -offset indent -compact
3348 Item one goes here.
3349 .Bl -enum -nested -compact
3351 Item two goes here.
3353 And item three here.
3356 And item four here.
3360 .It Fl item
3361 A list of type
3362 .Fl item
3363 without list markers.
3365 .Bd -literal -offset indent
3366 \&.Bl -item -offset indent
3367 \&.It
3368 Item one goes here.
3369 Item one goes here.
3370 Item one goes here.
3371 \&.It
3372 Item two here.
3373 Item two here.
3374 Item two here.
3375 \&.El
3379 Produces:
3382 .Bl -item -offset indent
3384 Item one goes here.
3385 Item one goes here.
3386 Item one goes here.
3388 Item two here.
3389 Item two here.
3390 Item two here.
3394 .It Fl tag
3395 A list with tags.
3397 .Fl width
3398 to specify the tag width.
3401 .Bl -tag -width "PPID" -compact -offset indent
3402 .It SL
3403 sleep time of the process (seconds blocked)
3404 .It PAGEIN
3405 number of disk
3406 .Tn I/O Ns 's
3407 resulting from references by the process
3408 to pages not loaded in core.
3409 .It UID
3410 numerical user-id of process owner
3411 .It PPID
3412 numerical id of parent of process priority
3413 (non-positive when in non-interruptible wait)
3417 The raw text:
3419 .Bd -literal -offset indent
3420 \&.Bl -tag -width "PPID" -compact -offset indent
3421 \&.It SL
3422 sleep time of the process (seconds blocked)
3423 \&.It PAGEIN
3424 number of disk
3425 \&.Tn I/O Ns 's
3426 resulting from references by the process
3427 to pages not loaded in core.
3428 \&.It UID
3429 numerical user-id of process owner
3430 \&.It PPID
3431 numerical id of parent of process priority
3432 (non-positive when in non-interruptible wait)
3433 \&.El
3437 .It Fl diag
3438 Diag lists create section four diagnostic lists and are similar to inset
3439 lists except callable macros are ignored.
3441 .Fl width
3442 flag is not meaningful in this context.
3444 Example:
3446 .Bd -literal -offset indent
3447 \&.Bl -diag
3448 \&.It You can't use Sy here.
3449 The message says all.
3450 \&.El
3454 produces
3456 .Bl -diag
3457 .It You can't use Sy here.
3458 The message says all.
3462 .It Fl hang
3463 A list with hanging tags.
3465 .Bl -hang -offset indent
3466 .It Em Hanged
3467 labels appear similar to tagged lists when the
3468 label is smaller than the label width.
3469 .It Em Longer hanged list labels
3470 blend into the paragraph unlike
3471 tagged paragraph labels.
3474 And the unformatted text which created it:
3476 .Bd -literal -offset indent
3477 \&.Bl -hang -offset indent
3478 \&.It Em Hanged
3479 labels appear similar to tagged lists when the
3480 label is smaller than the label width.
3481 \&.It Em Longer hanged list labels
3482 blend into the paragraph unlike
3483 tagged paragraph labels.
3484 \&.El
3488 .It Fl ohang
3489 Lists with overhanging tags do not use indentation for the items; tags are
3490 written to a separate line.
3492 .Bl -ohang -offset indent
3493 .It Sy SL
3494 sleep time of the process (seconds blocked)
3495 .It Sy PAGEIN
3496 number of disk
3497 .Tn I/O Ns 's
3498 resulting from references by the process
3499 to pages not loaded in core.
3500 .It Sy UID
3501 numerical user-id of process owner
3502 .It Sy PPID
3503 numerical id of parent of process priority
3504 (non-positive when in non-interruptible wait)
3508 The raw text:
3510 .Bd -literal -offset indent
3511 \&.Bl -ohang -offset indent
3512 \&.It Sy SL
3513 sleep time of the process (seconds blocked)
3514 \&.It Sy PAGEIN
3515 number of disk
3516 \&.Tn I/O Ns 's
3517 resulting from references by the process
3518 to pages not loaded in core.
3519 \&.It Sy UID
3520 numerical user-id of process owner
3521 \&.It Sy PPID
3522 numerical id of parent of process priority
3523 (non-positive when in non-interruptible wait)
3524 \&.El
3528 .It Fl inset
3529 Here is an example of inset labels:
3530 .Bl -inset -offset indent
3531 .It Em Tag
3532 The tagged list (also called a tagged paragraph)
3533 is the most common type of list used in the
3534 Berkeley manuals.
3535 Use a
3536 .Fl width
3537 attribute as described below.
3538 .It Em Diag
3539 Diag lists create section four diagnostic lists
3540 and are similar to inset lists except callable
3541 macros are ignored.
3542 .It Em Hang
3543 Hanged labels are a matter of taste.
3544 .It Em Ohang
3545 Overhanging labels are nice when space is constrained.
3546 .It Em Inset
3547 Inset labels are useful for controlling blocks of
3548 paragraphs and are valuable for converting
3549 .Nm \-mdoc
3550 manuals to other formats.
3553 Here is the source text which produced the above example:
3555 .Bd -literal -offset indent
3556 \&.Bl -inset -offset indent
3557 \&.It Em Tag
3558 The tagged list (also called a tagged paragraph)
3559 is the most common type of list used in the
3560 Berkeley manuals.
3561 \&.It Em Diag
3562 Diag lists create section four diagnostic lists
3563 and are similar to inset lists except callable
3564 macros are ignored.
3565 \&.It Em Hang
3566 Hanged labels are a matter of taste.
3567 \&.It Em Ohang
3568 Overhanging labels are nice when space is constrained.
3569 \&.It Em Inset
3570 Inset labels are useful for controlling blocks of
3571 paragraphs and are valuable for converting
3572 \&.Nm \-mdoc
3573 manuals to other formats.
3574 \&.El
3578 .It Fl column
3579 This list type generates multiple columns.
3580 The number of columns and the width of each column is determined by the
3581 arguments to the
3582 .Fl column
3583 list,
3584 .Aq Ar string1 ,
3585 .Aq Ar string2 ,
3586 etc.
3588 .Aq Ar stringN
3589 starts with a
3590 .Ql .\&
3591 (dot) immediately followed by a valid
3592 .Nm \-mdoc
3593 macro name, interpret
3594 .Aq Ar stringN
3595 and use the width of the result.
3596 Otherwise, the width of
3597 .Aq Ar stringN
3598 (typeset with a fixed-width font) is taken as the
3599 .Ar N Ns th
3600 column width.
3602 Each
3603 .Ql .It
3604 argument is parsed to make a row, each column within the row is a separate
3605 argument separated by a tab or the
3606 .Ql .Ta
3607 macro.
3609 The table:
3611 .Bl -column -offset indent ".Sy String" ".Sy Nroff" ".Sy Troff"
3612 .It Sy String Ta Sy Nroff Ta Sy Troff
3613 .It Li <= Ta <= Ta \*(<=
3614 .It Li >= Ta >= Ta \*(>=
3618 was produced by:
3620 .Bd -literal
3621 \&.Bl -column -offset indent ".Sy String" ".Sy Nroff" ".Sy Troff"
3622 \&.It Sy String Ta Sy Nroff Ta Sy Troff
3623 \&.It Li <= Ta <= Ta \e*(<=
3624 \&.It Li >= Ta >= Ta \e*(>=
3625 \&.El
3630 Other keywords:
3632 .Bl -tag -width ".Fl indent Ao Ar string Ac"
3633 .It Fl width Ao Ar string Ac
3635 .Aq Ar string
3636 starts with a
3637 .Ql .\&
3638 (dot) immediately followed by a valid
3639 .Nm \-mdoc
3640 macro name, interpret
3641 .Aq Ar string
3642 and use the width of the result.
3643 Almost all lists in this document use this option.
3645 Example:
3647 .Bd -literal -offset indent
3648 \&.Bl -tag -width ".Fl test Ao Ar string Ac"
3649 \&.It Fl test Ao Ar string Ac
3650 This is a longer sentence to show how the
3651 \&.Fl width
3652 flag works in combination with a tag list.
3653 \&.El
3657 gives:
3659 .Bl -tag -width ".Fl test Ao Ar string Ac"
3660 .It Fl test Ao Ar string Ac
3661 This is a longer sentence to show how the
3662 .Fl width
3663 flag works in combination with a tag list.
3667 (Note that the current state of
3668 .Nm \-mdoc
3669 is saved before
3670 .Aq Ar string
3671 is interpreted; afterwards, all variables are restored again.
3672 However, boxes (used for enclosures) can't be saved in
3673 .Tn GNU
3674 .Xr troff 1 ;
3675 as a consequence, arguments must always be
3676 .Em balanced
3677 to avoid nasty errors.
3678 For example, do not write
3679 .Ql ".Ao Ar string"
3681 .Ql ".Ao Ar string Xc"
3682 instead if you really need only an opening angle bracket.)
3684 Otherwise, if
3685 .Aq Ar string
3686 is a valid numeric expression
3687 .Em ( with a scale indicator other than
3688 .Sq Em u ) ,
3689 use that value for indentation.
3690 The most useful scale indicators are
3691 .Sq m
3693 .Sq n ,
3694 specifying the so-called
3695 .Em \&Em
3697 .Em "En square" .
3698 This is approximately the width of the letters
3699 .Sq m
3701 .Sq n
3702 respectively
3703 of the current font (for nroff output, both scale indicators give the same
3704 values).
3706 .Aq Ar string
3707 isn't a numeric expression, it is tested whether it is an
3708 .Nm \-mdoc
3709 macro name, and the default width value associated with this macro is used.
3710 Finally, if all tests fail,
3711 the width of
3712 .Aq Ar string
3713 (typeset with a fixed-width font) is taken as the width.
3715 If a width is not specified for the tag list type, every time
3716 .Ql .It
3717 is invoked, an attempt is made to determine an appropriate width.
3718 If the first argument to
3719 .Ql .It
3720 is a callable macro, the default width for that macro will be used;
3721 otherwise, the default width of
3722 .Ql .No
3723 is used.
3724 .It Fl offset Ao Ar string Ac
3726 .Aq Ar string
3728 .Ar indent ,
3729 a default indent value (normally set to\~6n, similar to the value used in
3730 .Ql .Dl
3732 .Ql .Bd )
3733 is used.
3735 .Aq Ar string
3736 is a valid numeric expression instead
3737 .Pf ( Em with a scale indicator other than
3738 .Sq Em u ) ,
3739 use that value for indentation.
3740 The most useful scale indicators are
3741 .Sq m
3743 .Sq n ,
3744 specifying the so-called
3745 .Em \&Em
3747 .Em "En square" .
3748 This is approximately the width of the letters
3749 .Sq m
3751 .Sq n
3752 respectively
3753 of the current font (for nroff output, both scale indicators give the same
3754 values).
3756 .Aq Ar string
3757 isn't a numeric expression, it is tested whether it is an
3758 .Nm \-mdoc
3759 macro name, and the default offset value associated with this macro is used.
3760 Finally, if all tests fail,
3761 the width of
3762 .Aq Ar string
3763 (typeset with a fixed-width font) is taken as the offset.
3764 .It Fl compact
3765 Suppress insertion of vertical space before the list and between list items.
3769 .Sh "MISCELLANEOUS MACROS"
3771 Here a list of the remaining macros which do not fit well into one of the
3772 above sections.
3773 We couldn't find real examples for the following macros:
3774 .Ql .Me
3776 .Ql .Ot .
3777 They are documented here for completeness \- if you know how to use them
3778 properly please send a mail to
3779 .Mt bug-groff@gnu.org
3780 (including an example).
3782 .Bl -tag -width ".Li .Bt"
3783 .It Li .Bt
3784 prints
3786 .Bd -ragged -offset indent
3790 It is neither callable nor parsed and takes no arguments.
3792 .It Li .Fr
3794 .Dl Usage: .Fr Ao function return value Ac ...
3796 Don't use this macro.
3797 It allows a break right before the return value (usually a single digit)
3798 which is bad typographical behaviour.
3800 .Ql \e~
3801 to tie the return value to the previous word.
3803 .It Li .Hf
3804 Use this macro to include a (header) file literally.
3805 It first prints
3806 .Ql File:
3807 followed by the file name, then the contents of
3808 .Ao file Ac .
3810 .Dl Usage: .Hf Ao file Ac
3812 It is neither callable nor parsed.
3814 .It Li .Lk
3815 To be written.
3817 .It Li .Me
3818 Exact usage unknown.
3819 The documentation in the
3820 .Nm \-mdoc
3821 source file describes it as a macro for
3822 .Dq "menu entries" .
3824 Its default width is 6n.
3826 .It Li .Mt
3827 To be written.
3829 .It Li .Ot
3830 Exact usage unknown.
3831 The documentation in the
3832 .Nm \-mdoc
3833 source file describes it as
3834 .Dq old function type (fortran) .
3836 .It Li .Sm
3837 Activate (toggle) space mode.
3839 .Dl Usage: .Sm Oo on | off Oc ...
3841 If space mode is off, no spaces between macro arguments are inserted.
3842 If called without a parameter (or if the next parameter is neither
3843 .Ql on
3845 .Ql off ,
3846 .Ql .Sm
3847 toggles space mode.
3849 .It Li .Ud
3850 prints
3852 .Bd -ragged -offset indent
3856 It is neither callable nor parsed and takes no arguments.
3860 .Sh "PREDEFINED STRINGS"
3862 The following strings are predefined:
3864 .Bl -column String infinity "Troff " "straight double quote" -offset indent
3865 .It Sy String Ta Sy Nroff Ta Sy Troff Ta Sy Meaning
3866 .It Li <=     Ta <=       Ta \*[<=]   Ta "less equal"
3867 .It Li >=     Ta >=       Ta \*[>=]   Ta "greater equal"
3868 .It Li Rq     Ta ''       Ta \*[Rq]   Ta "right double quote"
3869 .It Li Lq     Ta ``       Ta \*[Lq]   Ta "left double quote"
3870 .It Li ua     Ta ^        Ta \*[ua]   Ta "upwards arrow"
3871 .It Li aa     Ta \'       Ta \*[aa]   Ta "acute accent"
3872 .It Li ga     Ta \`       Ta \*[ga]   Ta "grave accent"
3873 .It Li q      Ta \&"      Ta \*[q]    Ta "straight double quote"
3874 .It Li Pi     Ta pi       Ta \*[Pi]   Ta "greek pi"
3875 .It Li Ne     Ta !=       Ta \*[Ne]   Ta "not equal"
3876 .It Li Le     Ta <=       Ta \*[Le]   Ta "less equal"
3877 .It Li Ge     Ta >=       Ta \*[Ge]   Ta "greater equal"
3878 .It Li Lt     Ta <        Ta \*[Lt]   Ta "less than"
3879 .It Li Gt     Ta >        Ta \*[Gt]   Ta "greater than"
3880 .It Li Pm     Ta +\-      Ta \*[Pm]   Ta "plus minus"
3881 .It Li If     Ta infinity Ta \*[If]   Ta "infinity"
3882 .It Li Am     Ta \*[Am]   Ta \*[Am]   Ta "ampersand"
3883 .It Li Na     Ta \*[Na]   Ta \*[Na]   Ta "not a number"
3884 .It Li Ba     Ta \*[Ba]   Ta \*[Ba]   Ta "vertical bar"
3887 The names of the columns
3888 .Sy Nroff
3890 .Sy Troff
3891 are a bit misleading;
3892 .Sy Nroff
3893 shows the
3894 .Tn ASCII
3895 representation, while
3896 .Sy Troff
3897 gives the best glyph form available.
3898 For example, a Unicode enabled
3899 .Tn TTY Ns - Ns
3900 device will have proper glyph representations for all strings, whereas the
3901 enhancement for a Latin1
3902 .Tn TTY Ns - Ns
3903 device is only the plus-minus sign.
3905 String names which consist of two characters can be written as
3906 .Ql \e*(xx ;
3907 string names which consist of one character can be written as
3908 .Ql \e*x .
3909 A generic syntax for a string name of any length is
3910 .Ql \e*[xxx]
3911 (this is a
3912 .Tn GNU
3913 .Xr troff 1
3914 extension).
3918 \#=====================================================================
3920 .Sh DIAGNOSTICS
3922 The debugging macro
3923 .Ql .Db
3924 available in previous versions of
3925 .Nm \-mdoc
3926 has been removed since
3927 .Tn GNU
3928 .Xr troff 1
3929 provides better facilities to check parameters; additionally, many error and
3930 warning messages have been added to this macro package, making it both more
3931 robust and verbose.
3933 The only remaining debugging macro is
3934 .Ql .Rd
3935 which yields a register dump of all global registers and strings.
3936 A normal user will never need it.
3939 .Sh "FORMATTING WITH GROFF, TROFF, AND NROFF"
3941 By default, the package inhibits page breaks, headers, and footers if
3942 displayed with a
3943 .Tn TTY
3944 device like
3945 .Sq latin1
3947 .Sq unicode ,
3948 to make the manual more efficient for viewing on-line.
3949 This behaviour can be changed (e.g.\& to create a hardcopy of the
3950 .Tn TTY
3951 output) by setting the register
3952 .Ql cR
3953 to zero while calling
3954 .Xr groff 1 ,
3955 resulting in multiple pages instead of a single, very long page:
3957 .Dl groff -Tlatin1 -rcR=0 -mdoc foo.man > foo.txt
3959 For double-sided printing, set register
3960 .Ql D
3961 to\~1:
3963 .Dl groff -Tps -rD1 -mdoc foo.man > foo.ps
3965 To change the document font size to 11pt or 12pt, set register
3966 .Ql S
3967 accordingly:
3969 .Dl groff -Tdvi -rS11 -mdoc foo.man > foo.dvi
3971 Register
3972 .Ql S
3973 is ignored for
3974 .Tn TTY
3975 devices.
3977 The line and title length can be changed by setting the registers
3978 .Ql LL
3980 .Ql LT ,
3981 respectively:
3983 .Dl groff -Tutf8 -rLL=100n -rLT=100n -mdoc foo.man | less
3985 If not set, both registers default to 78n for TTY devices and 6.5i
3986 otherwise.
3989 .Sh FILES
3991 .Bl -tag -width mdoc/doc-ditroff -compact
3992 .It Pa doc.tmac
3993 The main manual macro package.
3994 .It Pa mdoc.tmac
3995 A wrapper file to call
3996 .Pa doc.tmac .
3997 .It Pa mdoc/doc-common
3998 Common strings, definitions, stuff related typographic output.
3999 .It Pa mdoc/doc-nroff
4000 Definitions used for a
4001 .Tn TTY
4002 output device.
4003 .It Pa mdoc/doc-ditroff
4004 Definitions used for all other devices.
4005 .It Pa mdoc.local
4006 Local additions and customizations.
4007 .It Pa andoc.tmac
4008 This file checks whether the
4009 .Nm \-mdoc
4010 or the
4011 .Nm \-man
4012 package should be used.
4016 .Sh "SEE ALSO"
4018 .Xr groff 1 ,
4019 .Xr man 1 ,
4020 .Xr troff 1 ,
4021 .Xr groff_man 7
4024 .Sh BUGS
4026 Section 3f has not been added to the header routines.
4028 .Ql \&.Nm
4029 font should be changed in
4030 .Sx NAME
4031 section.
4033 .Ql \&.Fn
4034 needs to have a check to prevent splitting up
4035 if the line length is too short.
4036 Occasionally it
4037 separates the last parenthesis, and sometimes
4038 looks ridiculous if a line is in fill mode.
4040 The list and display macros do not do any keeps
4041 and certainly should be able to.
4042 .\" Note what happens if the parameter list overlaps a newline
4043 .\" boundary.
4044 .\" to make sure a line boundary is crossed:
4045 .\" .Bd -literal
4046 .\" \&.Fn struct\e\ dictionarytable\e\ *dictionarylookup struct\e\ dictionarytable\e\ *tab[]
4047 .\" .Ed
4048 .\" .Pp
4049 .\" produces, nudge nudge,
4050 .\" .Fn struct\ dictionarytable\ *dictionarylookup char\ *h struct\ dictionarytable\ *tab[] ,
4051 .\" .Fn struct\ dictionarytable\ *dictionarylookup char\ *h struct\ dictionarytable\ *tab[] ,
4052 .\" nudge
4053 .\" .Fn struct\ dictionarytable\ *dictionarylookup char\ *h struct\ dictionarytable\ *tab[] .
4054 .\" .Pp
4055 .\" If double quotes are used, for example:
4056 .\" .Bd -literal
4057 .\" \&.Fn \*qstruct dictionarytable *dictionarylookup\*q \*qchar *h\*q \*qstruct dictionarytable *tab[]\*q
4058 .\" .Ed
4059 .\" .Pp
4060 .\" produces, nudge nudge,
4061 .\" .Fn "struct dictionarytable *dictionarylookup" "char *h" "struct dictionarytable *tab[]" ,
4062 .\" nudge
4063 .\" .Fn "struct dictionarytable *dictionarylookup" "char *h" "struct dictionarytable *tab[]" ,
4064 .\" nudge
4065 .\" .Fn "struct dictionarytable *dictionarylookup" "char *h" "struct dictionarytable *tab[]" .
4066 .\" .Pp
4067 .\" Not a pretty sight...
4068 .\" In a paragraph, a long parameter containing unpaddable spaces as
4069 .\" in the former example will cause
4070 .\" .Xr troff
4071 .\" to break the line and spread
4072 .\" the remaining words out.
4073 .\" The latter example will adjust nicely to
4074 .\" justified margins, but may break in between an argument and its
4075 .\" declaration.
4076 .\" In
4077 .\" .Xr nroff
4078 .\" the right margin adjustment is normally ragged and the problem is
4079 .\" not as severe.
4081 .\" Local Variables:
4082 .\" mode: nroff
4083 .\" End: