ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/podtbl
(Generate patch)

Comparing rxvt-unicode/doc/podtbl (file contents):
Revision 1.3 by root, Sun Jun 24 22:30:52 2007 UTC vs.
Revision 1.4 by ayin, Sat Nov 10 09:40:51 2007 UTC

42 $table--; 42 $table--;
43 } else { 43 } else {
44 shift; 44 shift;
45 return $self->SUPER::command (@_); 45 return $self->SUPER::command (@_);
46 } 46 }
47} 47}
48 48
49sub verbatim { 49sub verbatim {
50 my ($self, $para) = @_; 50 my ($self, $para) = @_;
51 shift; 51 shift;
52 52
65 print $fh " ", (map +(sprintf "%-15s ", $_), stripfcodes @$_), "\n"; 65 print $fh " ", (map +(sprintf "%-15s ", $_), stripfcodes @$_), "\n";
66 } 66 }
67 67
68 print $fh "\n=end text\n\n"; 68 print $fh "\n=end text\n\n";
69 69
70 70
71 # tbl 71 # tbl
72 print $fh "=begin roff\n\n"; 72 print $fh "=begin roff\n\n";
73 73
74 print $fh ".TS\n" . ("l " x $cols) . ".\n"; 74 print $fh ".TS\n" . ("l " x $cols) . ".\n";
75 print $fh map +(join "\t", stripfcodes @$_) . "\n", @$table; 75 print $fh map +(join "\t", stripfcodes @$_) . "\n", @$table;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines