diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-04-25 13:29:47 -0700 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-04-25 13:29:47 -0700 |
commit | 48ea314e0121ecd73b25e1f00e189302d61a405b (patch) | |
tree | 5672ff0fa600b910a99f90e190eee85c57a2e033 | |
parent | f1158a215b6756f679a8646c66126cf0ef944366 (diff) | |
parent | 46ea303e97d4b4a5eeec5f66b4adc01411b5a542 (diff) | |
download | crosstool-ng-48ea314e0121ecd73b25e1f00e189302d61a405b.tar.gz crosstool-ng-48ea314e0121ecd73b25e1f00e189302d61a405b.tar.bz2 crosstool-ng-48ea314e0121ecd73b25e1f00e189302d61a405b.zip |
Merge pull request #56 from smoofra/docfix
doc fix: It's RESTART not START
-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. |