diff options
| author | Enrico Tassi | 2015-05-04 15:07:33 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2015-05-04 15:07:33 +0200 |
| commit | 5d504553a068e97ec4ac01b0ddbc251d7dfc1ea3 (patch) | |
| tree | cfec9af18984c176193c805b735061f401489b5f | |
| parent | 2a295131a1a72dd56e6e7abdeaeca07b1b69ab6d (diff) | |
Fix documentation of Redirect
| -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''. |
