Bug 278341

Summary: Typo in Handbook 17.6.6
Product: Documentation Reporter: nt <sxxv>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Many People CC: maxim
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description nt 2024-04-13 05:17:44 UTC
The example's usage of service is incorrect.  Arguments 1 and 2 are out of order.

Fix: https://github.com/freebsd/freebsd-doc/pull/371
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-04-13 18:44:41 UTC
A commit in branch main references this bug:

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

commit 6ab40f7aa6c1b6c15f94eca491bbb4357935dfdf
Author:     Maxim Konovalov <maxim@FreeBSD.org>
AuthorDate: 2024-04-13 18:42:34 +0000
Commit:     Maxim Konovalov <maxim@FreeBSD.org>
CommitDate: 2024-04-13 18:42:34 +0000

    handbook/jails: correct the usage of `service` in the jexec example

    PR:     278341

 documentation/content/en/books/handbook/jails/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Maxim Konovalov freebsd_committer freebsd_triage 2024-04-13 18:45:39 UTC
The fix committed.  Thanks!