git: 5845acb55615 - stable/15 - sockstat: Unbreak SEE ALSO section
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Apr 2026 17:13:55 UTC
The branch stable/15 has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=5845acb55615d5bc92fb2220005364c74765855a
commit 5845acb55615d5bc92fb2220005364c74765855a
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-25 17:13:49 +0000
sockstat: Unbreak SEE ALSO section
MFC after: 1 week
Fixes: 7b35b4d19630 ("sockstat: add libxo support")
(cherry picked from commit a6bd704850a615ae81076855a2083c7ab6481df1)
---
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 1498fb1d88f7..a8ea3ac0a88f 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 14, 2025
+.Dd April 15, 2026
.Dt SOCKSTAT 1
.Os
.Sh NAME
@@ -256,10 +256,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