| Summary: | handbook: 24.5.1 missing warning about migrating from mergemaster to etcupdate | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | plastickey <yetoohappy> | ||||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Some People | CC: | carlavilla, grahamperrin, pauamma | ||||||
| Priority: | --- | Keywords: | patch-ready | ||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| See Also: |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263317 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278412 |
||||||||
| Bug Depends on: | |||||||||
| Bug Blocks: | 263315 | ||||||||
| Attachments: |
|
||||||||
|
Description
plastickey
2021-12-06 10:36:46 UTC
In "<.> Bootstrap the database of stock [.filename]#/etc# files, for more information see man:etcupdate[8]." (line 670), the "," after "files" should be ";" to avoid a comma splice. (If this is copied from elsewhere in the document, please change it there as well.) Created attachment 229943 [details]
Warn about mergemaster to etcupdate migration
LGTM now, but I'm not a committer. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/doc/commit/?id=313c8a75f1c13995dfa1dee6fe6225c32f564c5a commit 313c8a75f1c13995dfa1dee6fe6225c32f564c5a Author: yetoohappy <yetoohappy@gmail.com> AuthorDate: 2022-11-06 21:36:36 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2022-11-06 21:36:36 +0000 Add warning about migrating from mergemaster to etcupdate PR: 260253 Reviewed by: pauamma@ .../content/en/books/handbook/cutting-edge/_index.adoc | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) Fixed. Thanks for the patch. (In reply to Sergio Carlavilla Delgado from comment #5) Thank you. Minor issue, but it looks like conflicts (near spurious) was truncated to onflicts in your commit. (In reply to yetoohappy from comment #6) Fixed independently in https://cgit.freebsd.org/doc/commit/documentation/content/en/books/handbook/cutting-edge/_index.adoc?id=51b500976a261b1965d19a3446dd758d0811f9fd. |