| # | Line 114 | Line 114 | and similar sources, this is often necessary for prope | |
|---|---|---|
| 114 | Most options that accept file names | |
| 115 | can take data from the standard input by using a hyphen ('-') | |
| 116 | in place of the file, but only one option at most may read from stdin. | |
| 117 | + | Data input may be read from another program by beginning the input |
| 118 | + | specification with a quoted exclamation point ('!') followed by the command. |
| 119 | .SH EXAMPLE | |
| 120 | Create an WINDOW6 BSDF from computed transmission matrix: | |
| 121 | .IP "" .2i | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |