diff options
| author | David Marker <dave@freedave.net> | 2026-02-24 14:27:52 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-02-24 14:29:01 +0000 |
| commit | 9ed56cd8d6929e3ee733e1e61d2e0c6b81122983 (patch) | |
| tree | d411b3ddf1211307fbaab4c895cefc17c568813d | |
| parent | 6c4777c59325c2cfefcce0c466b3bf475404a550 (diff) | |
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
| -rw-r--r-- | usr.sbin/ngctl/ngctl.8 | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
