git: dfde7327ba - main - handbook/cutting-edge: fix etcupdate bootstrapping
Warner Losh
imp at FreeBSD.org
Sun Jun 20 04:21:21 UTC 2021
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/doc/commit/?id=dfde7327ba09ed2d49891a6a677ddeeccafc04cb
commit dfde7327ba09ed2d49891a6a677ddeeccafc04cb
Author: Warner Losh <imp at FreeBSD.org>
AuthorDate: 2021-06-20 04:14:39 +0000
Commit: Warner Losh <imp at FreeBSD.org>
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 <.>
....
More information about the dev-commits-doc-all
mailing list