Fix a typo which caused the index to be generated incorrectly.
authorH. Peter Anvin <hpa@zytor.com>
Wed, 15 May 2002 21:32:56 +0000 (21:32 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 15 May 2002 21:32:56 +0000 (21:32 +0000)
doc/genps.pl

index 14db4d7..7232d51 100755 (executable)
@@ -373,7 +373,7 @@ sub ps_flow_lines($$$@) {
            }
        }
     }
-    push(@l,@wd);
+    push(@l,@xd);
     if ( scalar(@l) ) {
        push(@ls, [[$type,0,undef,$fontset,0,0],[@l]]); # Final line
     }