[BACK]Return to mdoc.7 CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/Attic/mdoc.7 between version 1.34 and 1.35

version 1.34, 2010/06/06 20:30:08 version 1.35, 2010/06/08 00:11:47
Line 55 
Line 55 
 whether in a macro or free-form text line, is ignored to the end of  whether in a macro or free-form text line, is ignored to the end of
 line.  A macro line with only a control character and comment escape,  line.  A macro line with only a control character and comment escape,
 .Sq \&.\e" ,  .Sq \&.\e" ,
 is also ignored.  Macro lines with only a control charater and optionally  is also ignored.  Macro lines with only a control character and optionally
 whitespace are stripped from input.  whitespace are stripped from input.
 .Ss Reserved Characters  .Ss Reserved Characters
 Within a macro line, the following characters are reserved:  Within a macro line, the following characters are reserved:
Line 167 
Line 167 
 .Dq predefined strings ,  .Dq predefined strings ,
 which, like  which, like
 .Sx Special Characters ,  .Sx Special Characters ,
 demark special output characters and strings by way of input codes.  mark special output characters and strings by way of input codes.
 Predefined strings are escaped with the slash-asterisk,  Predefined strings are escaped with the slash-asterisk,
 .Sq \e* :  .Sq \e* :
 single-character  single-character
Line 333 
Line 333 
 followed by  followed by
 .Sx \&Nd .  .Sx \&Nd .
 .Pp  .Pp
 Following that, convention dictates specifying at least the SYNOPSIS and  Following that, convention dictates specifying at least the
 DESCRIPTION sections, although this varies between manual sections.  .Em SYNOPSIS
   and
   .Em DESCRIPTION
   sections, although this varies between manual sections.
 .Pp  .Pp
 The following is a well-formed skeleton  The following is a well-formed skeleton
 .Nm  .Nm
Line 450 
Line 453 
 Manuals not in these sections generally don't need a  Manuals not in these sections generally don't need a
 .Em SYNOPSIS .  .Em SYNOPSIS .
 .Pp  .Pp
 See  Some macros are displayed differently in the
 .Sx \&Op ,  .Em SYNOPSIS
   section, particularly
   .Sx \&Nm ,
 .Sx \&Cd ,  .Sx \&Cd ,
   .Sx \&Fd ,
 .Sx \&Fn ,  .Sx \&Fn ,
 .Sx \&Ft ,  .Sx \&Fo ,
   .Sx \&In ,
   .Sx \&Vt ,
 and  and
 .Sx \&Vt .  .Sx \&Ft .
   All of these macros are output on their own line.  If two such
   dissimilar macros are pair-wise invoked (except for
   .Sx \&Ft
   before
   .Sx \&Fo
   or
   .Sx \&Fn ) ,
   they are separated by a vertical space, unless in the case of
   .Sx \&Fo ,
   .Sx \&Fn ,
   and
   .Sx \&Ft ,
   which are always separated by vertical space.
 .It Em DESCRIPTION  .It Em DESCRIPTION
 This expands upon the brief, one-line description in  This expands upon the brief, one-line description in
 .Em NAME .  .Em NAME .
Line 952 
Line 973 
 .Sx \&Aq .  .Sx \&Aq .
 .Ss \&Ap  .Ss \&Ap
 Inserts an apostrophe without any surrounding white-space.  Inserts an apostrophe without any surrounding white-space.
 This is generally used as a grammatic device when referring to the verb  This is generally used as a grammatical device when referring to the verb
 form of a function:  form of a function:
 .Bd -literal -offset indent  .Bd -literal -offset indent
 \&.Fn execve Ap d  \&.Fn execve Ap d
Line 1656 
Line 1677 
 Do not use this macro.  Do not use this macro.
 .Pp  .Pp
 See also  See also
   .Sx MANUAL STRUCTURE
   and
 .Sx \&In .  .Sx \&In .
 .Ss \&Fl  .Ss \&Fl
 Command-line flag.  Command-line flag.
Line 1685 
Line 1708 
 .Op Oo Cm argtype Oc Cm argname  .Op Oo Cm argtype Oc Cm argname
 .Ed  .Ed
 .Pp  .Pp
 If invoked in the  Function arguments are surrounded in parenthesis and
 .Em SYNOPSIS  
 section, vertical space is asserted before and after the macro.  
 In all cases, the function arguments are surrounded in parenthesis and  
 are delimited by commas.  are delimited by commas.
 If no arguments are specified, blank parenthesis are output.  If no arguments are specified, blank parenthesis are output.
 .Pp  .Pp
Line 1702 
Line 1722 
 .Ed  .Ed
 .Pp  .Pp
 See also  See also
 .Sx \&Fa ,  .Sx MANUAL STRUCTURE
 .Sx \&Fo ,  
 .Sx \&Fc ,  
 and  and
 .Sx \&Ft .  .Sx \&Ft .
 .Ss \&Fo  .Ss \&Fo
