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

Diff for /mandoc/mdoc.7 between version 1.281 and 1.286

version 1.281, 2020/02/13 18:32:56 version 1.286, 2021/07/29 16:25:20
Line 297  utility does this, that, and the other.
Line 297  utility does this, that, and the other.
 It usually follows with a breakdown of the options (if documenting a  It usually follows with a breakdown of the options (if documenting a
 command), such as:  command), such as:
 .Bd -literal -offset indent  .Bd -literal -offset indent
 The arguments are as follows:  The options are as follows:
 \&.Bl \-tag \-width Ds  \&.Bl \-tag \-width Ds
 \&.It Fl v  \&.It Fl v
 Print verbose information.  Print verbose information.
Line 1568  and
Line 1568  and
 .It Ic \&Fl Op Ar word ...  .It Ic \&Fl Op Ar word ...
 Command-line flag or option.  Command-line flag or option.
 Used when listing arguments to command-line utilities.  Used when listing arguments to command-line utilities.
 Prints a fixed-width hyphen  For each argument, prints an ASCII hyphen-minus character
 .Sq \-  .Sq \- ,
 directly followed by each argument.  immediately followed by the argument.
 If no arguments are provided, a hyphen is printed followed by a space.  If no arguments are provided, a hyphen-minus is printed followed by a space.
 If the argument is a macro, a hyphen is prefixed to the subsequent macro  If the argument is a macro, a hyphen-minus is prefixed
 output.  to the subsequent macro output.
 .Pp  .Pp
 Examples:  Examples:
 .Dl ".Fl R Op Fl H | L | P"  .Dl ".Nm du Op Fl H | L | P"
 .Dl ".Op Fl 1AaCcdFfgHhikLlmnopqRrSsTtux"  .Dl ".Nm ls Op Fl 1AaCcdFfgHhikLlmnopqRrSsTtux"
 .Dl ".Fl type Cm d Fl name Pa CVS"  .Dl ".Nm route Cm add Fl inet Ar destination gateway"
 .Dl ".Fl Ar signal_number"  .Dl ".Nm locate.updatedb Op Fl \e-fcodes Ns = Ns Ar dbfile"
 .Dl ".Fl o Fl"  .Dl ".Nm aucat Fl o Fl"
   .Dl ".Nm kill Fl Ar signal_number"
 .Pp  .Pp
   For GNU-sytle long options, escaping the additional hyphen-minus is not
   strictly required, but may be safer with future versions of GNU troff; see
   .Xr mandoc_char 7
   for details.
   .Pp
 See also  See also
 .Ic \&Cm .  .Ic \&Cm .
 .It Ic \&Fn Ar funcname Op Ar argument ...  .It Ic \&Fn Ar funcname Op Ar argument ...
Line 1849  instead.
Line 1855  instead.
 Format a hyperlink.  Format a hyperlink.
 .Pp  .Pp
 Examples:  Examples:
 .Dl \&.Lk http://bsd.lv \(dqThe BSD.lv Project\(dq  .Dl \&.Lk https://bsd.lv \(dqThe BSD.lv Project\(dq
 .Dl \&.Lk http://bsd.lv  .Dl \&.Lk https://bsd.lv
 .Pp  .Pp
 See also  See also
 .Ic \&Mt .  .Ic \&Mt .
Line 2726  column, if applicable, describes closure rules.
Line 2732  column, if applicable, describes closure rules.
 .Ss Block full-explicit  .Ss Block full-explicit
 Multi-line scope closed by an explicit closing macro.  Multi-line scope closed by an explicit closing macro.
 All macros contains bodies; only  All macros contains bodies; only
 .Ic \s&Bf  .Ic \&Bf
 and  and
 .Pq optionally  .Pq optionally
 .Ic \&Bl  .Ic \&Bl
Line 3141  but produces large indentations.
Line 3147  but produces large indentations.
 .Xr tbl 7  .Xr tbl 7
 .Pp  .Pp
 The web page  The web page
 .Lk http://mandoc.bsd.lv/mdoc/ "extended documentation for the mdoc language"  .Lk https://mandoc.bsd.lv/mdoc/ "extended documentation for the mdoc language"
 provides a few tutorial-style pages for beginners, an extensive style  provides a few tutorial-style pages for beginners, an extensive style
 guide for advanced authors, and an alphabetic index helping to choose  guide for advanced authors, and an alphabetic index helping to choose
 the best macros for various kinds of content.  the best macros for various kinds of content.
   .Pp
   The manual page
   .Lk https://man.voidlinux.org/groff_mdoc "groff_mdoc(7)"
   contained in the
   .Dq groff
   package documents exactly the same language in a somewhat different style.
 .Sh HISTORY  .Sh HISTORY
 The  The
 .Nm  .Nm

Legend:
Removed from v.1.281  
changed lines
  Added in v.1.286

CVSweb