+indicates an offset of 12
+.Qq n
+.Ns -sized
+letters.
+.
+.
+.Ss Macro Reference
+.Bl -tag -width Ds
+.It B
+Text is rendered in bold face.
+.It BI
+Text is rendered alternately in bold face and italic. Thus,
+.Sq .BI this word and that
+causes
+.Sq this
+and
+.Sq and
+to render in bold face, while
+.Sq word
+and
+.Sq that
+render in italics. Whitespace between arguments is omitted in output.
+.It BR
+Text is rendered alternately in bold face and roman (the default font).
+Whitespace between arguments is omitted in output.
+.It DT
+Has no effect. Included for compatibility.
+.It HP
+Begin a paragraph whose initial output line is left-justified, but
+subsequent output lines are indented, with the following syntax:
+.Bd -literal -offset indent
+\&.HP [width]
+.Ed
+.
+.Pp
+If
+.Va width
+is specified, it's saved for later paragraph left-margins; if
+unspecified, the saved or default width is used.
+.It I
+Text is rendered in italics.
+.It IB
+Text is rendered alternately in italics and bold face. Whitespace
+between arguments is omitted in output.
+.It IP
+Begin a paragraph with the following syntax:
+.Bd -literal -offset indent
+\&.IP [head [width]]
+.Ed
+.
+.Pp
+This follows the behaviour of the
+.Sq TP
+except for the macro syntax (all arguments on the line, instead of
+having next-line scope). If
+.Va width
+is specified, it's saved for later paragraph left-margins; if
+unspecified, the saved or default width is used.
+.It IR
+Text is rendered alternately in italics and roman (the default font).
+Whitespace between arguments is omitted in output.
+.It LP, P, PP
+Begin an undecorated paragraph. The scope of a paragraph is closed by a
+subsequent paragraph, sub-section, section, or end of file. The saved
+paragraph left-margin width is re-set to the default.
+.It R
+Text is rendered in roman (the default font).
+.It RB
+Text is rendered alternately in roman (the default font) and bold face.
+Whitespace between arguments is omitted in output.
+.It RE
+Explicitly close out the scope of a prior
+.Sq RS .
+.It RI
+Text is rendered alternately in roman (the default font) and italics.
+Whitespace between arguments is omitted in output.
+.It RS
+Begin a part setting the left margin. The left margin controls the
+offset, following an initial indentation, to un-indented text such as
+that of
+.Sq PP .
+The width may be specified as following:
+.Bd -literal -offset indent
+\&.RS [width]
+.Ed
+.
+.Pp
+If
+.Va width
+is not specified, the saved or default width is used.
+.It SB
+Text is rendered in small size (one point smaller than the default font)
+bold face.
+.It SH
+Begin a section. The scope of a section is only closed by another
+section or the end of file. The paragraph left-margin width is re-set
+to the default.
+.It SM
+Text is rendered in small size (one point smaller than the default
+font).
+.It SS
+Begin a sub-section. The scope of a sub-section is closed by a
+subsequent sub-section, section, or end of file. The paragraph
+left-margin width is re-set to the default.
+.It TH
+Sets the title of the manual page with the following syntax:
+.Bd -literal -offset indent
+\&.TH title section [date [source [volume]]]