shithub: riscv

Download patch

ref: 048a1f91634ac4a35ba573658c941feeb150edfe
parent: 146b4dd7973fef0efd9b561b2a8eb61242ca1eec
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
--