2.8 PDF vs online documentation: Error in PDF ('print' docs)

From the PDF:

print - shows all information that's accessible from particular command level. Thus, /system clock 
print shows system date and time, /ip route print shows all routes etc. If there's a list of items in 
current level and they are not read-only, i.e. you can change/remove them (example of read-only 
item list is /system history, which shows history of executed actions), then print command also 
assigns numbers that are used by all commands that operate with items in this list. - applicable only 
to lists of items. The action is performed with all items in this list in the same order in which they 
are given. - forces the print command to use tabular output form - specifies what parameters to 
include in printout - forces the print command to use property=value output form - shows the 
number of items - prints the contents of the specific submenu into a file. This file will be available 
in the router's ftp - shows the output from the print command for every interval seconds - prints the 
oid value, which is useful for SNMP - prints the output without paging, to see printed output which 
does not fit in the screen, use [Shift]+[PgUp] key combination

The actual parameters needed to do things like ‘without-paging’ and such aren’t included in the PDF.

Proper readout, from the online documentation:

print - shows all information that's accessible from particular command level. Thus, /system clock print shows system date and time, /ip route print shows all routes etc. If there's a list of items in current level and they are not read-only, i.e. you can change/remove them (example of read-only item list is /system history, which shows history of executed actions), then print command also assigns numbers that are used by all commands that operate with items in this list.
Input Parameters 
from - applicable only to lists of items. The action is performed with all items in this list in the same order in which they are given.
brief - forces the print command to use tabular output form
column - specifies what parameters to include in printout
detail - forces the print command to use property=value output form
count-only - shows the number of items
file - prints the contents of the specific submenu into a file. This file will be available in the router's ftp
interval - shows the output from the print command for every interval seconds
oid - prints the oid value, which is useful for SNMP
without-paging - prints the output without paging, to see printed output which does not fit in the screen, use [Shift]+[PgUp] key combination

I’m viewing the documentation PDF in Preview on Mac OS 10.4.1

-=Russ=-

the PDF is being generated from the same source as the html (automatically, once you click on the pdf link) so there is no way they are different :slight_smile: re-download it.