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

Comparing ray/doc/man/man1/rlam.1 (file contents):
Revision 1.6 by greg, Fri Jun 18 01:12:57 2010 UTC vs.
Revision 1.8 by greg, Thu Mar 24 18:48:28 2016 UTC

# Line 7 | Line 7 | rlam - laminate records from multiple files
7   [
8   .B \-tS
9   ][
10 + .B \-u
11 + ][
12   .B \-iaN
13   |
14   .B \-ifN
# Line 18 | Line 20 | rlam - laminate records from multiple files
20   .B \-iwN
21   |
22   .B \-ibN
23 + ][
24 + .B "\-in M"
25   ]
26   input1 input2 ..
27   .SH DESCRIPTION
# Line 67 | Line 71 | For binary input formts, no number implies one value p
71   For anything other than EOL-separated input, the default tab separator
72   is reset to the empty string.
73   .PP
74 + If a
75 + .I \-in
76 + option is given with a positive integer argument, this will be the
77 + maximum number of records that will be read or produced by
78 + .I rlam.
79 + .PP
80   A hyphen ('-') by itself can be used to indicate the standard
81   input, and may appear multiple times.
82 + The
83 + .I \-u
84 + option forces output after each record (i.e., one run through inputs).
85   .SH EXAMPLE
86   To join files output1 and output2, separated by a comma:
87   .IP "" .2i

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines