]> Cypherpunks.ru repositories - goredo.git/blobdiff - doc/jobserver.texi
Unify @env{$...} usage
[goredo.git] / doc / jobserver.texi
index 0bb3ce530aa0994d3f9293923869c1d020e36cab..a7e640a5a7fcf3cd200d49301887fe7656fdc8d5 100644 (file)
@@ -19,10 +19,10 @@ numbers to child process.
 
 @table @command
 @item bmake
-Pass @code{-j 1 -J X,Y} arguments through @env{MAKEFLAGS} variable.
+Pass @code{-j 1 -J X,Y} arguments through @env{$MAKEFLAGS} variable.
 @item gmake
-Pass @code{--jobserver-auth=X,Y} arguments through @env{MAKEFLAGS} variable.
+Pass @code{--jobserver-auth=X,Y} arguments through @env{$MAKEFLAGS} variable.
 @item none
-Pass @code{X,Y} arguments through @env{REDO_JS_FD} variable.
+Pass @code{X,Y} arguments through @env{$REDO_JS_FD} variable.
 Used by default, if @env{$REDO_MAKE} is not set.
 @end table