diff options
| -rw-r--r-- | CHANGES | 8 | ||||
| -rw-r--r-- | doc/refman/RefMan-oth.tex | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +Changes from V8.5beta2 to ... +=================================== + +Vernacular commands + +- New command "Redirect" to redirect the output of a command to a file. + + Changes from V8.5beta1 to V8.5beta2 =================================== diff --git a/doc/refman/RefMan-oth.tex b/doc/refman/RefMan-oth.tex index aa0291a23f..739a89af4c 100644 --- a/doc/refman/RefMan-oth.tex +++ b/doc/refman/RefMan-oth.tex @@ -877,7 +877,7 @@ go();; This command executes the vernacular command \textrm{\textsl{command}} and display the time needed to execute it. -\subsection[\tt Time \textrm{\textsl{command}}.]{\tt Redirect "\textrm{\textsl{file}}" \textrm{\textsl{command}}.\comindex{Redirect} +\subsection[\tt Redirect "\textrm{\textsl{file}}" \textrm{\textsl{command}}.]{\tt Redirect "\textrm{\textsl{file}}" \textrm{\textsl{command}}.\comindex{Redirect} \label{redirect}} This command executes the vernacular command \textrm{\textsl{command}}, redirecting its output to ``\textrm{\textsl{file}}.out''. |
