git: 5504d8394289 - main - sockstat(1): Update Synopsis section
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Nov 2021 20:26:35 UTC
The branch main has been updated by ygy (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=5504d8394289853e8c065e88a83fb464cb50d934
commit 5504d8394289853e8c065e88a83fb464cb50d934
Author: Felix Johnson <felix.the.red@gmail.com>
AuthorDate: 2021-11-10 20:22:06 +0000
Commit: Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-11-10 20:22:06 +0000
sockstat(1): Update Synopsis section
Update sockstat(1) manpage so the Synopsis section includes q (silent
mode) and the -j argument name is consistent.
PR: 256795
MFC after: 3 days
Reported by: Nick Reilly <nreilly@blackberry.com>
---
usr.bin/sockstat/sockstat.1 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/usr.bin/sockstat/sockstat.1 b/usr.bin/sockstat/sockstat.1
index f602ad467f9f..bf04028ce9d4 100644
--- a/usr.bin/sockstat/sockstat.1
+++ b/usr.bin/sockstat/sockstat.1
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 28, 2021
+.Dd November 11, 2021
.Dt SOCKSTAT 1
.Os
.Sh NAME
@@ -35,8 +35,8 @@
.Nd list open sockets
.Sh SYNOPSIS
.Nm
-.Op Fl 46CcLlnSsUuvw
-.Op Fl j Ar jid
+.Op Fl 46CcLlnqSsUuvw
+.Op Fl j Ar jail
.Op Fl p Ar ports
.Op Fl P Ar protocols
.Sh DESCRIPTION