This is useful when processing large multi-file documents with filters such as tbl(1) or eqn(1) which do not understand the .so directive. The .nx directive is not understood. The roffpp program is not a general *roff interpreter, so many constructs will be beyond it, fortunately, most of them have nothing to do with include files. Include files which cannot be found, probably from uninterpreted *roff constructs, if the files really does exist, will simply be passed through unchanged, for *roff to interpret at a later time.
The roffpp program also allows the user to specify an include search path. This allows, for example, common files to be kept in a central location.
Only directives of the form
Any extra arguments on the line are ignored, and quoting is not understood. All characters are interpreted literally.
Examples of directives which will be ignored include
'so /usr/lib/tmac/tmac.an .if n .so yuck
The special file name `-' on the command line means the standard input or standard output, as appropriate. Files which are omitted are also assumed to be the standard input or standard output, as appropriate.
The output attempts to keep file names and line numbers in sync by using the .lf directive. The .lf directive is also understood as input. This is compatible with groff(1) and the other GNU text utilities included in the groff package.
Any other option will generate a diagnostic error.
All options may be abbreviated; the abbreviation is documented as the upper case letters, all lower case letters and underscores (_) are optional. You must use consecutive sequences of optional letters.
All options are case insensitive, you may type them in upper case or lower case or a combination of both, case is not important.
For example: the arguments "-help", "-HEL" and "-h" are all interpreted to mean the -Help option. The argument "-hlp" will not be understood, because consecutive optional characters were not supplied.
Options and other command line arguments may be mixed arbitrarily on the command line.
The GNU long option names are understood. Since all option names for roffpp are long, this means ignoring the extra leading '-'. The "--option=value" convention is also understood.
The roffpp program comes with ABSOLUTELY NO WARRANTY; for details use the 'roffpp -VERSion License' command. This is free software and you are welcome to redistribute it under certain conditions; for details use the 'roffpp -VERSion License' command.
| Peter Miller | E-Mail: | millerp@canb.auug.org.au |
| /\/\* | WWW: | http://www.canb.auug.org.au/~millerp/ |