1.\" Copyright 2014 Garrett D'Amore <garrett@damore.org> 2.\" Copyright (c) 1995, Sun Microsystems, Inc. 3.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. 4.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. 5.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] 6.Dd "Jul 30, 2014" 7.Dt MAN 5 8.Os 9.Sh NAME 10.Nm man 11.Nd macros to format Reference Manual pages 12.Sh SYNOPSIS 13.Nm mandoc 14.Fl T Ar man 15.Ar 16.Nm nroff 17.Fl man 18.Ar 19.Nm troff 20.Fl man 21.Ar 22.Sh DESCRIPTION 23These macros are used to lay out the reference pages in this manual. Note: if 24.Ar file 25contains format input for a preprocessor, the commands shown 26above must be piped through the appropriate preprocessor. This is handled 27automatically by the 28.Xr man 1 29command. See the 30.Sx Conventions 31section. 32.Lp 33Any text argument 34.Ar t 35may be zero to six words. Quotes may be used to 36include SPACE characters in a 37.Qq word . 38If 39.Ar text 40is empty, the special 41treatment is applied to the next input line with text to be printed. In this 42way 43.Nm \&.I 44may be used to italicize a whole line, or 45.Nm \&.SB 46may be used to make small bold letters. 47.Lp 48A prevailing indent distance is remembered between successive indented 49paragraphs, and is reset to default value upon reaching a non-indented 50paragraph. Default units for indents 51.Nm i 52are ens. 53.Lp 54Type font and size are reset to default values before each paragraph, and after 55processing font and size setting macros. 56.Pp 57These strings are predefined by 58.Nm -man : 59.Bl -tag -width Ds 60.It Nm \e*R 61.Sq \(rg , 62.Sq (Reg) 63in 64.Nm nroff . 65.It Nm \e*S 66Change to default type size. 67.El 68.Sh "Requests" 69* n.t.l. = next text line; p.i. = prevailing indent 70.Bl -column ".TH n s d f m" "Cause " "t=n.t.l.*" "Explanation " -offset Ds 71.It Sy Request Sy Cause Sy "If No" Sy Explanation 72.It "" Sy Break Sy "Argument" "" 73.It Nm \&.B Ar "t" no Ar t Ns =n.t.l.* Text is in bold font. 74.It Nm \&.BI Ar t no Ar t Ns =n.t.l. Join words, alternating bold and italic. 75.It Nm \&.BR Ar t no Ar t Ns =n.t.l. Join words, alternating bold and roman. 76.It Nm \&.DT no Li \&.5i 1i... Restore default tabs. 77.It Nm \&.HP Ar i yes Ar i Ns =p.i.* "Begin paragraph with hanging indent. Set prevailing indent to" Ar i . 78.It Nm \&.I Ar t no Ar t Ns =n.t.l. Text is italic. 79.It Nm \&.IB Ar t no Ar t Ns =n.t.l. Join words, altenrating italic and bold. 80.It Nm \&.IP Ar x Ar i yes Ar x Ns ="" Same as 81.Nm \&.TP 82with tag 83.Ar x . 84.It Nm \&.IR Ar t no Ar t Ns =n.t.l. Join words, alternating italic and roman. 85.It Nm \&.IX Ar t no - Index macro, not used (obsolete). 86.It Nm \&.LP yes - Begin left-aligned paragraph. Set prevailing indent to .5i. 87.It Nm \&.P yes - Same as 88.Nm \&.LP . 89.It Nm \&.PD Ar d no Ar d Ns =.4v Set vertical distance between paragraphs. 90.It Nm \&.PP yes - Same as 91.Nm \&.LP . 92.It Nm \&.RE yes - End of relative indent. Restores prevailing indent. 93.It Nm \&.RB Ar t no Ar t Ns =n.t.l. Join words, alternating roman and bold. 94.It Nm \&.RI Ar t no Ar t Ns =n.t.l. Join words, alternating roman and italic. 95.It Nm \&.RS Ar i yes Ar i Ns =p.i. Start relative indent, increase indent by Ar i . 96Sets prevailing indent to .5i for nested indents. 97.It Nm \&.SB Ar t no - Reduce size of text by 1 point, make text bold. 98.It Nm \&.SH Ar t yes - Section Heading. 99.It Nm \&.SM Ar t no Ar t Ns =n.t.l. Reduce size of text by 1 point. 100.It Nm \&.SS Ar t yes Ar t Ns =n.t.l. Section Subheading. 101.It Nm \&.TH Ar n s d f m yes - Begin reference page Ar n , No of section Ar s ; Ar d No is the date of the most recent change. If present, Ar f No is the left page footer; Ar m No is the main page (center) header. Sets prevailing indent and tabs to .5i. 102.It Nm \&.TP Ar i yes Ar i Ns =p.i. Begin indented paragraph, with the tag given on the next text line. Set prevailing indent to 103.Ar i . 104.It Nm \&.TX Ar t p no - Resolve the title abbreviation Ar t ; No join to punctuation mark (or text) Ar p . 105.El 106.Ss "Conventions" 107When formatting a manual page, 108.Nm 109examines the first line to determine 110whether it requires special processing. For example a first line consisting of: 111.Lp 112.Dl \&'\e" t 113.Lp 114indicates that the manual page must be run through the 115.Xr tbl 1 116preprocessor. 117.Lp 118A typical manual page for a command or function is laid out as follows: 119.Bl -tag -width ".SH RETURN VALUES" 120. 121.It Nm \&.TH Ar title Op "1-9" 122. 123The name of the command or function, which serves as the title of the manual 124page. This is followed by the number of the section in which it appears. 125. 126.It Nm SH NAME 127. 128The name, or list of names, by which the command is called, followed by a dash 129and then a one-line summary of the action performed. All in roman font, this 130section contains no 131.Xr troff 1 132commands or escapes, and no macro requests. 133It is used to generate the database used by the 134.Xr whatis 1 135command. 136. 137.It Nm SH SYNOPSIS 138.Bl -tag -width "Functions:" 139.It Sy Commands: 140The syntax of the command and its arguments, as typed on the command line. 141When in boldface, a word must be typed exactly as printed. When in italics, a 142word can be replaced with an argument that you supply. References to bold or 143italicized items are not capitalized in other sections, even when they begin a 144sentence. 145.Lp 146Syntactic symbols appear in roman face: 147.Bl -tag -width " " 148.It Op " " 149An argument, when surrounded by brackets is optional. 150.It | 151Arguments separated by a vertical bar are exclusive. You can supply only one 152item from such a list. 153.It \&.\|.\|. 154Arguments followed by an ellipsis can be repeated. When an ellipsis follows a 155bracketed set, the expression within the brackets can be repeated. 156.El 157.It Sy Functions: 158If required, the data declaration, or 159.Li #include 160directive, is shown first, 161followed by the function declaration. Otherwise, the function declaration is 162shown. 163.El 164. 165.It Nm \&.SH DESCRIPTION 166. 167A narrative overview of the command or function's external behavior. This 168includes how it interacts with files or data, and how it handles the standard 169input, standard output and standard error. Internals and implementation details 170are normally omitted. This section attempts to provide a succinct overview in 171answer to the question, "what does it do?" 172.Lp 173Literal text from the synopsis appears in constant width, as do literal 174filenames and references to items that appear elsewhere in the reference 175manuals. Arguments are italicized. 176.Lp 177If a command interprets either subcommands or an input grammar, its command 178interface or input grammar is normally described in a 179.Nm USAGE 180section, which follows the 181.Nm OPTIONS 182section. The 183.Nm DESCRIPTION 184section only 185describes the behavior of the command itself, not that of subcommands. 186. 187.It Nm \&.SH OPTIONS 188. 189The list of options along with a description of how each affects the command's 190operation. 191. 192.It Nm \&.SH RETURN VALUES 193. 194A list of the values the library routine will return to the calling program 195and the conditions that cause these values to be returned. 196. 197.It Nm \&.SH EXIT STATUS 198. 199A list of the values the utility will return to the calling program or shell, 200and the conditions that cause these values to be returned. 201. 202.It Nm \&.SH FILES 203. 204A list of files associated with the command or function. 205. 206.It Nm \&.SH SEE ALSO 207. 208A comma-separated list of related manual pages, followed by references to other 209published materials. 210. 211.It Nm \&.SH DIAGNOSTICS 212. 213A list of diagnostic messages and an explanation of each. 214. 215.It Nm \&.SH BUGS 216. 217A description of limitations, known defects, and possible problems associated 218with the command or function. 219.El 220.Sh FILES 221.Pa /usr/share/man/whatis 222.Sh NOTES 223The 224.Nm 225package should not be used for new documentation. The 226.Xr mdoc 5 , 227package is preferred, as it uses semantic markup rather than physical markup. 228.Sh CODE SET INDEPENDENCE 229When processed with 230.Xr mandoc 1 , 231this package is Code Set Independent. However, when processed with 232legacy tools such as 233.Xr nroff 1 234and 235.Xr troff 1 , 236the use of multi-byte characters may not be supported. 237.Sh INTERFACE STABILITY 238.Sy Obsolete Committed . 239The 240.Xr mdoc 5 241package should be used instead. 242.Sh SEE ALSO 243.Xr eqn 1 , 244.Xr man 1 , 245.Xr mandoc 1 , 246.Xr nroff 1 , 247.Xr troff 1 , 248.Xr tbl 1 , 249.Xr whatis 1 , 250.Xr mdoc 5 , 251.Rs 252.%A Dale Dougherty and Tim O'Reilly 253.%B Unix Text Processing 254.Re 255