git: a6bd704850a6 - main - sockstat: Unbreak SEE ALSO section
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Apr 2026 09:37:35 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=a6bd704850a615ae81076855a2083c7ab6481df1
commit a6bd704850a615ae81076855a2083c7ab6481df1
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2026-04-15 09:36:40 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-04-15 09:36:40 +0000
sockstat: Unbreak SEE ALSO section
MFC after: 1 week
Fixes: 7b35b4d19630 ("sockstat: add libxo support")
---
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 b0fae81ee566..70513794ebd9 100644
--- a/usr.bin/sockstat/sockstat.1
+++ b/usr.bin/sockstat/sockstat.1
@@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd October 29, 2025
+.Dd April 15, 2026
.Dt SOCKSTAT 1
.Os
.Sh NAME
@@ -261,10 +261,10 @@ $ sockstat --libxo json,pretty
.Xr netstat 1 ,
.Xr procstat 1 ,
.Xr setfib 1 ,
+.Xr libxo 3 ,
.Xr inet 4 ,
.Xr inet6 4 ,
-.Xr protocols 5
-.Xr libxo 3 ,
+.Xr protocols 5 ,
.Xr xo_options 7
.Sh HISTORY
The