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

Diff for /mandoc/roff.7 between version 1.85 and 1.88

version 1.85, 2017/06/06 15:03:35 version 1.88, 2017/06/14 01:31:26
Line 530  input lines without filling.
Line 530  input lines without filling.
 .Ar N  .Ar N
 defaults to 1.  defaults to 1.
 An argument of 0 or less ends centering.  An argument of 0 or less ends centering.
 Currently, high level macros abort certering.  Currently, high level macros abort centering.
 .It Ic \&cf Ar filename  .It Ic \&cf Ar filename
 Output the contents of a file.  Output the contents of a file.
 Ignored because insecure.  Ignored because insecure.
Line 1482  Currently ignored.
Line 1482  Currently ignored.
 Remove a request, macro or string.  Remove a request, macro or string.
 .It Ic \&rn Ar oldname newname  .It Ic \&rn Ar oldname newname
 Rename a request, macro, diversion, or string.  Rename a request, macro, diversion, or string.
 Currently unsupported.  In
   .Xr mandoc 1 ,
   user-defined macros,
   .Xr mdoc 7
   and
   .Xr man 7
   macros, and user-defined strings can be renamed, but renaming of
   predefined strings and of
   .Nm
   requests is not supported, and diversions are not implemented at all.
 .It Ic \&rnn Ar oldname newname  .It Ic \&rnn Ar oldname newname
 Rename a number register.  Rename a number register.
 Currently unsupported.  Currently unsupported.
Line 1774  logical and (corresponds to C
Line 1783  logical and (corresponds to C
 .Ic && )  .Ic && )
 .It Ic \&:  .It Ic \&:
 logical or (corresponds to C  logical or (corresponds to C
 .Ic \&|| )  .Ic || )
 .It Ic <?  .It Ic <?
 minimum (not available in C)  minimum (not available in C)
 .It Ic >?  .It Ic >?
Line 1982  Overstrike, writing all the characters contained in th
Line 1991  Overstrike, writing all the characters contained in th
 to the same output position.  to the same output position.
 In terminal and HTML output modes,  In terminal and HTML output modes,
 only the last one of the characters is visible.  only the last one of the characters is visible.
   .Ss \ep
   Break the output line at the end of the current word.
 .Ss \eR\(aq Ns Ar name Oo +|- Oc Ns Ar number Ns \(aq  .Ss \eR\(aq Ns Ar name Oo +|- Oc Ns Ar number Ns \(aq
 Set number register; ignored by  Set number register; ignored by
 .Xr mandoc 1 .  .Xr mandoc 1 .

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.88

CVSweb