The branch main has been updated by des:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=9ed56cd8d6929e3ee733e1e61d2e0c6b81122983

commit 9ed56cd8d6929e3ee733e1e61d2e0c6b81122983
Author:     David Marker <[email protected]>
AuthorDate: 2026-02-24 14:27:52 +0000
Commit:     Dag-Erling Smørgrav <[email protected]>
CommitDate: 2026-02-24 14:29:01 +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
---
 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

Reply via email to