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

Comparing ray/doc/man/man1/rcalc.1 (file contents):
Revision 1.11 by greg, Thu Dec 19 16:38:12 2013 UTC vs.
Revision 1.12 by greg, Thu Mar 24 18:48:28 2016 UTC

# Line 23 | Line 23 | rcalc - record calculator
23   ][
24   .B "\-o format"
25   ][
26 + .B "\-in M"
27 + ][
28 + .B "\-on M"
29 + ][
30   .B "\-f source"
31   ][
32   .B "\-e expr"
# Line 91 | Line 95 | is also given.
95   With both input and output formats, the passive mode can
96   effectively substitute information in the middle of a file
97   or stream without affecting the rest of the data.
98 + .PP
99 + If a
100 + .I \-in
101 + option is given with a positive integer argument,
102 + .I rcalc
103 + will stop processing input once it has loaded this number of records.
104 + Similarly, if a
105 + .I \-on
106 + option is present,
107 + .I rcalc
108 + will stop after producing this many records, which may be a smaller
109 + number if the
110 + .I cond
111 + variable is used.
112 + If multiple input files are given, these counts are continuous over
113 + the input and do not reset on each file.
114   .PP
115   The variable and function definitions in each
116   .I \-f source

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines