.BG
.FN DOC
.TL
Offline Print of S Documentation
.CS
S DOC names
S DOC -w dir names
S DOC -S names
.AG names
the names of the objects whose documentation you want printed.
If omitted, all documentation under directory `./.Data' is printed
(see argument `-w' for specifying a different directory).
If `names' include a slash character (/), they are taken as
file names of documentation files.
.AG -S
This flag indicates that the names which
follow are the names of standard S functions
and the action is to print documentation for these functions.
.AG "-w dir"
This flag indicates that `dir' is the name of
an S data directory
that contains the objects;
their documentation is assumed to be
in directory `dir/.Help'.
.SH WARNING
You do not want to print all of the S documentation
by using `S DOC -S'.
.EX
S DOC  # print all documentation in current directory
S DOC -S stem  # print S documentation for stem
S DOC .Data/.Help/a*
cd .Data/.Help; S DOC ./a*
.KW utilities
.WR
