Minor typos.
[s-roff.git] / tmac / groff_mdoc.man
blob5896069fe40220e55a66132ae6e320083b6a9c29
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 July 8, 2004
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 , acorn26 , acorn32 , algor , amd64 , amiga , arc , arm26 ,
774 .No arm32 , atari , bebox , cats , cesfic , cobalt , dreamcast , evbarm ,
775 .No evbmips , evbppc , evbsh3 , hp300 , hp700 , hpcmips , i386 , luna68k ,
776 .No m68k , mac68k , macppc , mips , mmeye , mvme68k , mvmeppc , netwinder ,
777 .No news68k , newsmips , next68k , ofppc , pc532 , pmax , pmppc , powerpc ,
778 .No prep , sandpoint , sgimips , sh3 , shark , sparc , sparc64 , sun3 ,
779 .No tahoe , vax , x68k , x86_64
783 If the section number is neither a numeric expression in the range 1 to\~9
784 nor one of the above described keywords, the third parameter is used
785 verbatim as the volume name.
787 In the following examples, the left (which is identical to the right) and
788 the middle part of the manual page header strings are shown.
789 Note how
790 .Ql \e&
791 prevents the digit\~7 from being a valid numeric expression.
793 .Bd -ragged
794 .Bl -tag -width ".Li .Dt\ FOO\ 2\ i386" -compact -offset indent
795 .It Li ".Dt FOO 7"
796 .Ql FOO(7)
797 .Ql \*[volume-operating-system] \*[volume-ds-7]
798 .It Li ".Dt FOO 7 bar"
799 .Ql FOO(7)
800 .Ql \*[volume-operating-system] \*[volume-ds-7]
801 .It Li ".Dt FOO \e&7 bar"
802 .Ql FOO(7)
803 .Ql bar
804 .It Li ".Dt FOO 2 i386"
805 .Ql FOO(2)
806 .Ql \*[volume-operating-system]/\*[volume-as-i386] \*[volume-ds-2]
807 .It Li ".Dt FOO \*[q]\*[q] bar"
808 .Ql FOO
809 .Ql bar
814 Local, OS-specific additions might be found in the file
815 .Pa mdoc.local ;
816 look for strings named
817 .Ql volume-ds-XXX
818 (for the former type) and
819 .Ql volume-as-XXX
820 (for the latter type);
821 .Ql XXX
822 then denotes the keyword to be used with the
823 .Ql .Dt
824 macro.
826 This macro is neither callable nor parsed.
828 .It Li .Os Xo
829 .Op Aq operating system
830 .Op Aq release
832 If the first parameter is empty,
833 the default
834 .Sq Tn "\*[operating-system]"
835 is used.
836 This may be overridden in the local configuration file,
837 .Pa mdoc.local .
838 In general, the name of the operating system should be the common acronym,
839 e.g.\&
840 .Tn BSD
842 .Tn ATT .
843 The release should be the standard release nomenclature for the system
844 specified.
845 In the following table, the possible second arguments for some predefined
846 operating systems are listed.
847 Similar to
848 .Ql .Dt ,
849 local additions might be defined in
850 .Pa mdoc.local ;
851 look for strings named
852 .Ql operating-system-XXX-YYY ,
853 where
854 .Ql XXX
855 is the acronym for the operating system and
856 .Ql YYY
857 the release ID.
859 .Bd -ragged -compact
860 .Bl -tag -width ".No FreeBSD" -offset indent
861 .It ATT
862 7th, 7, III, 3, V, V.2, V.3, V.4
863 .It BSD
864 3, 4, 4.1, 4.2, 4.3, 4.3t, 4.3T, 4.3r, 4.3R, 4.4
865 .It NetBSD
866 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,
867 1.3, 1.3a, 1.4, 1.4.1, 1.4.2, 1.4.3, 1.5, 1.5.1, 1.5.2, 1.5.3, 1.6, 1.6.1,
868 1.6.2, 2.0, 2.1
869 .It FreeBSD
870 1.0, 1.1, 1.1.5, 1.1.5.1, 2.0, 2.0.5, 2.1, 2.1.5, 2.1.6, 2.1.7, 2.2, 2.2.1,
871 2.2.2, 2.2.5, 2.2.6, 2.2.7, 2.2.8, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 4.0, 4.1,
872 4.1.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.6.2, 4.7, 4.8, 4.9, 4.10, 5.0, 5.1, 5.2,
873 5.2.1, 5.3
879 .Tn ATT ,
880 an unknown second parameter will be replaced with the string
881 .Tn UNIX ;
882 for the other predefined acronyms it will be ignored and a warning message
883 emitted.
884 Unrecognized arguments are displayed as given in the page footer.
885 For instance, a typical footer might be:
887 .Dl .Os BSD 4.3
889 giving
890 .Ql 4.3\~Berkeley Distribution ,
891 or for a locally produced set
893 .Dl .Os CS Department
895 which will produce
896 .Ql CS\~Department .
898 If the
899 .Ql .Os
900 macro is not present, the bottom left corner of the manual page will be
901 ugly.
903 This macro is neither callable nor parsed.
905 .It Li .Dd Oo
906 .Aq month
907 .Aq day ,
908 .Aq year
911 .Ql Dd
912 has no arguments,
913 .Ql Epoch
914 is used for the date string.
915 If it has exactly three arguments, they are concatenated, separated with
916 unbreakable space:
918 .Dl .Dd January 25, 2001
920 Otherwise, the current date is used, ignoring the parameters.
922 This macro is neither callable nor parsed.
926 .Sh "INTRODUCTION OF MANUAL AND GENERAL TEXT DOMAINS"
928 .Ss "What's in a Name" Ns ...
930 The manual domain macro names are derived from the day to day informal
931 language used to describe commands, subroutines and related files.
932 Slightly different variations of this language are used to describe the
933 three different aspects of writing a man page.
934 First, there is the description of
935 .Nm \-mdoc
936 macro command usage.
937 Second is the description of a
939 command
940 .Em with
941 .Nm \-mdoc
942 macros, and third, the description of a command to a user in the verbal
943 sense; that is, discussion of a command in the text of a man page.
945 In the first case,
946 .Xr troff 1
947 macros are themselves a type of command; the general syntax for a troff
948 command is:
950 .Bd -filled -offset indent
951 .Li ".Xx argument1 argument2" ...
955 .Ql .Xx
956 is a macro command, and anything following it are arguments to
957 be processed.
958 In the second case, the description of a
960 command using the content macros is a bit more involved; a typical
961 .Sx SYNOPSIS
962 command line might be displayed as:
964 .Bd -filled -offset indent
965 .Nm filter
966 .Op Fl flag
967 .Ao Ar infile Ac Ao Ar outfile Ac
971 Here,
972 .Nm filter
973 is the command name and the
974 bracketed string
975 .Fl flag
976 is a
977 .Em flag
978 argument designated as optional by the option brackets.
980 .Nm \-mdoc
981 terms,
982 .Ao Ar infile Ac
984 .Ao Ar outfile Ac
985 are called
986 .Em meta arguments ;
987 in this example, the user has to replace the meta expressions given in angle
988 brackets with real file names.
989 Note that in this document meta arguments are used to describe
990 .Nm \-mdoc
991 commands; in most man pages, meta variables are not specifically written
992 with angle brackets.
993 The macros which formatted the above example:
995 .Bd -literal -offset indent
996 \&.Nm filter
997 \&.Op Fl flag
998 \&.Ao Ar infile Ac Ao Ar outfile Ac
1002 In the third case, discussion of commands and command syntax includes both
1003 examples above, but may add more detail.
1004 The arguments
1005 .Ao Ar infile Ac
1007 .Ao Ar outfile Ac
1008 from the example above might be referred to as
1009 .Em operands
1011 .Em file arguments .
1012 Some command line argument lists are quite long:
1014 .Bd -ragged
1015 .Bl -tag -width ".Nm make" -offset indent -compact
1016 .It Nm make
1017 .Op Fl eiknqrstv
1018 .Op Fl D Ar variable
1019 .Op Fl d Ar flags
1020 .Op Fl f Ar makefile
1021 .Op Fl I Ar directory
1022 .Op Fl j Ar max_jobs
1023 .Op Ar variable Ns = Ns Ar value
1025 .Op Ar target ...
1031 Here one might talk about the command
1032 .Nm make
1033 and qualify the argument,
1034 .Ar makefile ,
1035 as an argument to the flag,
1036 .Fl f ,
1037 or discuss the optional file operand
1038 .Ar target .
1039 In the verbal context, such detail can prevent confusion, however the
1040 .Nm \-mdoc
1041 package does not have a macro for an argument
1042 .Em to
1043 a flag.
1044 Instead the
1045 .Ql \&Ar
1046 argument macro is used for an operand or file argument like
1047 .Ar target
1048 as well as an argument to a flag like
1049 .Ar variable .
1050 The make command line was produced from:
1052 .Bd -literal -offset indent
1053 \&.Nm make
1054 \&.Op Fl eiknqrstv
1055 \&.Op Fl D Ar variable
1056 \&.Op Fl d Ar flags
1057 \&.Op Fl f Ar makefile
1058 \&.Op Fl I Ar directory
1059 \&.Op Fl j Ar max_jobs
1060 \&.Op Ar variable Ns = Ns Ar value
1061 \&.Bk
1062 \&.Op Ar target ...
1063 \&.Ek
1068 .Ql .Bk
1070 .Ql .Ek
1071 macros are explained in
1072 .Sx Keeps .
1074 .Ss "General Syntax"
1076 The manual domain and general text domain macros share a similar syntax with
1077 a few minor deviations; most notably,
1078 .Ql .Ar ,
1079 .Ql .Fl ,
1080 .Ql .Nm ,
1082 .Ql .Pa
1083 differ only when called without arguments; and
1084 .Ql .Fn
1086 .Ql .Xr
1087 impose an order on their argument lists.
1088 All content macros are capable of recognizing and properly handling
1089 punctuation, provided each punctuation character is separated by a leading
1090 space.
1091 If a command is given:
1093 .Dl \&.Ar sptr, ptr),
1095 The result is:
1097 .Dl Ar sptr, ptr),
1099 The punctuation is not recognized and all is output in the
1100 font used by
1101 .Ql .Ar .
1102 If the punctuation is separated by a leading white space:
1104 .Dl \&.Ar "sptr , ptr ) ,"
1106 The result is:
1108 .Dl Ar sptr , ptr ) ,
1110 The punctuation is now recognized and output in the default font
1111 distinguishing it from the argument strings.
1112 To remove the special meaning from a punctuation character escape it with
1113 .Ql \e& .
1115 The following punctuation characters are recognized by
1116 .Nm \-mdoc :
1118 .Bl -column -offset indent-two XXXXXX XXXXXX XXXXXX XXXXXX
1119 .It Li .\& Ta Li ,\& Ta Li :\& Ta Li ;\& Ta Li (\&
1120 .It Li )\& Ta Li [\& Ta Li ]\& Ta Li ?\& Ta Li !\&
1124 .Xr Troff
1125 is limited as a macro language, and has difficulty when presented with a
1126 string containing a member of the mathematical, logical or quotation set:
1128 .Bd -literal -offset indent-two
1129 {+,\-,/,*,%,<,>,<=,>=,=,==,&,`,',"}
1133 The problem is that
1134 .Xr troff
1135 may assume it is supposed to actually perform the operation or evaluation
1136 suggested by the characters.
1137 To prevent the accidental evaluation of these characters, escape them with
1138 .Ql \e& .
1139 Typical syntax is shown in the first content macro displayed below,
1140 .Ql .Ad .
1143 .Sh "MANUAL DOMAIN"
1145 .Ss Addresses
1147 The address macro identifies an address construct.
1149 .Dl Usage: .Ad Ao address Ac ...
1151 .Bl -tag -width ".Li .Ad\ f1\ ,\ f2\ ,\ f3\ :" -compact -offset 15n
1152 .It Li ".Ad addr1"
1153 .Ad addr1
1154 .It Li ".Ad addr1 ."
1155 .Ad addr1 .
1156 .It Li ".Ad addr1 , file2"
1157 .Ad addr1 , file2
1158 .It Li ".Ad f1 , f2 , f3 :"
1159 .Ad f1 , f2 , f3 :
1160 .It Li ".Ad addr ) ) ,"
1161 .Ad addr ) ) ,
1165 The default width is 12n.
1167 .Ss "Author Name"
1170 .Ql .An
1171 macro is used to specify the name of the author of the item being
1172 documented, or the name of the author of the actual manual page.
1174 .Dl Usage: .An Ao author name Ac ...
1176 .Bl -tag -width ".Li .An\ \*[q]Joe\ Author\*[q]\ )\ )\ ," -offset 15n
1177 .It Li ".An \*[q]Joe Author\*[q]"
1178 .An "Joe Author"
1179 .It Li ".An \*[q]Joe Author\*[q] ,"
1180 .An "Joe Author" ,
1181 .It Li ".An \*[q]Joe Author\*[q] Aq nobody@FreeBSD.org"
1182 .An "Joe Author" Aq nobody@FreeBSD.org
1183 .It Li ".An \*[q]Joe Author\*[q] ) ) ,"
1184 .An "Joe Author" ) ) ,
1188 The default width is 12n.
1190 In the
1191 .Sx AUTHORS
1192 section, the
1193 .Ql .An
1194 command causes a line break allowing each new name to appear on its own
1195 line.
1196 If this is not desirable,
1198 .Bd -literal -offset indent
1199 \&.An -nosplit
1203 call will turn this off.
1204 To turn splitting back on, write
1206 .Bd -literal -offset indent
1207 \&.An -split
1210 .Ss "Arguments"
1213 .Li .Ar
1214 argument macro may be used whenever an argument is referenced.
1215 If called without arguments, the
1216 .Sq Ar
1217 string is output.
1219 .Dl Usage: .Ar Oo Ao argument Ac Oc ...
1221 .Bl -tag -width ".Li .Ar\ file1\ file2" -compact -offset 15n
1222 .It Li .Ar
1224 .It Li ".Ar file1"
1225 .Ar file1
1226 .It Li ".Ar file1 ."
1227 .Ar file1 .
1228 .It Li ".Ar file1 file2"
1229 .Ar file1 file2
1230 .It Li ".Ar f1 f2 f3 :"
1231 .Ar f1 f2 f3 :
1232 .It Li ".Ar file ) ) ,"
1233 .Ar file ) ) ,
1237 The default width is 12n.
1239 .Ss "Configuration Declaration (Section Four Only)"
1242 .Ql .Cd
1243 macro is used to demonstrate a
1244 .Xr config 8
1245 declaration for a device interface in a section four manual.
1247 .Dl Usage: .Cd Ao argument Ac ...
1249 .Bl -tag -width ".Li .Cd\ Xdevice\ le0\ at\ scode?X" -offset 15n
1250 .It Li ".Cd \*[q]device le0 at scode?\*[q]"
1251 .Cd "device le0 at scode?"
1254 In the
1255 .Sx SYNOPSIS
1256 section a
1257 .Ql .Cd
1258 command causes a line break before and after its arguments are printed.
1261 The default width is 12n.
1263 .Ss "Command Modifiers"
1265 The command modifier is identical to the
1266 .Ql .Fl
1267 (flag) command with the exception that the
1268 .Ql .Cm
1269 macro does not assert a dash in front of every argument.
1270 Traditionally flags are marked by the preceding dash, however, some commands
1271 or subsets of commands do not use them.
1272 Command modifiers may also be specified in conjunction with interactive
1273 commands such as editor commands.
1275 .Sx Flags .
1277 The default width is 10n.
1279 .Ss "Defined Variables"
1281 A variable (or constant) which is defined in an include file
1282 is specified by the macro
1283 .Ql .Dv .
1285 .Dl Usage: .Dv Ao defined variable Ac ...
1287 .Bl -tag -width ".Li .Dv\ MAXHOSTNAMELEN" -compact -offset 15n
1288 .It Li ".Dv MAXHOSTNAMELEN"
1289 .Dv MAXHOSTNAMELEN
1290 .It Li ".Dv TIOCGPGRP )"
1291 .Dv TIOCGPGRP )
1295 The default width is 12n.
1297 .Ss Errno's
1300 .Ql .Er
1301 errno macro specifies the error return value for section 2, 3, and\~9 library
1302 routines.
1303 The second example below shows
1304 .Ql .Er
1305 used with the
1306 .Ql .Bq
1307 general text domain macro, as it would be used in a section two manual page.
1309 .Dl Usage: .Er Ao errno type Ac ...
1311 .Bl -tag -width ".Li .Bq\ Er\ ENOTDIR" -compact -offset 15n
1312 .It Li ".Er ENOENT"
1313 .Er ENOENT
1314 .It Li ".Er ENOENT ) ;"
1315 .Er ENOENT ) ;
1316 .It Li ".Bq Er ENOTDIR"
1317 .Bq Er ENOTDIR
1321 The default width is 17n.
1323 .Ss "Environment Variables"
1326 .Ql .Ev
1327 macro specifies an environment variable.
1329 .Dl Usage: .Ev Ao argument Ac ...
1331 .Bl -tag -width ".Li .Ev\ PRINTER\ )\ )\ ," -compact -offset 15n
1332 .It Li ".Ev DISPLAY"
1333 .Ev DISPLAY
1334 .It Li ".Ev PATH ."
1335 .Ev PATH .
1336 .It Li ".Ev PRINTER ) ) ,"
1337 .Ev PRINTER ) ) ,
1341 The default width is 15n.
1343 .Ss Flags
1346 .Ql .Fl
1347 macro handles command line flags.
1348 It prepends a dash,
1349 .Ql \- ,
1350 to the flag.
1351 For interactive command flags, which are not prepended with a dash, the
1352 .Ql .Cm
1353 (command modifier)
1354 macro is identical, but without the dash.
1356 .Dl Usage: .Fl Ao argument Ac ...
1358 .Bl -tag -width ".Li .Fl\ xyz\ )\ ," -compact -offset 15n
1359 .It Li .Fl
1361 .It Li ".Fl cfv"
1362 .Fl cfv
1363 .It Li ".Fl cfv ."
1364 .Fl cfv .
1365 .It Li ".Cm cfv ."
1366 .Cm cfv .
1367 .It Li ".Fl s v t"
1368 .Fl s v t
1369 .It Li ".Fl \- ,"
1370 .Fl \- ,
1371 .It Li ".Fl xyz ) ,"
1372 .Fl xyz ) ,
1373 .It Li ".Fl |"
1374 .Fl |
1378 .Ql .Fl
1379 macro without any arguments results in a dash representing stdin/stdout.
1380 Note that giving
1381 .Ql .Fl
1382 a single dash will result in two dashes.
1384 The default width is 12n.
1386 .Ss "Function Declarations"
1389 .Ql .Fd
1390 macro is used in the
1391 .Sx SYNOPSIS
1392 section with section two or three functions.
1393 It is neither callable nor parsed.
1395 .Dl Usage: .Fd Ao argument Ac ...
1397 .Bl -tag -width ".Li .Fd\ X#include\ <sys/types.h>X" -compact -offset 15n
1398 .It Li ".Fd \*[q]#include <sys/types.h>\*[q]"
1399 .Fd "#include <sys/types.h>"
1402 In the
1403 .Sx SYNOPSIS
1404 section a
1405 .Ql .Fd
1406 command causes a line break if a function has already been presented and a
1407 break has not occurred.
1408 This leaves a nice vertical space in between the previous function call and
1409 the declaration for the next function.
1413 .Ql .In
1414 macro, while in the
1415 .Sx SYNOPSIS
1416 section, represents the
1417 .Li #include
1418 statement, and is the short form of the above example.
1419 It specifies the C\~header file as being included in a C\~program.
1420 It also causes a line break.
1422 While not in the
1423 .Sx SYNOPSIS
1424 section, it represents the header file enclosed in angle brackets.
1426 .Dl Usage: .In Ao header file Ac
1428 .Bl -tag -width ".Li .In\ stdio.h" -compact -offset 15n
1429 .nr in-synopsis-section 1
1430 .It Li ".In stdio.h"
1431 .In stdio.h
1432 .nr in-synopsis-section 0
1433 .It Li ".In stdio.h"
1434 .In stdio.h
1437 .Ss "Function Types"
1439 This macro is intended for the
1440 .Sx SYNOPSIS
1441 section.
1442 It may be used anywhere else in the man page without problems, but its main
1443 purpose is to present the function type in kernel normal form for the
1444 .Sx SYNOPSIS
1445 of sections two and three (it causes a line break, allowing the function
1446 name to appear on the next line).
1448 .Dl Usage: .Ft Ao type Ac ...
1450 .Bl -tag -width ".Li .Ft\ struct\ stat" -compact -offset 15n
1451 .It Li ".Ft struct stat"
1452 .Ft struct stat
1455 .Ss "Functions (Library Routines)"
1457 The 
1458 .Ql .Fn
1459 macro is modeled on
1460 .Tn ANSI\~C
1461 conventions.
1463 .Dl Usage: .Fn Ao function Ac Oo Ao parameter Ac Oc ...
1465 .Bl -tag -width ".Li .Fn\ align\ Xchar\ *ptrX\ ," -compact -offset 15n
1466 .It Li ".Fn getchar"
1467 .Fn getchar
1468 .It Li ".Fn strlen ) ,"
1469 .Fn strlen ) ,
1470 .It Li ".Fn align \*[q]char *ptr\*[q] ,"
1471 .Fn align "char *ptr" ,
1474 Note that any call to another macro signals the end of the
1475 .Ql .Fn
1476 call (it will insert a closing parenthesis at that point).
1478 For functions with many parameters (which is rare), the macros
1479 .Ql .Fo
1480 (function open)
1482 .Ql .Fc
1483 (function close)
1484 may be used with
1485 .Ql .Fa
1486 (function argument).
1488 Example:
1490 .Bd -literal -offset indent
1491 \&.Ft int
1492 \&.Fo res_mkquery
1493 \&.Fa "int op"
1494 \&.Fa "char *dname"
1495 \&.Fa "int class"
1496 \&.Fa "int type"
1497 \&.Fa "char *data"
1498 \&.Fa "int datalen"
1499 \&.Fa "struct rrec *newrr"
1500 \&.Fa "char *buf"
1501 \&.Fa "int buflen"
1502 \&.Fc
1506 Produces:
1508 .Bd -ragged -offset indent
1509 .Ft int
1510 .Fo res_mkquery
1511 .Fa "int op"
1512 .Fa "char *dname"
1513 .Fa "int class"
1514 .Fa "int type"
1515 .Fa "char *data"
1516 .Fa "int datalen"
1517 .Fa "struct rrec *newrr"
1518 .Fa "char *buf"
1519 .Fa "int buflen"
1524 In the
1525 .Sx SYNOPSIS
1526 section, the function will always begin at the beginning of line.
1527 If there is more than one function presented in the
1528 .Sx SYNOPSIS
1529 section and a function type has not been given, a line break will occur,
1530 leaving a nice vertical space between the current function name and the one
1531 prior.
1533 The default width values of
1534 .Ql .Fn
1536 .Ql .Fo
1537 are 12n and 16n, respectively.
1539 .Ss "Function Arguments"
1542 .Ql .Fa
1543 macro is used to refer to function arguments (parameters) outside of the
1544 .Sx SYNOPSIS
1545 section of the manual or inside the
1546 .Sx SYNOPSIS
1547 section if the enclosure macros
1548 .Ql .Fo
1550 .Ql .Fc
1551 instead of
1552 .Ql .Fn
1553 are used.
1554 .Ql .Fa
1555 may also be used to refer to structure members.
1557 .Dl Usage: .Fa Ao function argument Ac ...
1559 .Bl -tag -width ".Li .Fa\ d_namlen\ )\ )\ ," -compact -offset 15n
1560 .It Li ".Fa d_namlen ) ) ,"
1561 .Fa d_namlen ) ) ,
1562 .It Li ".Fa iov_len"
1563 .Fa iov_len
1567 The default width is 12n.
1569 .Ss "Return Values"
1572 .Ql .Rv
1573 macro generates text for use in the
1574 .Sx RETURN VALUES
1575 section.
1577 .Dl Usage: .Rv Oo -std Oc Op Ao function Ac ...
1579 For example,
1580 .Ql ".Rv -std atexit"
1581 produces:
1583 .Bd -ragged -offset -indent
1584 \# a small hack to suppress a warning message
1585 .ds section-old "\*[section]
1586 .ds section 3
1587 .Rv -std atexit
1588 .ds section "\*[section-old]
1593 .Fl std
1594 option is valid only for manual page sections\~2 and\~3.
1595 Currently, this macro does nothing if used without the
1596 .Fl std
1597 flag.
1599 .Ss "Exit Status"
1602 .Ql .Ex
1603 macro generates text for use in the
1604 .Sx DIAGNOSTICS
1605 section.
1607 .Dl Usage: .Ex Oo -std Oc Op Ao utility Ac ...
1609 For example,
1610 .Ql ".Ex -std cat"
1611 produces:
1613 .Bd -ragged -offset -indent
1614 \# a small hack to suppress a warning message
1615 .ds section-old "\*[section]
1616 .ds section 1
1617 .Ex -std cat
1618 .ds section "\*[section-old]
1623 .Fl std
1624 option is valid only for manual page sections 1, 6 and\~8.
1625 Currently, this macro does nothing if used without the
1626 .Fl std
1627 flag.
1629 .Ss "Interactive Commands"
1632 .Ql .Ic
1633 macro designates an interactive or internal command.
1635 .Dl Usage: .Ic Ao argument Ac ...
1637 .Bl -tag -width ".Li .Ic\ setenv\ ,\ unsetenv" -compact -offset 15n
1638 .It Li ".Ic :wq"
1639 .Ic :wq
1640 .It Li ".Ic \*[q]do while {...}\*[q]"
1641 .Ic "do while {...}"
1642 .It Li ".Ic setenv , unsetenv"
1643 .Ic setenv , unsetenv
1647 The default width is 12n.
1649 .Ss "Library Names"
1652 .Ql .Lb
1653 macro is used to specify the library where a particular function is compiled
1656 .Dl Usage: .Lb Ao argument Ac ...
1658 Available arguments to
1659 .Ql .Lb 
1660 and their results are:
1663 .Bl -tag -width ".Li libossaudio" -compact -offset indent
1664 .It Li libarm
1665 .Lb libarm
1666 .It Li libarm32
1667 .Lb libarm32
1668 .It Li libc
1669 .Lb libc
1670 .It Li libcdk
1671 .Lb libcdk
1672 .It Li libcompat
1673 .Lb libcompat
1674 .It Li libcrypt
1675 .Lb libcrypt
1676 .It Li libcurses
1677 .Lb libcurses
1678 .It Li libedit
1679 .Lb libedit
1680 .It Li libevent
1681 .Lb libevent
1682 .It Li libform
1683 .Lb libform
1684 .It Li libi386
1685 .Lb libi386
1686 .It Li libintl
1687 .Lb libintl
1688 .It Li libipsec
1689 .Lb libipsec
1690 .It Li libkvm
1691 .Lb libkvm
1692 .It Li libm
1693 .Lb libm
1694 .It Li libm68k
1695 .Lb libm68k
1696 .It Li libmagic
1697 .Lb libmagic
1698 .It Li libmenu
1699 .Lb libmenu
1700 .It Li libossaudio
1701 .Lb libossaudio
1702 .It Li libpcap
1703 .Lb libpcap
1704 .It Li libpci
1705 .Lb libpci
1706 .It Li libpmc
1707 .Lb libpmc
1708 .It Li libposix
1709 .Lb libposix
1710 .It Li libpthread
1711 .Lb libpthread
1712 .It Li libresolv
1713 .Lb libresolv
1714 .It Li librt
1715 .Lb librt
1716 .It Li libtermcap
1717 .Lb libtermcap
1718 .It Li libusbhid
1719 .Lb libusbhid
1720 .It Li libutil
1721 .Lb libutil
1722 .It Li libx86_64
1723 .Lb libx86_64
1724 .It Li libz
1725 .Lb libz
1729 Local, OS-specific additions might be found in the file
1730 .Pa mdoc.local ;
1731 look for strings named
1732 .Ql str-Lb-XXX .
1733 .Ql XXX
1734 then denotes the keyword to be used with the
1735 .Ql .Lb
1736 macro.
1738 In the
1739 .Sx LIBRARY
1740 section an
1741 .Ql .Lb
1742 command causes a line break before and after its arguments are printed.
1745 .Ss Literals
1748 .Ql .Li
1749 literal macro may be used for special characters, variable constants, etc.\&
1750 -- anything which should be displayed as it would be typed.
1752 .Dl Usage: .Li Ao argument Ac ...
1754 .Bl -tag -width ".Li .Li\ cntrl-D\ )\ ,"  -compact -offset 15n
1755 .It Li ".Li \een"
1756 .Li \en
1757 .It Li ".Li M1 M2 M3 ;"
1758 .Li M1 M2 M3 ;
1759 .It Li ".Li cntrl-D ) ,"
1760 .Li cntrl-D ) ,
1761 .It Li ".Li 1024 ..."
1762 .Li 1024 ...
1766 The default width is 16n.
1768 .Ss Names
1771 .Ql .Nm
1772 macro is used for the document title or subject name.
1773 It has the peculiarity of remembering the first argument it was called with,
1774 which should always be the subject name of the page.
1775 When called without arguments,
1776 .Ql .Nm
1777 regurgitates this initial name for the sole purpose of making less work for
1778 the author.
1779 Note: A section two or three document function name is addressed with the
1780 .Ql .Nm
1781 in the
1782 .Sx NAME
1783 section, and with
1784 .Ql .Fn
1785 in the
1786 .Sx SYNOPSIS
1787 and remaining sections.
1788 For interactive commands, such as the
1789 .Ql while
1790 command keyword in
1791 .Xr csh 1 ,
1793 .Ql .Ic
1794 macro should be used.
1795 While
1796 .Ql .Ic
1797 is nearly identical
1799 .Ql .Nm ,
1800 it can not recall the first argument it was invoked with.
1802 .Dl Usage: .Nm Oo Ao argument Ac Oc ...
1804 .Bl -tag -width ".Li .Nm\ groff_mdoc" -compact -offset 15n
1805 .It Li ".Nm groff_mdoc"
1806 .Nm groff_mdoc
1807 .It Li ".Nm \e-mdoc"
1808 .Nm \-mdoc
1809 .It Li ".Nm foo ) ) ,"
1810 .Nm foo ) ) ,
1811 .It Li ".Nm :"
1812 .Nm :
1816 The default width is 10n.
1818 .Ss Options
1821 .Ql .Op
1822 macro places option brackets around any remaining arguments on the
1823 command line, and places any trailing punctuation outside the brackets.
1824 The macros
1825 .Ql .Oo
1827 .Ql .Oc
1828 (which produce an opening and a closing option bracket respectively) may be used
1829 across one or more lines or to specify the exact position of the closing
1830 parenthesis.
1832 .Dl Usage: .Op Oo Ao option Ac Oc ...
1834 .Bl -tag -width ".Li .Op\ Fl\ c\ Ar\ objfil\ Op\ Ar\ corfil\ ," -compact -offset 15n
1835 .It Li .Op
1837 .It Li ".Op Fl k"
1838 .Op Fl k
1839 .It Li ".Op Fl k ) ."
1840 .Op Fl k ) .
1841 .It Li ".Op Fl k Ar kookfile"
1842 .Op Fl k Ar kookfile
1843 .It Li ".Op Fl k Ar kookfile ,"
1844 .Op Fl k Ar kookfile ,
1845 .It Li ".Op Ar objfil Op Ar corfil"
1846 .Op Ar objfil Op Ar corfil
1847 .It Li ".Op Fl c Ar objfil Op Ar corfil ,"
1848 .Op Fl c Ar objfil Op Ar corfil ,
1849 .It Li ".Op word1 word2"
1850 .Op word1 word2
1851 .It Li ".Li .Op Oo Ao option Ac Oc ..."
1852 .Li .Op Oo Ao options Ac Oc ...
1855 Here a typical example of the
1856 .Ql .Oo
1858 .Ql .Oc
1859 macros:
1861 .Bd -literal -offset indent
1862 \&.Oo
1863 \&.Op Fl k Ar kilobytes
1864 \&.Op Fl i Ar interval
1865 \&.Op Fl c Ar count
1866 \&.Oc
1870 Produces:
1872 .Bd -filled -offset indent
1874 .Op Fl k Ar kilobytes
1875 .Op Fl i Ar interval
1876 .Op Fl c Ar count
1881 The default width values of
1882 .Ql .Op
1884 .Ql .Oo
1885 are 14n and 10n, respectively.
1887 .Ss Pathnames
1890 .Ql .Pa
1891 macro formats path or file names.
1892 If called without arguments, the
1893 .Sq Pa
1894 string is output, which represents the current user's home directory.
1896 .Dl Usage: .Pa Oo Ao pathname Ac Oc ...
1898 .Bl -tag -width ".Li .Pa\ /tmp/fooXXXXX\ )\ ." -compact -offset 15n
1899 .It Li .Pa
1901 .It Li ".Pa /usr/share"
1902 .Pa /usr/share
1903 .It Li ".Pa /tmp/fooXXXXX ) ."
1904 .Pa /tmp/fooXXXXX ) .
1908 The default width is 32n.
1910 .Ss Standards
1913 .Ql .St
1914 macro replaces standard abbreviations with their formal names.
1916 .Dl Usage: .St Ao abbreviation Ac ...
1918 Available pairs for
1919 .Dq Abbreviation/Formal Name
1920 are:
1923 .Tn ANSI/ISO C
1925 .Bl -tag -width ".Li -iso9945-1-90" -compact -offset indent
1926 .It Li -ansiC
1927 .St -ansiC
1928 .It Li -ansiC-89
1929 .St -ansiC-89
1930 .It Li -isoC
1931 .St -isoC
1932 .It Li -isoC-90
1933 .St -isoC-90
1934 .It Li -isoC-99
1935 .St -isoC-99
1939 .Tn POSIX
1940 Part 1: System API
1942 .Bl -tag -width ".Li -p1003.1g-2000" -compact -offset indent
1943 .It Li -iso9945-1-90
1944 .St -iso9945-1-90
1945 .It Li -iso9945-1-96
1946 .St -iso9945-1-96
1947 .It Li -p1003.1
1948 .St -p1003.1
1949 .It Li -p1003.1-88
1950 .St -p1003.1-88
1951 .It Li -p1003.1-90
1952 .St -p1003.1-90
1953 .It Li -p1003.1-96
1954 .St -p1003.1-96
1955 .It Li -p1003.1b-93
1956 .St -p1003.1b-93
1957 .It Li -p1003.1c-95
1958 .St -p1003.1c-95
1959 .It Li -p1003.1g-2000
1960 .St -p1003.1g-2000
1961 .It Li -p1003.1i-95
1962 .St -p1003.1i-95
1963 .It Li -p1003.1-2001
1964 .St -p1003.1-2001
1965 .It Li -p1003.1-2004
1966 .St -p1003.1-2004
1970 .Tn POSIX
1971 Part 2: Shell and Utilities
1973 .Bl -tag -width ".Li -p1003.1g-2000" -compact -offset indent
1974 .It Li -iso9945-2-93
1975 .St -iso9945-2-93
1976 .It Li -p1003.2
1977 .St -p1003.2
1978 .It Li -p1003.2-92
1979 .St -p1003.2-92
1980 .It Li -p1003.2a-92
1981 .St -p1003.2a-92
1985 X/Open
1986 .Bl -tag -width ".Li -p1003.1g-2000" -compact -offset indent
1988 .It Li -susv2
1989 .St -susv2
1990 .It Li -svid4
1991 .St -svid4
1992 .It Li -xbd5
1993 .St -xbd5
1994 .It Li -xcu5
1995 .St -xcu5
1996 .It Li -xcurses4.2
1997 .St -xcurses4.2
1998 .It Li -xns5
1999 .St -xns5
2000 .It Li -xns5.2
2001 .St -xns5.2
2002 .It Li -xpg3
2003 .St -xpg3
2004 .It Li -xpg4
2005 .St -xpg4
2006 .It Li -xpg4.2
2007 .St -xpg4.2
2008 .It Li -xsh5
2009 .St -xsh5
2013 Miscellaneous
2015 .Bl -tag -width ".Li -p1003.1g-2000" -compact -offset indent
2016 .It Li -ieee754
2017 .St -ieee754
2018 .It Li -iso8802-3
2019 .St -iso8802-3
2022 .Ss "Variable Types"
2025 .Ql .Vt
2026 macro may be used whenever a type is referenced.
2027 In the
2028 .Sx SYNOPSIS
2029 section, it causes a line break (useful for old style variable declarations).
2031 .Dl Usage: .Vt Ao type Ac ...
2033 .Bl -tag -width ".Li .Vt\ extern\ char\ *optarg\ ;" -compact -offset 15n
2034 .It Li ".Vt extern char *optarg ;"
2035 .Vt extern char *optarg ;
2036 .It Li ".Vt FILE *"
2037 .Vt FILE *
2040 .Ss Variables
2042 Generic variable reference.
2044 .Dl Usage: .Va Ao variable Ac ...
2046 .Bl -tag -width ".Li .Va\ Xchar\ sX\ ]\ )\ )\ ," -compact -offset 15n
2047 .It Li ".Va count"
2048 .Va count
2049 .It Li ".Va settimer ,"
2050 .Va settimer ,
2051 .It Li ".Va \*[q]int *prt\*[q] ) :"
2052 .Va "int *prt" ) :
2053 .It Li ".Va \*[q]char s\*[q] ] ) ) ,"
2054 .Va "char s" ] ) ) ,
2058 The default width is 12n.
2060 .Ss "Manual Page Cross References"
2063 .Ql .Xr
2064 macro expects the first argument to be a manual page name.
2065 The optional second argument, if a string (defining the manual section), is
2066 put into parentheses.
2068 .Dl Usage: .Xr Ao man page name Ac Oo Ao section Ac Oc ...
2070 .Bl -tag -width ".Li .Xr\ xinit\ 1x\ ;" -compact -offset 15n
2071 .It Li ".Xr mdoc"
2072 .Xr mdoc
2073 .It Li ".Xr mdoc ,"
2074 .Xr mdoc ,
2075 .It Li ".Xr mdoc 7"
2076 .Xr mdoc 7
2077 .It Li ".Xr xinit 1x ;"
2078 .Xr xinit 1x ;
2082 The default width is 10n.
2085 .Sh "GENERAL TEXT DOMAIN"
2087 .Ss "AT&T Macro"
2090 .Dl Usage: .At Oo Ao version Ac Oc ...
2092 .Bl -tag -width ".Li .At\ v6\ ." -compact -offset 15n
2093 .It Li .At
2095 .It Li ".At v6 ."
2096 .At v6 .
2099 The following values for
2100 .Ao version Ac
2101 are possible:
2103 .Dl 32v, v1, v2, v3, v4, v5, v6, v7, V, V.1, V.2, V.3, V.4
2105 .Ss "BSD Macro"
2108 .Dl "Usage: .Bx" Bro -alpha | -beta | -devel Brc ...
2109 .Dl "       .Bx" Oo Ao version Ac Oo Ao release Ac Oc Oc ...
2111 .Bl -tag -width ".Li .Bx\ -devel" -compact -offset 15n
2112 .It Li .Bx
2114 .It Li ".Bx 4.3 ."
2115 .Bx 4.3 .
2116 .It Li ".Bx \-devel"
2117 .Bx -devel
2120 .Ao version Ac
2121 will be prepended to the string
2122 .Sq Bx .
2123 The following values for
2124 .Ao release Ac
2125 are possible:
2127 .Dl Reno, reno, Tahoe, tahoe, Lite, lite, Lite2, lite2
2129 .Ss "NetBSD Macro"
2132 .Dl Usage: .Nx Oo Ao version Ac Oc ...
2134 .Bl -tag -width ".Li .Nx\ 1.4\ ." -compact -offset 15n
2135 .It Li .Nx
2137 .It Li ".Nx 1.4 ."
2138 .Nx 1.4 .
2141 For possible values of
2142 .Ao version Ac
2143 see the description of the
2144 .Ql .Os
2145 command above in section
2146 .Sx "TITLE MACROS" .
2148 .Ss "FreeBSD Macro"
2151 .Dl Usage: .Fx Oo Ao version Ac Oc ...
2153 .Bl -tag -width ".Li .Fx\ 2.2\ ." -compact -offset 15n
2154 .It Li .Fx
2156 .It Li ".Fx 2.2 ."
2157 .Fx 2.2 .
2160 For possible values of
2161 .Ao version Ac
2162 see the description of the
2163 .Ql .Os
2164 command above in section
2165 .Sx "TITLE MACROS" .
2167 .Ss "OpenBSD Macro"
2170 .Dl Usage: .Ox Oo Ao version Ac Oc ...
2172 .Bl -tag -width ".Li .Ox\ 1.0" -compact -offset 15n
2173 .It Li ".Ox 1.0"
2174 .Ox 1.0
2177 .Ss "BSD/OS Macro"
2180 .Dl Usage: .Bsx Oo Ao version Ac Oc ...
2182 .Bl -tag -width ".Li .Bsx\ 1.0" -compact -offset 15n
2183 .It Li ".Bsx 1.0"
2184 .Bsx 1.0
2187 .Ss "UNIX Macro"
2190 .Dl Usage: .Ux ...
2192 .Bl -tag -width ".Li .Ux" -compact -offset 15n
2193 .It Li .Ux
2197 .Ss "Emphasis Macro"
2199 Text may be stressed or emphasized with the
2200 .Ql .Em
2201 macro.
2202 The usual font for emphasis is italic.
2204 .Dl Usage: .Em Ao argument Ac ...
2206 .Bl -tag -width ".Li .Em\ vide\ infra\ )\ )\ ," -compact -offset 15n
2207 .It Li ".Em does not"
2208 .Em does not
2209 .It Li ".Em exceed 1024 ."
2210 .Em exceed 1024 .
2211 .It Li ".Em vide infra ) ) ,"
2212 .Em vide infra ) ) ,
2216 The default width is 10n.
2218 .Ss "Font Mode"
2221 .Ql .Bf
2222 font mode must be ended with the
2223 .Ql .Ef
2224 macro (the latter takes no arguments).
2225 Font modes may be nested within other font modes.
2227 .Ql .Bf
2228 has the following syntax:
2230 .Dl .Bf Ao font mode Ac
2232 .Ao font mode Ac
2233 must be one of the following three types:
2235 .Bl -tag -width ".Sy \&Sy | Fl symbolic" -compact -offset indent
2236 .It Sy \&Em | Fl emphasis
2237 Same as if the 
2238 .Ql .Em
2239 macro was used for the entire block of text.
2240 .It Sy \&Li | Fl literal
2241 Same as if the
2242 .Ql .Li
2243 macro was used for the entire block of text.
2244 .It Sy \&Sy | Fl symbolic
2245 Same as if the
2246 .Ql .Sy
2247 macro was used for the entire block of text.
2250 Both macros are neither callable nor parsed.
2252 .Ss "Enclosure and Quoting Macros"
2254 The concept of enclosure is similar to quoting.
2255 The object being to enclose one or more strings between a pair of characters
2256 like quotes or parentheses.
2257 The terms quoting and enclosure are used interchangeably throughout this
2258 document.
2259 Most of the one-line enclosure macros end in small letter
2260 .Ql q
2261 to give a hint of quoting, but there are a few irregularities.
2262 For each enclosure macro there is also a pair of open and close macros which
2263 end in small letters
2264 .Ql o
2266 .Ql c
2267 respectively.
2269 \# XXX
2270 .if t \
2271 .  ne 10
2273 .Bd -filled -offset 4n
2274 .Bl -column "quote" "close" "open" "Angle Bracket Enclosure" "`string' or string"
2275 .Em Quote Ta Em Open Ta Em Close Ta Em Function               Ta Em Result
2276 .No .Aq   Ta    .Ao  Ta    .Ac   Ta "Angle Bracket Enclosure" Ta Ao string Ac
2277 .No .Bq   Ta    .Bo  Ta    .Bc   Ta "Bracket Enclosure"       Ta Bo string Bc
2278 .No .Brq  Ta    .Bro Ta    .Brc  Ta "Brace Enclosure"         Ta Bro string Brc
2279 .No .Dq   Ta    .Do  Ta    .Dc   Ta "Double Quote"            Ta Do string Dc
2280 .No .Eq   Ta    .Eo  Ta    .Ec   Ta "Enclose String (in XX)"  Ta XXstringXX
2281 .No .Pq   Ta    .Po  Ta    .Pc   Ta "Parenthesis Enclosure"   Ta Po string Pc
2282 .No .Ql   Ta         Ta          Ta "Quoted Literal"          Ta So string Sc or Li string
2283 .No .Qq   Ta    .Qo  Ta    .Qc   Ta "Straight Double Quote"   Ta Qo string Qc
2284 .No .Sq   Ta    .So  Ta    .Sc   Ta "Single Quote"            Ta So string Sc
2288 All macros ending with
2289 .Sq q
2291 .Sq o
2292 have a default width value of 12n.
2294 .Bl -tag -width ".Li .Ec , .Eo"
2295 .It Li .Eo , .Ec
2296 These macros expect the first argument to be the opening and closing strings
2297 respectively.
2298 .It Li .Es , .En
2299 Due to the nine-argument limit in the original troff program two other
2300 macros have been implemented which are now rather obsolete:
2301 .Ql .Es
2302 takes the first and second parameter as the left and right enclosure string,
2303 which are then used to enclose the arguments of
2304 .Ql .En .
2305 The default width value is 12n for both macros.
2306 .It Li .Eq
2307 The first and second arguments of this macro are the opening and
2308 closing strings respectively, followed by the arguments to be enclosed.
2309 .It Li .Ql
2310 The quoted literal macro behaves differently in troff and nroff mode.
2311 If formatted with
2312 .Xr nroff ,
2313 a quoted literal is always quoted.
2314 If formatted with troff, an item is only quoted if the width of the item is
2315 less than three constant width characters.
2316 This is to make short strings more visible where the font change to literal
2317 (constant width) is less noticeable.
2319 The default width is 16n.
2320 .It Li .Pf
2321 The prefix macro suppresses the whitespace between its first and second
2322 argument:
2324 .Bl -tag -width ".Li .Pf\ (\ Fa\ name2" -offset indent
2325 .It Li ".Pf ( Fa name2"
2326 .Pf ( Fa name2
2330 The default width is 12n.
2333 .Ql .Ns
2334 macro (see below) performs the analogous suffix function.
2335 .It Li .Ap
2337 .Ql .Ap
2338 macro inserts an apostrophe and exits any special text modes, continuing in
2339 .Ql .No
2340 mode.
2344 Examples of quoting:
2347 .Bl -tag -width ".Li .Bq\ Em\ Greek\ ,\ French\ ." -compact -offset indent
2348 .It Li .Aq
2350 .It Li ".Aq Pa ctype.h ) ,"
2351 .Aq Pa ctype.h ) ,
2352 .It Li .Bq
2354 .It Li ".Bq Em Greek , French ."
2355 .Bq Em Greek , French .
2356 .It Li .Dq
2358 .It Li ".Dq string abc ."
2359 .Dq string abc .
2360 .It Li ".Dq \'^[A-Z]\'"
2361 .Dq \'^[A-Z]\'
2362 .It Li ".Ql man mdoc"
2363 .Ql man mdoc
2364 .It Li .Qq
2366 .It Li ".Qq string ) ,"
2367 .Qq string ) ,
2368 .It Li ".Qq string Ns ),"
2369 .Qq string Ns ),
2370 .It Li .Sq
2372 .It Li ".Sq string"
2373 .Sq string
2374 .It Li ".Em or Ap ing"
2375 .Em or Ap ing
2379 For a good example of nested enclosure macros, see the
2380 .Ql .Op
2381 option macro.
2382 It was created from the same underlying enclosure macros as those presented
2383 in the list above.
2385 .Ql .Xo
2387 .Ql .Xc
2388 extended argument list macros are discussed below.
2390 .Ss "No-Op or Normal Text Macro"
2393 .Ql .No
2394 macro can be used in a macro command line for parameters which should
2395 .Em not
2396 be formatted.
2397 Be careful to add
2398 .Ql \e&
2399 to the word
2400 .Ql \&No
2401 if you really want that English word (and not the macro) as a parameter.
2403 .Dl Usage: .No Ao argument Ac ...
2405 .Bl -tag -width ".Li .No\ test\ Ta\ with\ Ta\ tabs" -compact -offset 15n
2406 .It Li ".No test Ta with Ta tabs"
2407 .No test Ta with Ta tabs
2411 The default width is 12n.
2413 .Ss "No-Space Macro"
2416 .Ql .Ns
2417 macro suppresses insertion of a space between the current position and its
2418 first parameter.
2419 For example, it is useful for old style argument lists where there is no
2420 space between the flag and argument:
2422 .Dl "Usage:" ... Ao argument Ac \&Ns Oo Ao argument Ac Oc ...
2423 .Dl "      " .Ns Ao argument Ac ...
2425 .Bl -tag -width ".Li .Op\ Fl\ I\ Ns\ Ar\ directory" -compact -offset 15n
2426 .It Li ".Op Fl I Ns Ar directory"
2427 .Op Fl I Ns Ar directory
2430 Note: The
2431 .Ql .Ns
2432 macro always invokes the
2433 .Ql .No
2434 macro after eliminating the space unless another macro name follows it.
2435 If used as a command (i.e., the second form above in the
2436 .Sq Usage
2437 line),
2438 .Ql .Ns
2439 is identical to
2440 .Ql .No .
2442 .Ss "Section Cross References"
2445 .Ql .Sx
2446 macro designates a reference to a section header within the same document.
2448 .Dl Usage: .Sx Ao section reference Ac ...
2450 .Bl -tag -width ".Li .Sx\ FILES" -offset 15n
2451 .It Li ".Sx FILES"
2452 .Sx FILES
2456 The default width is 16n.
2458 .Ss Symbolics
2460 The symbolic emphasis macro is generally a boldface macro in either the
2461 symbolic sense or the traditional English usage.
2463 .Dl Usage: .Sy Ao symbol Ac ...
2465 .Bl -tag -width ".Li .Sy\ Important\ Notice" -compact -offset 15n
2466 .It Li ".Sy Important Notice"
2467 .Sy Important Notice
2471 The default width is 6n.
2473 .Ss Mathematical Symbols
2475 Use this macro for mathematical symbols and similar things.
2477 .Dl Usage: .Ms Ao math symbol Ac ...
2479 .Bl -tag -width ".Li .Ms\ sigma" -compact -offset 15n
2480 .It Li ".Ms sigma"
2481 .Ms sigma
2485 The default width is 6n.
2487 .Ss "References and Citations"
2489 The following macros make a modest attempt to handle references.
2490 At best, the macros make it convenient to manually drop in a subset of
2491 .Xr refer 1
2492 style references.
2494 .Bl -tag -width 6n -offset indent -compact
2495 .It Li .Rs
2496 Reference start (does not take arguments).
2497 Causes a line break in the
2498 .Sx "SEE ALSO"
2499 section and begins collection of reference information until the reference
2500 end macro is read.
2501 .It Li .Re
2502 Reference end (does not take arguments).
2503 The reference is printed.
2504 .It Li .%A
2505 Reference author name; one name per invocation.
2506 .It Li .%B
2507 Book title.
2508 .It Li .%C
2509 City/place (not implemented yet).
2510 .It Li .%D
2511 Date.
2512 .It Li .%I
2513 Issuer/publisher name.
2514 .It Li .%J
2515 Journal name.
2516 .It Li .%N
2517 Issue number.
2518 .It Li .%O
2519 Optional information.
2520 .It Li .%P
2521 Page number.
2522 .It Li .%Q
2523 Corporate or foreign author.
2524 .It Li .%R
2525 Report name.
2526 .It Li .%T
2527 Title of article.
2528 .It Li .%V
2529 Volume.
2532 Macros beginning with
2533 .Ql %
2534 are not callable but accept multiple arguments in the usual way.
2535 Only the
2536 .Ql .Tn
2537 macro is handled properly as a parameter; other macros will cause strange
2538 output.
2539 .Ql .%B
2541 .Ql .%T
2542 can be used outside of the
2543 .Ql .Rs/.Re
2544 environment.
2546 Example:
2548 .Bd -literal -offset indent
2549 \&.Rs
2550 \&.%A "Matthew Bar"
2551 \&.%A "John Foo"
2552 \&.%T "Implementation Notes on foobar(1)"
2553 \&.%R "Technical Report ABC-DE-12-345"
2554 \&.%Q "Drofnats College, Nowhere"
2555 \&.%D "April 1991"
2556 \&.Re
2559 produces
2561 .Bd -ragged -offset indent
2563 .%A "Matthew Bar"
2564 .%A "John Foo"
2565 .%T "Implementation Notes on foobar(1)"
2566 .%R "Technical Report ABC-DE-12-345"
2567 .%Q "Drofnats College, Nowhere"
2568 .%D "April 1991"
2572 .Ss "Trade Names (or Acronyms and Type Names)"
2574 The trade name macro prints its arguments in a smaller font.
2575 Its intended use is to imitate a small caps fonts for uppercase acronyms.
2577 .Dl Usage: .Tn Ao symbol Ac ...
2579 .Bl -tag -width ".Li .Tn\ ASCII" -compact -offset 15n
2580 .It Li ".Tn DEC"
2581 .Tn DEC
2582 .It Li ".Tn ASCII"
2583 .Tn ASCII
2587 The default width is 10n.
2589 .Ss "Extended Arguments"
2592 .Li .Xo
2594 .Li .Xc
2595 macros allow one to extend an argument list on a macro boundary for the
2596 .Ql .It
2597 macro (see below).
2598 Note that
2599 .Li .Xo
2601 .Li .Xc
2602 are implemented similarly to all other macros opening and closing an
2603 enclosure (without inserting characters, of course).
2604 This means that the following is true for those macros also.
2606 Here is an example of
2607 .Ql .Xo
2608 using the space mode macro to turn spacing off:
2610 .Bd -literal -offset indent
2611 \&.Sm off
2612 \&.It Xo Sy I Ar operation
2613 \&.No \een Ar count No \een
2614 \&.Xc
2615 \&.Sm on
2619 produces
2621 .Bd -filled -offset indent
2622 .Bl -tag -compact
2623 .Sm off
2624 .It Xo Sy I Ar operation
2625 .No \en Ar count No \en
2627 .Sm on
2632 Another one:
2634 .Bd -literal -offset indent
2635 \&.Sm off
2636 \&.It Cm S No / Ar old_pattern Xo
2637 \&.No / Ar new_pattern
2638 \&.No / Op Cm g
2639 \&.Xc
2640 \&.Sm on
2644 produces
2646 .Bd -filled -offset indent
2647 .Bl -tag -compact
2648 .Sm off
2649 .It Cm S No \&/ Ar old_pattern Xo
2650 .No \&/ Ar new_pattern
2651 .No \&/ Op Cm g
2653 .Sm on
2658 Another example of
2659 .Ql .Xo
2660 and enclosure macros: Test the value of a variable.
2662 .Bd -literal -offset indent
2663 \&.It Xo
2664 \&.Ic .ifndef
2665 \&.Oo \e&! Oc Ns Ar variable Oo
2666 \&.Ar operator variable ...
2667 \&.Oc Xc
2671 produces
2673 .Bd -filled -offset indent
2674 .Bl -tag -width flag -compact
2675 .It Xo
2676 .Ic .ifndef
2677 .Oo \&! Oc Ns Ar variable Oo
2678 .Ar operator variable ...
2679 .Oc Xc
2685 .Sh "PAGE STRUCTURE DOMAIN"
2687 .Ss "Section Headers"
2689 The following
2690 .Ql .Sh
2691 section header macros are required in every man page.
2692 The remaining section headers are recommended at the discretion of the
2693 author writing the manual page.
2695 .Ql .Sh
2696 macro is parsed but not generally callable.
2697 It can be used as an argument in a call to
2698 .Ql .Sh
2699 only; it then reactivates the default font for
2700 .Ql .Sh .
2702 The default width is 8n.
2704 .Bl -tag -width ".Li .Sh\ RETURN\ VALUES"
2705 .It Li ".Sh NAME"
2707 .Ql ".Sh NAME"
2708 macro is mandatory.
2709 If not specified, headers, footers and page layout defaults will not be set
2710 and things will be rather unpleasant.
2712 .Sx NAME
2713 section consists of at least three items.
2714 The first is the
2715 .Ql .Nm
2716 name macro naming the subject of the man page.
2717 The second is the name description macro,
2718 .Ql .Nd ,
2719 which separates the subject name from the third item, which is the
2720 description.
2721 The description should be the most terse and lucid possible, as the space
2722 available is small.
2724 .Ql .Nd
2725 first prints
2726 .Ql - ,
2727 then all its arguments.
2729 .It Li ".Sh LIBRARY"
2730 This section is for section two and three function calls.
2731 It should consist of a single
2732 .Ql .Lb
2733 macro call;
2735 .Sx "Library Names" .
2737 .It Li ".Sh SYNOPSIS"
2739 .Sx SYNOPSIS
2740 section describes the typical usage of the subject of a man page.
2741 The macros required are either
2742 .Ql .Nm ,
2743 .Ql .Cd ,
2745 .Ql .Fn
2746 (and possibly
2747 .Ql .Fo ,
2748 .Ql .Fc ,
2749 .Ql .Fd ,
2751 .Ql .Ft ) .
2752 The function name macro
2753 .Ql .Fn
2754 is required for manual page sections\~2 and\~3; the command and general name
2755 macro
2756 .Ql .Nm
2757 is required for sections 1, 5, 6, 7, and\~8.
2758 Section\~4 manuals require a
2759 .Ql .Nm ,
2760 .Ql .Fd
2761 or a
2762 .Ql .Cd
2763 configuration device usage macro.
2764 Several other macros may be necessary to produce the synopsis line as shown
2765 below:
2767 .Bd -filled -offset indent
2768 .Nm cat
2769 .Op Fl benstuv
2770 .Op Fl
2775 The following macros were used:
2777 .Dl ".Nm cat"
2778 .Dl ".Op Fl benstuv"
2779 .Dl ".Op Fl"
2780 .Dl .Ar
2782 .It Li ".Sh DESCRIPTION"
2783 In most cases the first text in the
2784 .Sx DESCRIPTION
2785 section is a brief paragraph on the command, function or file, followed by a
2786 lexical list of options and respective explanations.
2787 To create such a list, the
2788 .Ql .Bl
2789 (begin list),
2790 .Ql .It
2791 (list item) and
2792 .Ql .El
2793 (end list)
2794 macros are used (see
2795 .Sx Lists and Columns
2796 below).
2798 .It Li ".Sh IMPLEMENTATION NOTES"
2799 Implementation specific information should be placed here.
2801 .It Li ".Sh RETURN VALUES"
2802 Sections 2, 3 and\~9 function return values should go here.
2804 .Ql .Rv
2805 macro may be used to generate text for use in the
2806 .Sx RETURN VALUES
2807 section for most section 2 and 3 library functions;
2809 .Sx "Return Values" .
2813 The following
2814 .Ql .Sh
2815 section headers are part of the preferred manual page layout and must be
2816 used appropriately to maintain consistency.
2817 They are listed in the order in which they would be used.
2819 .Bl -tag -width ".Li .Sh\ COMPATIBILITY"
2820 .It Li ".Sh ENVIRONMENT"
2822 .Sx ENVIRONMENT
2823 section should reveal any related environment variables and clues to their
2824 behavior and/or usage.
2826 .It Li ".Sh FILES"
2827 Files which are used or created by the man page subject should be listed via
2829 .Ql .Pa
2830 macro in the
2831 .Sx FILES
2832 section.
2834 .It Li ".Sh EXAMPLES"
2835 There are several ways to create examples.
2836 See the
2837 .Sx EXAMPLES
2838 section below for details.
2840 .It Li ".Sh DIAGNOSTICS"
2841 Diagnostic messages from a command should be placed in this section.
2843 .Ql .Ex
2844 macro may be used to generate text for use in the
2845 .Sx DIAGNOSTICS
2846 section for most section 1, 6 and\~8 commands;
2848 .Sx "Exit Status" .
2850 .It Li ".Sh COMPATIBILITY"
2851 Known compatibility issues (e.g. deprecated options or parameters)
2852 should be listed here.
2854 .It Li ".Sh ERRORS"
2855 Specific error handling, especially from library functions (man page
2856 sections 2, 3, and\~9) should go here.
2858 .Ql .Er
2859 macro is used to specify an error (errno).
2861 .It Li ".Sh SEE ALSO"
2862 References to other material on the man page topic and cross references to
2863 other relevant man pages should be placed in the
2864 .Sx "SEE ALSO"
2865 section.
2866 Cross references are specified using the
2867 .Ql .Xr
2868 macro.
2869 Currently
2870 .Xr refer 1
2871 style references are not accommodated.
2873 It is recommended that the cross references are sorted on the section
2874 number, then alphabetically on the names within a section, and placed
2875 in that order and comma separated.
2876 Example:
2878 .Xr ls 1 ,
2879 .Xr ps 1 ,
2880 .Xr group 5 ,
2881 .Xr passwd 5
2883 .It Li ".Sh STANDARDS"
2884 If the command, library function or file adheres to a specific
2885 implementation such as
2886 .St -p1003.2
2888 .St -ansiC
2889 this should be noted here.
2890 If the command does not adhere to any standard, its history should be noted
2891 in the
2892 .Sx HISTORY
2893 section.
2895 .It Li ".Sh HISTORY"
2896 Any command which does not adhere to any specific standards should be
2897 outlined historically in this section.
2899 .It Li ".Sh AUTHORS"
2900 Credits should be placed here.
2902 .Ql .An
2903 macro should be used to specify the name(s) of the person(s).
2905 .It Li ".Sh BUGS"
2906 Blatant problems with the topic go here.
2910 User-specified
2911 .Ql .Sh
2912 sections may be added; for example, this section was set with:
2914 .Bd -literal -offset 15n
2915 \&.Sh "PAGE STRUCTURE DOMAIN"
2918 .Ss "Subsection Headers"
2920 Subsection headers have exactly the same syntax as section headers:
2921 .Ql .Ss
2922 is parsed but not generally callable.
2923 It can be used as an argument in a call to
2924 .Ql .Ss
2925 only; it then reactivates the default font for
2926 .Ql .Ss .
2928 The default width is 8n.
2930 .Ss "Paragraphs and Line Spacing"
2932 .Bl -tag -width ".Li .Pp"
2933 .It Li .Pp
2934 The 
2935 .Ql .Pp
2936 paragraph command may be used to specify a line space where necessary.
2937 The macro is not necessary after a
2938 .Ql .Sh
2940 .Ql .Ss
2941 macro or before a
2942 .Ql .Bl
2944 .Ql .Bd
2945 macro (which both assert a vertical distance unless the
2946 .Fl compact
2947 flag is given).
2949 The macro is neither callable nor parsed and takes no arguments; an
2950 alternative name is
2951 .Ql .Lp .
2954 .\" XXX
2956 .\" This worked with version one, need to redo for version three
2957 .\" .Pp
2958 .\" .Ds I
2959 .\" .Cw (ax+bx+c) \ is\ produced\ by\ \&
2960 .\" .\".Cw (ax+bx+c) \&.Va_by_) \&_and_\& \&[?/]m_b1_e1_f1[?/]\&
2961 .\" .Cl Cx \t\t
2962 .\" .Li \&.Cx\ (
2963 .\" .Cx
2964 .\" .Cl Cx \t\t
2965 .\" .Li \&.Va ax
2966 .\" .Cx
2967 .\" .Cl Cx \t\t
2968 .\" .Li \&.Sy \+
2969 .\" .Cx
2970 .\" .Cl Cx \&(\&
2971 .\" .Va ax
2972 .\" .Cx +
2973 .\" .Va by
2974 .\" .Cx +
2975 .\" .Va c )
2976 .\" .Cx \t
2977 .\" .Em is produced by
2978 .\" .Cx \t
2979 .\" .Li \&.Va by
2980 .\" .Cx
2981 .\" .Cl Cx \t\t
2982 .\" .Li \&.Sy \+
2983 .\" .Cx
2984 .\" .Cl Cx \t\t
2985 .\" .Li \&.Va c )
2986 .\" .Cx
2987 .\" .Cl Cx \t\t
2988 .\" .Li \&.Cx
2989 .\" .Cx
2990 .\" .Cw
2991 .\" .De
2992 .\" .Pp
2993 .\" This example shows the same equation in a different format.
2994 .\" The spaces
2995 .\" around the
2996 .\" .Li \&+
2997 .\" signs were forced with
2998 .\" .Li \e :
2999 .\" .Pp
3000 .\" .Ds I
3001 .\" .Cw (ax\ +\ bx\ +\ c) \ is\ produced\ by\ \&
3002 .\" .\".Cw (ax+bx+c) \&.Va_by_) \&_and_\& \&[?/]m_b1_e1_f1[?/]\&
3003 .\" .Cl Cx \t\t
3004 .\" .Li \&.Cx\ (
3005 .\" .Cx
3006 .\" .Cl Cx \t\t
3007 .\" .Li \&.Va a
3008 .\" .Cx
3009 .\" .Cl Cx \t\t
3010 .\" .Li \&.Sy x
3011 .\" .Cx
3012 .\" .Cl Cx \t\t
3013 .\" .Li \&.Cx \e\ +\e\ \e&
3014 .\" .Cx
3015 .\" .Cl Cx \&(\&
3016 .\" .Va a
3017 .\" .Sy x
3018 .\" .Cx \ +\ \&
3019 .\" .Va b
3020 .\" .Sy y
3021 .\" .Cx \ +\ \&
3022 .\" .Va c )
3023 .\" .Cx \t
3024 .\" .Em is produced by
3025 .\" .Cl Cx \t\t
3026 .\" .Li \&.Va b
3027 .\" .Cx
3028 .\" .Cl Cx \t\t
3029 .\" .Li \&.Sy y
3030 .\" .Cx
3031 .\" .Cl Cx \t\t
3032 .\" .Li \&.Cx \e\ +\e\ \e&
3033 .\" .Cx
3034 .\" .Cl Cx \t\t
3035 .\" .Li \&.Va c )
3036 .\" .Cx
3037 .\" .Cl Cx \t\t
3038 .\" .Li \&.Cx
3039 .\" .Cx
3040 .\" .Cw
3041 .\" .De
3042 .\" .Pp
3043 .\" The incantation below was
3044 .\" lifted from the
3045 .\" .Xr adb 1
3046 .\" manual page:
3047 .\" .Pp
3048 .\" .Ds I
3049 .\" .Cw \&[?/]m_b1_e1_f1[?/]\& is\ produced\ by
3050 .\" .Cl Cx \t\t
3051 .\" .Li \&.Cx Op Sy ?/
3052 .\" .Cx
3053 .\" .Cl Cx \t\t
3054 .\" .Li \&.Nm m
3055 .\" .Cx
3056 .\" .Cl Cx Op Sy ?/
3057 .\" .Nm m
3058 .\" .Ad \ b1 e1 f1
3059 .\" .Op Sy ?/
3060 .\" .Cx \t
3061 .\" .Em is produced by
3062 .\" .Cx \t
3063 .\" .Li \&.Ar \e\ b1 e1 f1
3064 .\" .Cx
3065 .\" .Cl Cx \t\t
3066 .\" .Li \&.Op Sy ?/
3067 .\" .Cx
3068 .\" .Cl Cx \t\t
3069 .\" .Li \&.Cx
3070 .\" .Cx
3071 .\" .Cw
3072 .\" .De
3073 .\" .Pp
3075 .Ss Keeps
3077 The only keep that is implemented at this time is for words.
3078 The macros are
3079 .Ql .Bk
3080 (begin keep)
3082 .Ql .Ek
3083 (end keep).
3084 The only option that
3085 .Ql .Bk
3086 accepts currently is
3087 .Fl words
3088 (this is also the default if no option is given) which is useful for
3089 preventing line breaks in the middle of options.
3090 In the example for the make command line arguments (see
3091 .Sx What's in a Name ) ,
3092 the keep prevented
3093 .Xr nroff
3094 from placing up the flag and the argument on separate lines.
3096 Both macros are neither callable nor parsed.
3098 More work needs to be done with the keep macros; specifically, a
3099 .Fl line
3100 option should be added.
3102 .Ss "Examples and Displays"
3104 There are seven types of displays.
3106 .Bl -tag -width ".Li .D1"
3107 .It Li .D1
3108 (This is D-one.)
3109 Display one line of indented text.
3110 This macro is parsed but not callable.
3112 .D1 Fl ldghfstru
3114 The above was produced by:
3115 .Li ".D1 Fl ldghfstru" .
3117 .It Li .Dl
3118 (This is D-ell.)
3119 Display one line of indented
3120 .Em literal
3121 text.
3123 .Ql .Dl
3124 example macro has been used throughout this file.
3125 It allows the indentation (display) of one line of text.
3126 Its default font is set to constant width (literal).
3127 .Ql .Dl
3128 is parsed but not callable.
3130 .Dl % ls -ldg /usr/local/bin
3132 The above was produced by:
3133 .Li ".Dl % ls -ldg /usr/local/bin" .
3135 .It Li .Bd
3136 Begin display.
3138 .Ql .Bd
3139 display must be ended with the
3140 .Ql .Ed
3141 macro.
3142 It has the following syntax:
3144 .Bd -ragged -compact
3145 .Bl -tag -width ".Li .Bd" -offset indent
3146 .It Li .Bd Xo
3147 .Bro \-literal | \-filled | \-unfilled | \-ragged | \-centered Brc
3148 .Oo \-offset Ao string Ac Oc Oo \-file Ao file name Ac Oc Oo \-compact Oc Xc
3153 .Bl -tag -width ".Fl file Ao Ar file name Ac " -compact
3154 .It Fl ragged
3155 Fill, but do not adjust the right margin (only left-justify).
3156 .It Fl centered
3157 Center lines between the current left and right margin.
3158 Note that each single line is centered.
3159 .It Fl unfilled
3160 Do not fill; display a block of text as typed, using line breaks as
3161 specified by the user.
3162 This can produce overlong lines without warning messages.
3163 .It Fl filled
3164 Display a filled block.
3165 The block of text is formatted (i.e., the text is justified on both the left
3166 and right side).
3167 .It Fl literal
3168 Display block with literal font (usually fixed-width).
3169 Useful for source code or simple tabbed or spaced text.
3170 .It Fl file Ao Ar file name Ac
3171 The file whose name follows the
3172 .Fl file
3173 flag is read and displayed before any data enclosed with
3174 .Ql .Bd
3176 .Ql .Ed ,
3177 using the selected display type.
3179 .Xr troff/ Ns Nm \-mdoc
3180 commands in the file will be processed.
3181 .It Fl offset Ao Ar string Ac
3183 .Fl offset
3184 is specified with one of the following strings, the string is interpreted to
3185 indicate the level of indentation for the forthcoming block of text:
3188 .Bl -tag -width ".Ar indent-two" -compact
3189 .It Ar left
3190 Align block on the current left margin; this is the default mode of
3191 .Ql .Bd .
3192 .It Ar center
3193 Supposedly center the block.
3194 At this time unfortunately, the block merely gets left aligned about an
3195 imaginary center margin.
3196 .It Ar indent
3197 Indent by one default indent value or tab.
3198 The default indent value is also used for the
3199 .Ql .D1
3200 and 
3201 .Ql .Dl
3202 macros, so one is guaranteed the two types of displays will line up.
3203 The indentation value is normally set to\~6n or about two thirds of an inch
3204 (six constant width characters).
3205 .It Ar indent-two
3206 Indent two times the default indent value.
3207 .It Ar right
3208 This
3209 .Em left
3210 aligns the block about two inches from the right side of the page.
3211 This macro needs work and perhaps may never do the right thing within
3212 .Xr troff .
3217 .Ao string Ac
3218 is a valid numeric expression instead
3219 .Pf ( Em with a scale indicator other than
3220 .Sq Em u ) ,
3221 use that value for indentation.
3222 The most useful scale indicators are
3223 .Sq m
3225 .Sq n ,
3226 specifying the so-called
3227 .Em \&Em
3229 .Em "En square" .
3230 This is approximately the width of the letters
3231 .Sq m
3233 .Sq n
3234 respectively
3235 of the current font (for nroff output, both scale indicators give the same
3236 values).
3238 .Ao string Ac
3239 isn't a numeric expression, it is tested whether it is an
3240 .Nm \-mdoc
3241 macro name, and the default offset value associated with this macro is used.
3242 Finally, if all tests fail,
3243 the width of
3244 .Ao string Ac
3245 (typeset with a fixed-width font) is taken as the offset.
3246 .It Fl compact
3247 Suppress insertion of vertical space before begin of display.
3250 .It Li .Ed
3251 End display (takes no arguments).
3254 .Ss "Lists and Columns"
3256 There are several types of lists which may be initiated with the
3257 .Ql .Bl
3258 begin-list macro.
3259 Items within the list are specified with the
3260 .Ql .It
3261 item macro, and each list must end with the
3262 .Ql .El
3263 macro.
3264 Lists may be nested within themselves and within displays.
3265 The use of columns inside of lists or lists inside of columns is unproven.
3267 In addition, several list attributes may be specified such as the width of a
3268 tag, the list offset, and compactness (blank lines between items allowed or
3269 disallowed).
3270 Most of this document has been formatted with a tag style list
3271 .Pf ( Fl tag ) .
3273 It has the following syntax forms:
3276 .Bd -ragged -compact
3277 .Bl -tag -width ".Li .Bl" -offset indent -compact
3278 .It Li .Bl Xo
3279 .Bro \-hang | \-ohang | \-tag | \-diag | \-inset Brc
3280 .Oo \-width Ao string Ac Oc
3281 .Oo \-offset Ao string Ac Oc Oo \-compact Oc Xc
3282 .It Li .Bl Xo
3283 .No \-column Oo \-offset Ao string Ac Oc
3284 .Ao string1 Ac Ao string2 Ac ... Xc
3285 .It Li .Bl Xo
3286 .Bro \-item | \-enum Oo \-nested Oc | \-bullet | \-hyphen | \-dash Brc
3287 .Oo \-offset Ao string Ac Oc Oo \-compact Oc Xc
3292 And now a detailed description of the list types.
3295 .Bl -tag -width ".Fl column" -compact
3296 .It Fl bullet
3297 A bullet list.
3299 .Bd -literal -offset indent
3300 \&.Bl -bullet -offset indent -compact
3301 \&.It
3302 Bullet one goes here.
3303 \&.It
3304 Bullet two here.
3305 \&.El
3309 Produces:
3312 .Bl -bullet -offset indent -compact
3314 Bullet one goes here.
3316 Bullet two here.
3320 .It Fl dash No ( or Fl hyphen )
3321 A dash list.
3323 .Bd -literal -offset indent
3324 \&.Bl -dash -offset indent -compact
3325 \&.It
3326 Dash one goes here.
3327 \&.It
3328 Dash two here.
3329 \&.El
3333 Produces:
3336 .Bl -dash -offset indent -compact
3338 Dash one goes here.
3340 Dash two here.
3344 .It Fl enum
3345 An enumerated list.
3347 .Bd -literal -offset indent
3348 \&.Bl -enum -offset indent -compact
3349 \&.It
3350 Item one goes here.
3351 \&.It
3352 And item two here.
3353 \&.El
3357 The result:
3360 .Bl -enum -offset indent -compact
3362 Item one goes here.
3364 And item two here.
3368 If you want to nest enumerated lists, use the
3369 .Fl nested
3370 flag (starting with the second-level list):
3372 .Bd -literal -offset indent
3373 \&.Bl -enum -offset indent -compact
3374 \&.It
3375 Item one goes here
3376 \&.Bl -enum -nested -compact
3377 \&.It
3378 Item two goes here.
3379 \&.It
3380 And item three here.
3381 \&.El
3382 \&.It
3383 And item four here.
3384 \&.El
3388 Result:
3391 .Bl -enum -offset indent -compact
3393 Item one goes here.
3394 .Bl -enum -nested -compact
3396 Item two goes here.
3398 And item three here.
3401 And item four here.
3405 .It Fl item
3406 A list of type
3407 .Fl item
3408 without list markers.
3410 .Bd -literal -offset indent
3411 \&.Bl -item -offset indent
3412 \&.It
3413 Item one goes here.
3414 Item one goes here.
3415 Item one goes here.
3416 \&.It
3417 Item two here.
3418 Item two here.
3419 Item two here.
3420 \&.El
3424 Produces:
3427 .Bl -item -offset indent
3429 Item one goes here.
3430 Item one goes here.
3431 Item one goes here.
3433 Item two here.
3434 Item two here.
3435 Item two here.
3439 .It Fl tag
3440 A list with tags.
3442 .Fl width
3443 to specify the tag width.
3446 .Bl -tag -width "PPID" -compact -offset indent
3447 .It SL
3448 sleep time of the process (seconds blocked)
3449 .It PAGEIN
3450 number of disk
3451 .Tn I/O Ns 's
3452 resulting from references by the process
3453 to pages not loaded in core.
3454 .It UID
3455 numerical user-id of process owner
3456 .It PPID
3457 numerical id of parent of process priority
3458 (non-positive when in non-interruptible wait)
3462 The raw text:
3464 .Bd -literal -offset indent
3465 \&.Bl -tag -width "PPID" -compact -offset indent
3466 \&.It SL
3467 sleep time of the process (seconds blocked)
3468 \&.It PAGEIN
3469 number of disk
3470 \&.Tn I/O Ns 's
3471 resulting from references by the process
3472 to pages not loaded in core.
3473 \&.It UID
3474 numerical user-id of process owner
3475 \&.It PPID
3476 numerical id of parent of process priority
3477 (non-positive when in non-interruptible wait)
3478 \&.El
3482 .It Fl diag
3483 Diag lists create section four diagnostic lists and are similar to inset
3484 lists except callable macros are ignored.
3486 .Fl width
3487 flag is not meaningful in this context.
3489 Example:
3491 .Bd -literal -offset indent
3492 \&.Bl -diag
3493 \&.It You can't use Sy here.
3494 The message says all.
3495 \&.El
3499 produces
3501 .Bl -diag
3502 .It You can't use Sy here.
3503 The message says all.
3507 .It Fl hang
3508 A list with hanging tags.
3510 .Bl -hang -offset indent
3511 .It Em Hanged
3512 labels appear similar to tagged lists when the
3513 label is smaller than the label width.
3514 .It Em Longer hanged list labels
3515 blend into the paragraph unlike
3516 tagged paragraph labels.
3519 And the unformatted text which created it:
3521 .Bd -literal -offset indent
3522 \&.Bl -hang -offset indent
3523 \&.It Em Hanged
3524 labels appear similar to tagged lists when the
3525 label is smaller than the label width.
3526 \&.It Em Longer hanged list labels
3527 blend into the paragraph unlike
3528 tagged paragraph labels.
3529 \&.El
3533 .It Fl ohang
3534 Lists with overhanging tags do not use indentation for the items; tags are
3535 written to a separate line.
3537 .Bl -ohang -offset indent
3538 .It Sy SL
3539 sleep time of the process (seconds blocked)
3540 .It Sy PAGEIN
3541 number of disk
3542 .Tn I/O Ns 's
3543 resulting from references by the process
3544 to pages not loaded in core.
3545 .It Sy UID
3546 numerical user-id of process owner
3547 .It Sy PPID
3548 numerical id of parent of process priority
3549 (non-positive when in non-interruptible wait)
3553 The raw text:
3555 .Bd -literal -offset indent
3556 \&.Bl -ohang -offset indent
3557 \&.It Sy SL
3558 sleep time of the process (seconds blocked)
3559 \&.It Sy PAGEIN
3560 number of disk
3561 \&.Tn I/O Ns 's
3562 resulting from references by the process
3563 to pages not loaded in core.
3564 \&.It Sy UID
3565 numerical user-id of process owner
3566 \&.It Sy PPID
3567 numerical id of parent of process priority
3568 (non-positive when in non-interruptible wait)
3569 \&.El
3573 .It Fl inset
3574 Here is an example of inset labels:
3575 .Bl -inset -offset indent
3576 .It Em Tag
3577 The tagged list (also called a tagged paragraph)
3578 is the most common type of list used in the
3579 Berkeley manuals.
3580 Use a
3581 .Fl width
3582 attribute as described below.
3583 .It Em Diag
3584 Diag lists create section four diagnostic lists
3585 and are similar to inset lists except callable
3586 macros are ignored.
3587 .It Em Hang
3588 Hanged labels are a matter of taste.
3589 .It Em Ohang
3590 Overhanging labels are nice when space is constrained.
3591 .It Em Inset
3592 Inset labels are useful for controlling blocks of
3593 paragraphs and are valuable for converting
3594 .Nm \-mdoc
3595 manuals to other formats.
3598 Here is the source text which produced the above example:
3600 .Bd -literal -offset indent
3601 \&.Bl -inset -offset indent
3602 \&.It Em Tag
3603 The tagged list (also called a tagged paragraph)
3604 is the most common type of list used in the
3605 Berkeley manuals.
3606 \&.It Em Diag
3607 Diag lists create section four diagnostic lists
3608 and are similar to inset lists except callable
3609 macros are ignored.
3610 \&.It Em Hang
3611 Hanged labels are a matter of taste.
3612 \&.It Em Ohang
3613 Overhanging labels are nice when space is constrained.
3614 \&.It Em Inset
3615 Inset labels are useful for controlling blocks of
3616 paragraphs and are valuable for converting
3617 \&.Nm \-mdoc
3618 manuals to other formats.
3619 \&.El
3623 .It Fl column
3624 This list type generates multiple columns.
3625 The number of columns and the width of each column is determined by the
3626 arguments to the
3627 .Fl column
3628 list,
3629 .Aq Ar string1 ,
3630 .Aq Ar string2 ,
3631 etc.
3633 .Aq Ar stringN
3634 starts with a
3635 .Ql .\&
3636 (dot) immediately followed by a valid
3637 .Nm \-mdoc
3638 macro name, interpret
3639 .Aq Ar stringN
3640 and use the width of the result.
3641 Otherwise, the width of
3642 .Aq Ar stringN
3643 (typeset with a fixed-width font) is taken as the
3644 .Ar N Ns th
3645 column width.
3647 Each
3648 .Ql .It
3649 argument is parsed to make a row, each column within the row is a separate
3650 argument separated by a tab or the
3651 .Ql .Ta
3652 macro.
3654 The table:
3656 .Bl -column -offset indent ".Sy String" ".Sy Nroff" ".Sy Troff"
3657 .It Sy String Ta Sy Nroff Ta Sy Troff
3658 .It Li <= Ta <= Ta \*(<=
3659 .It Li >= Ta >= Ta \*(>=
3663 was produced by:
3665 .Bd -literal
3666 \&.Bl -column -offset indent ".Sy String" ".Sy Nroff" ".Sy Troff"
3667 \&.It Sy String Ta Sy Nroff Ta Sy Troff
3668 \&.It Li <= Ta <= Ta \e*(<=
3669 \&.It Li >= Ta >= Ta \e*(>=
3670 \&.El
3675 Other keywords:
3677 .Bl -tag -width ".Fl indent Ao Ar string Ac"
3678 .It Fl width Ao Ar string Ac
3680 .Aq Ar string
3681 starts with a
3682 .Ql .\&
3683 (dot) immediately followed by a valid
3684 .Nm \-mdoc
3685 macro name, interpret
3686 .Aq Ar string
3687 and use the width of the result.
3688 Almost all lists in this document use this option.
3690 Example:
3692 .Bd -literal -offset indent
3693 \&.Bl -tag -width ".Fl test Ao Ar string Ac"
3694 \&.It Fl test Ao Ar string Ac
3695 This is a longer sentence to show how the
3696 \&.Fl width
3697 flag works in combination with a tag list.
3698 \&.El
3702 gives:
3704 .Bl -tag -width ".Fl test Ao Ar string Ac"
3705 .It Fl test Ao Ar string Ac
3706 This is a longer sentence to show how the
3707 .Fl width
3708 flag works in combination with a tag list.
3712 (Note that the current state of
3713 .Nm \-mdoc
3714 is saved before
3715 .Aq Ar string
3716 is interpreted; afterwards, all variables are restored again.
3717 However, boxes (used for enclosures) can't be saved in
3718 .Tn GNU
3719 .Xr troff 1 ;
3720 as a consequence, arguments must always be
3721 .Em balanced
3722 to avoid nasty errors.
3723 For example, do not write
3724 .Ql ".Ao Ar string"
3726 .Ql ".Ao Ar string Xc"
3727 instead if you really need only an opening angle bracket.)
3729 Otherwise, if
3730 .Aq Ar string
3731 is a valid numeric expression
3732 .Em ( with a scale indicator other than
3733 .Sq Em u ) ,
3734 use that value for indentation.
3735 The most useful scale indicators are
3736 .Sq m
3738 .Sq n ,
3739 specifying the so-called
3740 .Em \&Em
3742 .Em "En square" .
3743 This is approximately the width of the letters
3744 .Sq m
3746 .Sq n
3747 respectively
3748 of the current font (for nroff output, both scale indicators give the same
3749 values).
3751 .Aq Ar string
3752 isn't a numeric expression, it is tested whether it is an
3753 .Nm \-mdoc
3754 macro name, and the default width value associated with this macro is used.
3755 Finally, if all tests fail,
3756 the width of
3757 .Aq Ar string
3758 (typeset with a fixed-width font) is taken as the width.
3760 If a width is not specified for the tag list type, every time
3761 .Ql .It
3762 is invoked, an attempt is made to determine an appropriate width.
3763 If the first argument to
3764 .Ql .It
3765 is a callable macro, the default width for that macro will be used;
3766 otherwise, the default width of
3767 .Ql .No
3768 is used.
3769 .It Fl offset Ao Ar string Ac
3771 .Aq Ar string
3773 .Ar indent ,
3774 a default indent value (normally set to\~6n, similar to the value used in
3775 .Ql .Dl
3777 .Ql .Bd )
3778 is used.
3780 .Aq Ar string
3781 is a valid numeric expression instead
3782 .Pf ( Em with a scale indicator other than
3783 .Sq Em u ) ,
3784 use that value for indentation.
3785 The most useful scale indicators are
3786 .Sq m
3788 .Sq n ,
3789 specifying the so-called
3790 .Em \&Em
3792 .Em "En square" .
3793 This is approximately the width of the letters
3794 .Sq m
3796 .Sq n
3797 respectively
3798 of the current font (for nroff output, both scale indicators give the same
3799 values).
3801 .Aq Ar string
3802 isn't a numeric expression, it is tested whether it is an
3803 .Nm \-mdoc
3804 macro name, and the default offset value associated with this macro is used.
3805 Finally, if all tests fail,
3806 the width of
3807 .Aq Ar string
3808 (typeset with a fixed-width font) is taken as the offset.
3809 .It Fl compact
3810 Suppress insertion of vertical space before the list and between list items.
3814 .Sh "MISCELLANEOUS MACROS"
3816 Here a list of the remaining macros which do not fit well into one of the
3817 above sections.
3818 We couldn't find real examples for the following macros:
3819 .Ql .Me
3821 .Ql .Ot .
3822 They are documented here for completeness \- if you know how to use them
3823 properly please send a mail to
3824 .Mt bug-groff@gnu.org
3825 (including an example).
3827 .Bl -tag -width ".Li .Bt"
3828 .It Li .Bt
3829 prints
3831 .Bd -ragged -offset indent
3835 It is neither callable nor parsed and takes no arguments.
3837 .It Li .Fr
3839 .Dl Usage: .Fr Ao function return value Ac ...
3841 Don't use this macro.
3842 It allows a break right before the return value (usually a single digit)
3843 which is bad typographical behaviour.
3845 .Ql \e~
3846 to tie the return value to the previous word.
3848 .It Li .Hf
3849 Use this macro to include a (header) file literally.
3850 It first prints
3851 .Ql File:
3852 followed by the file name, then the contents of
3853 .Ao file Ac .
3855 .Dl Usage: .Hf Ao file Ac
3857 It is neither callable nor parsed.
3859 .It Li .Lk
3860 To be written.
3862 .It Li .Me
3863 Exact usage unknown.
3864 The documentation in the
3865 .Nm \-mdoc
3866 source file describes it as a macro for
3867 .Dq "menu entries" .
3869 Its default width is 6n.
3871 .It Li .Mt
3872 To be written.
3874 .It Li .Ot
3875 Exact usage unknown.
3876 The documentation in the
3877 .Nm \-mdoc
3878 source file describes it as
3879 .Dq old function type (fortran) .
3881 .It Li .Sm
3882 Activate (toggle) space mode.
3884 .Dl Usage: .Sm Oo on | off Oc ...
3886 If space mode is off, no spaces between macro arguments are inserted.
3887 If called without a parameter (or if the next parameter is neither
3888 .Ql on
3890 .Ql off ,
3891 .Ql .Sm
3892 toggles space mode.
3894 .It Li .Ud
3895 prints
3897 .Bd -ragged -offset indent
3901 It is neither callable nor parsed and takes no arguments.
3905 .Sh "PREDEFINED STRINGS"
3907 The following strings are predefined:
3909 .Bl -column String infinity "Troff " "straight double quote" -offset indent
3910 .It Sy String Ta Sy Nroff Ta Sy Troff Ta Sy Meaning
3911 .It Li <=     Ta <=       Ta \*[<=]   Ta "less equal"
3912 .It Li >=     Ta >=       Ta \*[>=]   Ta "greater equal"
3913 .It Li Rq     Ta ''       Ta \*[Rq]   Ta "right double quote"
3914 .It Li Lq     Ta ``       Ta \*[Lq]   Ta "left double quote"
3915 .It Li ua     Ta ^        Ta \*[ua]   Ta "upwards arrow"
3916 .It Li aa     Ta \'       Ta \*[aa]   Ta "acute accent"
3917 .It Li ga     Ta \`       Ta \*[ga]   Ta "grave accent"
3918 .It Li q      Ta \&"      Ta \*[q]    Ta "straight double quote"
3919 .It Li Pi     Ta pi       Ta \*[Pi]   Ta "greek pi"
3920 .It Li Ne     Ta !=       Ta \*[Ne]   Ta "not equal"
3921 .It Li Le     Ta <=       Ta \*[Le]   Ta "less equal"
3922 .It Li Ge     Ta >=       Ta \*[Ge]   Ta "greater equal"
3923 .It Li Lt     Ta <        Ta \*[Lt]   Ta "less than"
3924 .It Li Gt     Ta >        Ta \*[Gt]   Ta "greater than"
3925 .It Li Pm     Ta +\-      Ta \*[Pm]   Ta "plus minus"
3926 .It Li If     Ta infinity Ta \*[If]   Ta "infinity"
3927 .It Li Am     Ta \*[Am]   Ta \*[Am]   Ta "ampersand"
3928 .It Li Na     Ta \*[Na]   Ta \*[Na]   Ta "not a number"
3929 .It Li Ba     Ta \*[Ba]   Ta \*[Ba]   Ta "vertical bar"
3932 The names of the columns
3933 .Sy Nroff
3935 .Sy Troff
3936 are a bit misleading;
3937 .Sy Nroff
3938 shows the
3939 .Tn ASCII
3940 representation, while
3941 .Sy Troff
3942 gives the best glyph form available.
3943 For example, a Unicode enabled
3944 .Tn TTY Ns - Ns
3945 device will have proper glyph representations for all strings, whereas the
3946 enhancement for a Latin1
3947 .Tn TTY Ns - Ns
3948 device is only the plus-minus sign.
3950 String names which consist of two characters can be written as
3951 .Ql \e*(xx ;
3952 string names which consist of one character can be written as
3953 .Ql \e*x .
3954 A generic syntax for a string name of any length is
3955 .Ql \e*[xxx]
3956 (this is a
3957 .Tn GNU
3958 .Xr troff 1
3959 extension).
3963 \#=====================================================================
3965 .Sh DIAGNOSTICS
3967 The debugging macro
3968 .Ql .Db
3969 available in previous versions of
3970 .Nm \-mdoc
3971 has been removed since
3972 .Tn GNU
3973 .Xr troff 1
3974 provides better facilities to check parameters; additionally, many error and
3975 warning messages have been added to this macro package, making it both more
3976 robust and verbose.
3978 The only remaining debugging macro is
3979 .Ql .Rd
3980 which yields a register dump of all global registers and strings.
3981 A normal user will never need it.
3984 .Sh "FORMATTING WITH GROFF, TROFF, AND NROFF"
3986 By default, the package inhibits page breaks, headers, and footers if
3987 displayed with a
3988 .Tn TTY
3989 device like
3990 .Sq latin1
3992 .Sq unicode ,
3993 to make the manual more efficient for viewing on-line.
3994 This behaviour can be changed (e.g.\& to create a hardcopy of the
3995 .Tn TTY
3996 output) by setting the register
3997 .Ql cR
3998 to zero while calling
3999 .Xr groff 1 ,
4000 resulting in multiple pages instead of a single, very long page:
4002 .Dl groff -Tlatin1 -rcR=0 -mdoc foo.man > foo.txt
4004 For double-sided printing, set register
4005 .Ql D
4006 to\~1:
4008 .Dl groff -Tps -rD1 -mdoc foo.man > foo.ps
4010 To change the document font size to 11pt or 12pt, set register
4011 .Ql S
4012 accordingly:
4014 .Dl groff -Tdvi -rS11 -mdoc foo.man > foo.dvi
4016 Register
4017 .Ql S
4018 is ignored for
4019 .Tn TTY
4020 devices.
4022 The line and title length can be changed by setting the registers
4023 .Ql LL
4025 .Ql LT ,
4026 respectively:
4028 .Dl groff -Tutf8 -rLL=100n -rLT=100n -mdoc foo.man | less
4030 If not set, both registers default to 78n for TTY devices and 6.5i
4031 otherwise.
4034 .Sh FILES
4036 .Bl -tag -width mdoc/doc-ditroff -compact
4037 .It Pa doc.tmac
4038 The main manual macro package.
4039 .It Pa mdoc.tmac
4040 A wrapper file to call
4041 .Pa doc.tmac .
4042 .It Pa mdoc/doc-common
4043 Common strings, definitions, stuff related typographic output.
4044 .It Pa mdoc/doc-nroff
4045 Definitions used for a
4046 .Tn TTY
4047 output device.
4048 .It Pa mdoc/doc-ditroff
4049 Definitions used for all other devices.
4050 .It Pa mdoc.local
4051 Local additions and customizations.
4052 .It Pa andoc.tmac
4053 This file checks whether the
4054 .Nm \-mdoc
4055 or the
4056 .Nm \-man
4057 package should be used.
4061 .Sh "SEE ALSO"
4063 .Xr groff 1 ,
4064 .Xr man 1 ,
4065 .Xr troff 1 ,
4066 .Xr groff_man 7
4069 .Sh BUGS
4071 Section 3f has not been added to the header routines.
4073 .Ql \&.Nm
4074 font should be changed in
4075 .Sx NAME
4076 section.
4078 .Ql \&.Fn
4079 needs to have a check to prevent splitting up
4080 if the line length is too short.
4081 Occasionally it
4082 separates the last parenthesis, and sometimes
4083 looks ridiculous if a line is in fill mode.
4085 The list and display macros do not do any keeps
4086 and certainly should be able to.
4087 .\" Note what happens if the parameter list overlaps a newline
4088 .\" boundary.
4089 .\" to make sure a line boundary is crossed:
4090 .\" .Bd -literal
4091 .\" \&.Fn struct\e\ dictionarytable\e\ *dictionarylookup struct\e\ dictionarytable\e\ *tab[]
4092 .\" .Ed
4093 .\" .Pp
4094 .\" produces, nudge nudge,
4095 .\" .Fn struct\ dictionarytable\ *dictionarylookup char\ *h struct\ dictionarytable\ *tab[] ,
4096 .\" .Fn struct\ dictionarytable\ *dictionarylookup char\ *h struct\ dictionarytable\ *tab[] ,
4097 .\" nudge
4098 .\" .Fn struct\ dictionarytable\ *dictionarylookup char\ *h struct\ dictionarytable\ *tab[] .
4099 .\" .Pp
4100 .\" If double quotes are used, for example:
4101 .\" .Bd -literal
4102 .\" \&.Fn \*qstruct dictionarytable *dictionarylookup\*q \*qchar *h\*q \*qstruct dictionarytable *tab[]\*q
4103 .\" .Ed
4104 .\" .Pp
4105 .\" produces, nudge nudge,
4106 .\" .Fn "struct dictionarytable *dictionarylookup" "char *h" "struct dictionarytable *tab[]" ,
4107 .\" nudge
4108 .\" .Fn "struct dictionarytable *dictionarylookup" "char *h" "struct dictionarytable *tab[]" ,
4109 .\" nudge
4110 .\" .Fn "struct dictionarytable *dictionarylookup" "char *h" "struct dictionarytable *tab[]" .
4111 .\" .Pp
4112 .\" Not a pretty sight...
4113 .\" In a paragraph, a long parameter containing unpaddable spaces as
4114 .\" in the former example will cause
4115 .\" .Xr troff
4116 .\" to break the line and spread
4117 .\" the remaining words out.
4118 .\" The latter example will adjust nicely to
4119 .\" justified margins, but may break in between an argument and its
4120 .\" declaration.
4121 .\" In
4122 .\" .Xr nroff
4123 .\" the right margin adjustment is normally ragged and the problem is
4124 .\" not as severe.
4126 .\" Local Variables:
4127 .\" mode: nroff
4128 .\" End: