diff --git a/doc/da65.sgml b/doc/da65.sgml
index cadc92f0e..1a0217092 100644
--- a/doc/da65.sgml
+++ b/doc/da65.sgml
@@ -253,7 +253,8 @@ following attributes are recognized:
This attribute may be used instead of the option on the command line. It takes a numerical
- parameter.
+ parameter. Using zero as page length (which is the default) means that no
+ pages are generated.
STARTADDR
@@ -362,13 +363,13 @@ code. The following attributes are recognized:
The following is a short example for an info file that contains most of the
directives explained above:
-
+
GLOBAL {
OUTPUTNAME "kernal.s";
INPUTNAME "kernal.bin";
STARTADDR $E000;
- PAGELENGTH -1; # No paging
+ PAGELENGTH 0; # No paging
CPU "6502";
};