git: 9front

Download patch

ref: cb9dbeb1a42c5a3b21047a9f7e5278ede91f3560
parent: ce70a0f8567990a9949ab51e6136347be96b737d
author: Jacob Moody <moody@posixcafe.org>
date: Sat Mar 22 18:41:51 EDT 2025

netstat(1): fix troff fat finger (thanks cgnarne)

--- a/sys/man/1/netstat
+++ b/sys/man/1/netstat
@@ -43,7 +43,7 @@
 .B -p
 Show only connections with the given protocol.
 .TP
--B -t
+.B -t
 Prefix connections with how many seconds they've been alive.
 The output is sorted with the youngest connections first.
 .PD
--