summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2014-09-15 09:30:40 -0400
committerPaul Smith <psmith@gnu.org>2014-09-15 09:30:40 -0400
commit9a2451af0bc086635d9ad16468a3d30de4f5e86f (patch)
treef8f7ac6fcf0bfcdcc6c1086cac33fbcc407d5ca6 /doc
parent7f9ce6e97bd1bb4289477ac76532e156947e7865 (diff)
downloadgunmake-9a2451af0bc086635d9ad16468a3d30de4f5e86f.tar.gz
* main.c, NEWS, doc/make.text: Rename MAKE_TTY* to MAKE_TERM*
Diffstat (limited to 'doc')
-rw-r--r--doc/make.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/make.texi b/doc/make.texi
index 3a873d7..15da9ba 100644
--- a/doc/make.texi
+++ b/doc/make.texi
@@ -6321,13 +6321,13 @@ will contain the number of times this instance has restarted. Note
this is not the same as recursion (counted by the @code{MAKELEVEL}
variable). You should not set, modify, or export this variable.
-@vindex MAKE_TTYOUT @r{(whether stdout is a terminal)}
-@vindex MAKE_TTYERR @r{(whether stderr is a terminal)}
-@item MAKE_TTYOUT
-@itemx MAKE_TTYERR
+@vindex MAKE_TERMOUT @r{(whether stdout is a terminal)}
+@vindex MAKE_TERMERR @r{(whether stderr is a terminal)}
+@item MAKE_TERMOUT
+@itemx MAKE_TERMERR
When @code{make} starts it will check whether stdout and stderr will
show their output on a terminal. If so, it will set
-@code{MAKE_TTYOUT} and @code{MAKE_TTYERR}, respectively, to the name
+@code{MAKE_TERMOUT} and @code{MAKE_TERMERR}, respectively, to the name
of the terminal device (or @code{true} if this cannot be determined).
If set these variables will be marked for export. These variables
will not be changed by @code{make} and they will not be modified if