[BACK]Return to man.7 CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/man.7 between version 1.22 and 1.27

version 1.22, 2009/08/13 11:45:29 version 1.27, 2009/08/18 08:48:30
Line 238  invocation.
Line 238  invocation.
 .Pp  .Pp
 If a block macro is next-line scoped, it may only be followed by in-line  If a block macro is next-line scoped, it may only be followed by in-line
 macros (excluding  macros (excluding
   .Sq br ,
 .Sq na ,  .Sq na ,
 .Sq sp ,  .Sq sp ,
 .Sq nf ,  .Sq nf ,
Line 262  and
Line 263  and
 This section is a canonical reference to all macros, arranged  This section is a canonical reference to all macros, arranged
 alphabetically.  For the scoping of individual macros, see  alphabetically.  For the scoping of individual macros, see
 .Sx MACRO SYNTAX .  .Sx MACRO SYNTAX .
 .Bl -tag -width Ds -offset indent  .\" SUBSECTION
   .Ss Terms
   In this reference, a numerical width may be either a standalone natural
   number (such as 3, 4, 10, etc.) or a natural number followed by a width
   multiplier
   .Qq n ,
   corresponding to the width of the formatted letter n, or
   .Qq m ,
   corresponding to the width of the formatted letter m.  The latter is the
   default, if unspecified.  Thus,
   .Bd -literal -offset indent
   \&.HP 12n
   .Ed
   .Pp
   indicates an offset of 12
   .Qq n
   .Ns -sized
   letters.
   .\" SUBSECTION
   .Ss Macro Reference
   .Bl -tag -width Ds
 .It \&B  .It \&B
 Text is rendered in bold face.  Text is rendered in bold face.
 .It \&BI  .It \&BI
Line 281  render in italics.  Whitespace between arguments is om
Line 302  render in italics.  Whitespace between arguments is om
 Text is rendered alternately in bold face and roman (the default font).  Text is rendered alternately in bold face and roman (the default font).
 Whitespace between arguments is omitted in output.  Whitespace between arguments is omitted in output.
 .It \&HP  .It \&HP
 .\" TODO.  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  .It \&I
 Text is rendered in italics.  Text is rendered in italics.
 .It \&IB  .It \&IB
 Text is rendered alternately in italics and bold face.  Whitespace  Text is rendered alternately in italics and bold face.  Whitespace
 between arguments is omitted in output.  between arguments is omitted in output.
 .It \&IP  .It \&IP
 .\" TODO.  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  .It \&IR
 Text is rendered alternately in italics and roman (the default font).  Text is rendered alternately in italics and roman (the default font).
 Whitespace between arguments is omitted in output.  Whitespace between arguments is omitted in output.
 .It \&LP, \&P, \&PP  .It \&LP, \&P, \&PP
 Begin an undecorated paragraph.  The scope of a paragraph is closed by a  Begin an undecorated paragraph.  The scope of a paragraph is closed by a
 subsequent paragraph, sub-section, section, or end of file.  subsequent paragraph, sub-section, section, or end of file.  The saved
   paragraph left-margin width is re-set to the default.
 .It \&R  .It \&R
 Text is rendered in roman (the default font).  Text is rendered in roman (the default font).
 .It \&RB  .It \&RB
Line 308  Text is rendered in small size (one point smaller than
Line 350  Text is rendered in small size (one point smaller than
 bold face.  bold face.
 .It \&SH  .It \&SH
 Begin a section.  The scope of a section is only closed by another  Begin a section.  The scope of a section is only closed by another
 section or the end of file.  section or the end of file.  The paragraph left-margin width is re-set
   to the default.
 .It \&SM  .It \&SM
 Text is rendered in small size (one point smaller than the default  Text is rendered in small size (one point smaller than the default
 font).  font).
 .It \&SS  .It \&SS
 Begin a sub-section.  The scope of a sub-section is closed by a  Begin a sub-section.  The scope of a sub-section is closed by a
 subsequent sub-section, section, or end of file.  subsequent sub-section, section, or end of file.  The paragraph
   left-margin width is re-set to the default.
 .It \&TH  .It \&TH
 Sets the title of the manual page with the following syntax:  Sets the title of the manual page with the following syntax:
 .Bd -literal -offset indent  .Bd -literal -offset indent
Line 337  string specifies the organisation providing the utilit
Line 381  string specifies the organisation providing the utilit
 .Va volume  .Va volume
 replaces the default rendered volume as dictated by the manual section.  replaces the default rendered volume as dictated by the manual section.
 .It \&TP  .It \&TP
 .\" TODO.  Begin a paragraph where the head, if exceeding the indentation width, is
   followed by a newline; if not, the body follows on the same line after a
   buffer to the indentation width.  Subsequent output lines are indented.
   .Pp
   The indentation width may be set as follows:
   .Bd -literal -offset indent
   \&.TP [width]
   .Ed
   .Pp
   Where
   .Va width
   must be a properly-formed numeric width.  If
   .Va width
   is specified, it's saved for later paragraph left-margins; if
   unspecified, the saved or default width is used.
 .It \&br  .It \&br
 Breaks the current line.  Consecutive invocations have no further effect.  Breaks the current line.  Consecutive invocations have no further effect.
 .\" TODO.  
 .It \&fi  .It \&fi
 End literal mode begun by  End literal mode begun by
 .Sq \&nf .  .Sq \&nf .
Line 363  macro.
Line 420  macro.
 .El  .El
 .\" SECTION  .\" SECTION
 .Sh COMPATIBILITY  .Sh COMPATIBILITY
 See  This section documents compatibility with other roff implementations, at
 .Xr mdoc 7  this time limited to
 for groff compatibility notes.  .Xr groff 1 .
   .Bl -hyphen
   .It
   In quoted literals, groff allowed pair-wise double-quotes to produce a
   standalone double-quote in formatted output.  This idiosyncratic
   behaviour is no longer applicable.
   .It
   The
   .Sq \&sp
   macro does not accept negative numbers.
   .It
   Blocks of whitespace are stripped from both macro and free-form text
   lines (except when in literal mode), while groff would retain whitespace
   in free-form text lines.
   .El
 .\" SECTION  .\" SECTION
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr mandoc 1 ,  .Xr mandoc 1 ,
Line 374  for groff compatibility notes.
Line 445  for groff compatibility notes.
 .Sh AUTHORS  .Sh AUTHORS
 The  The
 .Nm  .Nm
 utility was written by  reference was written by
 .An Kristaps Dzonsons Aq kristaps@kth.se .  .An Kristaps Dzonsons Aq kristaps@kth.se .
 .\" SECTION  .\" SECTION
 .Sh CAVEATS  .Sh CAVEATS

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.27

CVSweb