File: fix_pod2man_errors.diff

package info (click to toggle)
g2 0.72-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,632 kB
  • ctags: 3,135
  • sloc: ansic: 9,772; sh: 2,734; python: 235; perl: 228; makefile: 193; fortran: 183; cpp: 33
file content (36 lines) | stat: -rw-r--r-- 716 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
--- a/g2_perl/G2.pm
+++ b/g2_perl/G2.pm
@@ -148,8 +148,12 @@ a second window showing  a zoom of a mor
 Drawing in both windows is performed by one single command to the virtual
 device.
 
+=back
+
 =head2 Device Functions
 
+=over 5
+
 =item C<>
 
 C<G2::Device::attach(dev)> I<object method>
@@ -226,8 +230,11 @@ C<G2::Device::clear( dev)> I<object meth
 
 C<G2::Device::set_background(color)> I<object method>
 
+=back
+
 =head2 Drawing Functions
 
+=over 5
 
 =item C<move>
 
@@ -335,6 +342,8 @@ C<G2::Device::set_QP(d, enum QPshape sha
 
 C<G2::Device::plot_QP(x, y)> I<object method>
 
+=back
+
 =head1 AUTHORS
 
 Horst Wagner (wagner/users-sourceforge.net) and Ljubomir Milanovic (ljubo/users-sourceforge-net)