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

Diff for /mandoc/eqn.7 between version 1.34 and 1.35

version 1.34, 2015/03/09 20:17:23 version 1.35, 2015/03/30 16:06:14
Line 146  is used as the delimiter for the value
Line 146  is used as the delimiter for the value
 .Ar val .  .Ar val .
 This allows for arbitrary enclosure of terms (not just quotes), such as  This allows for arbitrary enclosure of terms (not just quotes), such as
 .Pp  .Pp
 .D1 Cm define Ar foo 'bar baz'  .D1 Cm define Ar foo \(aqbar baz\(aq
 .D1 Cm define Ar foo cbar bazc  .D1 Cm define Ar foo cbar bazc
 .Pp  .Pp
 It is an error to have an empty  It is an error to have an empty
Line 166  created.
Line 166  created.
 Definitions can create arbitrary strings, for example, the following is  Definitions can create arbitrary strings, for example, the following is
 a legal construction.  a legal construction.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 define foo 'define'  define foo \(aqdefine\(aq
 foo bar 'baz'  foo bar \(aqbaz\(aq
 .Ed  .Ed
 .Pp  .Pp
 Self-referencing definitions will raise an error.  Self-referencing definitions will raise an error.

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

CVSweb