Line 1728 
Line 1746 
 .Pf \. Sx \&Fc  .Pf \. Sx \&Fc
 .Ed  .Ed
 .Pp  .Pp
 In the  
 .Em SYNOPSIS  
 section, a  
 .Sx \&Fo  
 block is surrounded by vertical space unless  
 .Sx \&Ft  
 is the prior macro, in which case it is preceded by only a newline.  
 .Pp  
 A  A
 .Sx \&Fo  .Sx \&Fo
 scope is closed by  scope is closed by
 .Pp  .Pp
 See also  See also
   .Sx MANUAL STRUCTURE ,
 .Sx \&Fa ,  .Sx \&Fa ,
 .Sx \&Fc ,  .Sx \&Fc ,
 and  and
 .Sx \&Fn .  
 .Sx \&Fc .  
 .Ss \&Fr  
 .Ss \&Ft  .Ss \&Ft
 A function type.  A function type.
 Its syntax is as follows:  Its syntax is as follows:
 .Pp  .Pp
 .D1 Pf \. Sx \&Ft Cm functype  .D1 Pf \. Sx \&Ft Cm functype
 .Pp  .Pp
 If invoked before a  
 .Sx \&Fo  
 or  
 .Sx \&Fn  
 in the  
 .Em SYNOPSIS  
 section, a line-break will follow.  
 Furthermore, if invoked in the  
 .Em SYNOPSIS  
 section, it will assert vertical space prior to its arguments.  
 .Pp  
 Examples:  Examples:
 .D1 \&.Ft int  .D1 \&.Ft int
 .Bd -literal -offset indent -compact  .Bd -literal -offset indent -compact
Line 1772 
Line 1769 
 .Ed  .Ed
 .Pp  .Pp
 See also  See also
 .Sx \&Fo ,  .Sx MANUAL STRUCTURE ,
 .Sx \&Fc ,  .Sx \&Fn ,
 and  and
 .Sx \&Fn .  .Sx \&Fo .
 .Ss \&Fx  .Ss \&Fx
 Format the FreeBSD version provided as an argument, or a default value  Format the FreeBSD version provided as an argument, or a default value
 if no argument is provided.  if no argument is provided.
Line 1804 
Line 1801 
 section (only if invoked as the line macro), the first argument is  section (only if invoked as the line macro), the first argument is
 preceded by  preceded by
 .Qq #include ,  .Qq #include ,
 the arguments is enclosed in angled braces, and a newline is asserted.  the arguments is enclosed in angled braces.
 In all other invocations, only angled braces will enclose the argument.  
 .Pp  .Pp
 Examples  Examples:
 .D1 \&.In sys/types  .D1 \&.In sys/types
   .Pp
   See also
   .Sx MANUAL STRUCTURE .
 .Ss \&It  .Ss \&It
 A list item.  A list item.
 The syntax of this macro depends on the list type.  The syntax of this macro depends on the list type.
Line 1880 
Line 1879 
 Subsequent this, only the  Subsequent this, only the
 .Sq \&Ta  .Sq \&Ta
 pseudo-macro may be used to delimit phrases.  pseudo-macro may be used to delimit phrases.
 Furthermore, note that quoted sections propogate over tab-delimited  Furthermore, note that quoted sections propagate over tab-delimited
 phrases on an  phrases on an
 .Sx \&It ,  .Sx \&It ,
 for example,  for example,
 .Pp  .Pp
 .D1 .It \(dqcol1 ; <TAB> col2 ;\(dq ;  .D1 .It \(dqcol1 ; <TAB> col2 ;\(dq \&;
 .Pp  .Pp
 will preserve the semicolon whitespace except for the last.  will preserve the semicolon whitespace except for the last.
 .Pp  .Pp
Line 2098 
Line 2097 
 .Ss \&Va  .Ss \&Va
 .Ss \&Vt  .Ss \&Vt
 A variable type.  A variable type.
 This is also used for indicating global variables in the SYNOPSIS  This is also used for indicating global variables in the
   .Em SYNOPSIS
 section, in which case a variable name is also specified.  section, in which case a variable name is also specified.
 Note that it accepts  Note that it accepts
 .Sx Block partial-implicit  .Sx Block partial-implicit
 syntax when invoked as the first macro in the SYNOPSIS section, else it  syntax when invoked as the first macro in the
 accepts ordinary  .Em SYNOPSIS
   section, else it accepts ordinary
 .Sx In-line  .Sx In-line
 syntax.  syntax.
 .Pp  .Pp
Line 2113 
Line 2114 
 .Pp  .Pp
 Examples:  Examples:
 .D1 \&.Vt unsigned char  .D1 \&.Vt unsigned char
 .D1 \&.Vt extern const char * const sys_signame[] ;  .D1 \&.Vt extern const char * const sys_signame[] \&;
 .Pp  .Pp
 See also  See also
 .Sx \&Ft  .Sx MANUAL STRUCTURE
 and  and
 .Sx \&Va .  .Sx \&Va .
 .Ss \&Xc  .Ss \&Xc
Line 2148 
Line 2149 
 .Pp  .Pp
 Examples:  Examples:
 .D1 \&.Xr mandoc 1  .D1 \&.Xr mandoc 1
 .D1 \&.Xr mandoc 1 ;  .D1 \&.Xr mandoc 1 \&;
 .D1 \&.Xr mandoc 1 \&Ns s behaviour  .D1 \&.Xr mandoc 1 \&Ns s behaviour
 .Ss \&br  .Ss \&br
 .Ss \&sp  .Ss \&sp
Line 2184 
Line 2185 
 .Sx \&Fn  .Sx \&Fn
 in the  in the
 .Em SYNOPSIS :  .Em SYNOPSIS :
 at times newline(s) are suppressed dependong on whether a prior  at times newline(s) are suppressed depending on whether a prior
 .Sx \&Fn  .Sx \&Fn
 has been invoked.  has been invoked.
 In mandoc, this is not the case.  In mandoc, this is not the case.
Line 2249 
Line 2250 
 .Fl right  .Fl right
 are aliases for  are aliases for
 .Fl left  .Fl left
 in manodc.  Furthermore, the  in mandoc.  Furthermore, the
 .Fl file Ar file  .Fl file Ar file
 argument is ignored.  argument is ignored.
 Lastly, since text is not right-justified in mandoc (or even groff),  Lastly, since text is not right-justified in mandoc (or even groff),

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35