git: dfde7327ba - main - handbook/cutting-edge: fix etcupdate bootstrapping
Warner Losh <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/doc/commit/?id=dfde7327ba09ed2d49891a6a677ddeeccafc04cb commit dfde7327ba09ed2d49891a6a677ddeeccafc04cb Author: Warner Losh <[email protected]> AuthorDate: 2021-06-20 04:14:39 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2021-06-20 04:20:13 +0000 handbook/cutting-edge: fix etcupdate bootstrapping One bootstraps with etcupdate extract, not etcupdate bootstrap, so change the one example to use extract. PR: 256725 Sponsored by: Netflix --- documentation/content/en/books/handbook/cutting-edge/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/cutting-edge/_index.adoc b/documentation/content/en/books/handbook/cutting-edge/_index.adoc index c8ac2a5597..668dabe1d9 100644 --- a/documentation/content/en/books/handbook/cutting-edge/_index.adoc +++ b/documentation/content/en/books/handbook/cutting-edge/_index.adoc @@ -907,7 +907,7 @@ To prevent this, perform the following steps *before* updating sources and build [source,shell] .... -# etcupdate bootstrap <.> +# etcupdate extract <.> # etcupdate diff <.> .... _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"