git: 9ed56cd8d692 - main - ngctl.8: fix incorrect synopsis
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Feb 2026 14:29:32 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=9ed56cd8d6929e3ee733e1e61d2e0c6b81122983
commit 9ed56cd8d6929e3ee733e1e61d2e0c6b81122983
Author: David Marker <dave@freedave.net>
AuthorDate: 2026-02-24 14:27:52 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
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