diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-05-04 17:19:56 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-05-04 17:19:56 +0300 |
commit | e44c51ce413aec6ff2d0230e0502bfe74a6259c3 (patch) | |
tree | 45d465ddf4f7299963b3fa500b47257f1822b106 /doc/make.texi | |
parent | cb2be0db36b9730d9879dec4332141ee4db9377f (diff) | |
download | gunmake-e44c51ce413aec6ff2d0230e0502bfe74a6259c3.tar.gz |
Fix a typo in the manual.
Diffstat (limited to 'doc/make.texi')
-rw-r--r-- | doc/make.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/make.texi b/doc/make.texi index 64be3b3..3a11ffd 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -4135,7 +4135,7 @@ specified by giving an argument to the option (e.g., @samp{-Ojob} or @table @code @item none -The is the default: all output is sent directly as it is generated and +This is the default: all output is sent directly as it is generated and no synchronization is performed. @item job |