[BACK]Return to escname.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / de

Diff for /mandoc/regress/roff/de/escname.in between version 1.2 and 1.3

version 1.2, 2017/07/04 15:26:32 version 1.3, 2022/06/03 12:15:58
Line 23  define first = val1
Line 23  define first = val1
 val1  val1
 ..  ..
 .Pp  .Pp
 Values (first, second, first\esecond):  define first\e.second = val_dot
   .de first\.second
   val_dot
   ..
   .Pp
   define first\eGsecond = val_inval
   .de first\Gsecond
   val_inval
   ..
   .Pp
   Values:
   .Bl -tag -width first_.second -compact
   .It first
 .first  .first
   .It second
 .second  .second
   .It first\esecond
 .first\\second  .first\\second
   .It first.second
   .first.second
   .It first\e.second
   .first\.second
   .It firstGsecond
   .firstGsecond
   .It first\eGsecond
   .first\Gsecond
   .El
 .Pp  .Pp
 Remove all but second:  Remove all but second:
 .rm first\\second first\esecond second  .rm first\\second first\esecond second

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb