The branch stable/15 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=d3f3314359a0ee9bf7b2520c45bee5968a6bce62
commit d3f3314359a0ee9bf7b2520c45bee5968a6bce62 Author: David Marker <[email protected]> AuthorDate: 2026-02-24 14:27:52 +0000 Commit: Dag-Erling Smørgrav <[email protected]> CommitDate: 2026-02-27 10:05:26 +0000 ngctl.8: fix incorrect synopsis Tiny manpage bug I caused in D50241 I left a line in the manpage that shouldn't be there. MFC after: 3 days Fixes: 72d01e62b082 ("netgraph: teach ngctl to attach and run itself in a jail") Reviewed by: des, markj Differential Revision: https://reviews.freebsd.org/D55485 (cherry picked from commit 9ed56cd8d6929e3ee733e1e61d2e0c6b81122983) --- usr.sbin/ngctl/ngctl.8 | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/ngctl/ngctl.8 b/usr.sbin/ngctl/ngctl.8 index 63b8f58ed3df..2fb22fd59646 100644 --- a/usr.sbin/ngctl/ngctl.8 +++ b/usr.sbin/ngctl/ngctl.8 @@ -44,7 +44,6 @@ .Op Fl f Ar filename .Op Fl n Ar nodename .Op Ar command Op Ns Ar argument ... -.Op Ar command ... .Sh DESCRIPTION The .Nm
