ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/rsplit.1
(Generate patch)

Comparing ray/doc/man/man1/rsplit.1 (file contents):
Revision 1.7 by greg, Thu Aug 22 21:54:46 2019 UTC vs.
Revision 1.8 by greg, Thu Nov 7 23:13:12 2019 UTC

# Line 47 | Line 47 | newline character (i.e., input is distributed by lines
47   but the terminator can be changed using the
48   .I \-t
49   option.
50 + If a space is specified as the terminator, then fields are separated by
51 + any number of white spaces, including tabs, returns, and newlines.
52   Different terminators may be given for different fields by specifying
53   additional
54   .I \-t
55   options between each output specification.
56 < Note that there is no space between this option and its argument.
56 > Note that there is no space between this option and its argument, and
57 > certain arguments, such as a space or a tab, must be quoted or escaped
58 > with a backslash in most shells.
59 > If no argument is given, the default newline terminator is re-established.
60   .PP
61   An output is either a file or a command.
62   If an output file exists, it will not be overwritten unless the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines