[BACK]Return to esct-man.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / char / space

Diff for /mandoc/regress/char/space/esct-man.in between version 1.2 and 1.4

version 1.2, 2017/07/04 15:24:42 version 1.4, 2018/12/20 03:41:56
Line 1 
Line 1 
 .\" $OpenBSD$  .\" $OpenBSD$
 .TH SPACE-ESCT-MAN 1 2013-06-20  .TH SPACE-ESCT-MAN 1 "December 20, 2018"
 .SH NAME  .SH NAME
 SPACE-T-MAN \- the t escape sequence in pages with man macros  SPACE-T-MAN \- the t escape sequence in pages with man macros
 .SH DESCRIPTION  .SH DESCRIPTION
Line 9  single tab
Line 9  single tab
 .br  .br
 single\tescape-t  single\tescape-t
 .br  .br
   single\aescape-a
   .br
 double          tab  double          tab
 .br  .br
 double\t\tescape-t  double\t\tescape-t
 .br  .br
   double\a\aescape-a
   .br
 \tThis line starts with escape-t and comes close to the right margin.  \tThis line starts with escape-t and comes close to the right margin.
 \tThe next line starts with escape-t as well.  \tThe next line starts with escape-t as well.
 .sp  .sp
Line 20  In a literal display:
Line 24  In a literal display:
 .nf  .nf
 single  tab  single  tab
 single\tescape-t  single\tescape-t
   single\aescape-a
 double          tab  double          tab
 double\t\tescape-t  double\t\tescape-t
   double\a\aescape-a
 .fi  .fi
 .sp  .sp
 After the IP macro:  After the IP macro:
Line 29  After the IP macro:
Line 35  After the IP macro:
 text  text
 .IP single\tescape-t 3n  .IP single\tescape-t 3n
 text  text
   .\" XXX not implemented
   .\" .IP single\aescape-a 3n
   .\" text
 .PP  .PP
 After font macros:  After font macros:
 .br  .br
 .B single\ttab  .B single\ttab
   .\" XXX not implemented
   .\" .br
   .\" .B single\aleader
   .br
   .B double\t\ttab

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

CVSweb