diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-23 20:06:24 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-23 20:06:24 (GMT) |
commit | d757165df9d28081e7ee46f056681c95fe0e8431 (patch) | |
tree | 3d2249747f3b0eccc2b756c1a2656f0a6cea7810 /Doc/perl | |
parent | a9c2d7a87c7a8b59b89ef6313285164bdeba9516 (diff) | |
download | cpython-d757165df9d28081e7ee46f056681c95fe0e8431.zip cpython-d757165df9d28081e7ee46f056681c95fe0e8431.tar.gz cpython-d757165df9d28081e7ee46f056681c95fe0e8431.tar.bz2 |
Change the default $ADDRESS.
Diffstat (limited to 'Doc/perl')
-rw-r--r-- | Doc/perl/l2hinit.perl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index 4862fbd..acf69dd 100644 --- a/Doc/perl/l2hinit.perl +++ b/Doc/perl/l2hinit.perl @@ -8,6 +8,7 @@ $INFO = 1; # 0 = do not make a "About this document..." section $MAX_LINK_DEPTH = 3; +$ADDRESS = ''; $NUMBERED_FOOTNOTES = 1; |