diff options
author | Lawrence D'Anna <larry@elder-gods.org> | 2015-03-11 03:09:13 -0700 |
---|---|---|
committer | Lawrence D'Anna <larry@elder-gods.org> | 2015-04-07 20:23:01 -0700 |
commit | 46ea303e97d4b4a5eeec5f66b4adc01411b5a542 (patch) | |
tree | f4d3e4bb1f5797a08a45788c844ca061f88fdd70 | |
parent | 41722f59d94a66dafef4e454d695aa81879fa0e3 (diff) | |
download | crosstool-ng-46ea303e97d4b4a5eeec5f66b4adc01411b5a542.tar.gz crosstool-ng-46ea303e97d4b4a5eeec5f66b4adc01411b5a542.tar.bz2 crosstool-ng-46ea303e97d4b4a5eeec5f66b4adc01411b5a542.zip |
doc fix: It's RESTART not START
The documentation says to use the START environment variable to say what step
to start at, but the code uses RESTART.
Signed-off-by: Lawrence D'Anna <larry@elder-gods.org>
-rw-r--r-- | docs/ct-ng.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ct-ng.1.in b/docs/ct-ng.1.in index 044000f6..65a0b0e6 100644 --- a/docs/ct-ng.1.in +++ b/docs/ct-ng.1.in @@ -138,7 +138,7 @@ to canonicalise the machines' name (host, build and target machines). ." .SH ENVIRONMENT .TP -.B STOP, START +.B STOP, RESTART Respectively stops and restarts the build just before this step. To restart a step, a previous build should have run at least to that step, or further. |