Bug 261814

Summary: "union to" should be "union in" in handbook section 10.5.5
Product: Documentation Reporter: Pau Amma <pauamma>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Some People CC: carlavilla, johntdarrah
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://docs.freebsd.org/en/books/handbook/linuxemu/#linuxemu-advanced
Bug Depends on:    
Bug Blocks: 263315    
Attachments:
Description Flags
removed the "in" from "union in file system mounts" none

Description Pau Amma 2022-02-09 06:23:16 UTC
In 10.5.5. Miscellaneous, "This is, in effect, equivalent to union to file system mounts." should be "This is, in effect, equivalent to union in file system mounts." or maybe "union file system mounts".
Comment 1 John Darrah 2022-04-19 16:07:49 UTC
Created attachment 233338 [details]
removed the "in" from "union in file system mounts"
Comment 2 Pau Amma 2022-04-22 04:55:14 UTC
(In reply to John Darrah from comment #1)

The one related change LGTM but most of this is unrelated and looks like patches for other bugs. If you're using git, remember to use one feature branch per ticket, all branched off main.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-11-06 20:20:27 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=ce09ff8d52e2e3d3223812afec871a7e1b218b99

commit ce09ff8d52e2e3d3223812afec871a7e1b218b99
Author:     John Darrah <johntdarrah@gmail.com>
AuthorDate: 2022-11-06 20:18:28 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2022-11-06 20:19:29 +0000

    Fix typo in Linuxemu handbook chapter

    PR:             261814
    Reviewed by:    pauamma@

 documentation/content/en/books/handbook/linuxemu/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 4 Sergio Carlavilla Delgado freebsd_committer freebsd_triage 2022-11-06 20:20:55 UTC
Fixed. Thanks!