The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=8e593a1f143203cace2e14bd6629a8ebdf9b47dc
commit 8e593a1f143203cace2e14bd6629a8ebdf9b47dc Author: Warner Losh <[email protected]> AuthorDate: 2026-02-10 14:59:58 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2026-02-18 16:39:28 +0000 fortune: fix netstat tip netstati <mumble> 8 reports in bytes per second (averaged over 8 seconds) rather than bits per second because it reports the total in bits over the 8 seconds... Sponsored by: Netflix --- usr.bin/fortune/datfiles/freebsd-tips | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/fortune/datfiles/freebsd-tips b/usr.bin/fortune/datfiles/freebsd-tips index 379f772fea88..c73f5d01c520 100644 --- a/usr.bin/fortune/datfiles/freebsd-tips +++ b/usr.bin/fortune/datfiles/freebsd-tips @@ -856,7 +856,7 @@ $ fc-list ':charset=0x1F4A1' $ pkg which /usr/local/share/fonts/noto/NotoColorEmoji.ttf /usr/local/share/fonts/noto/NotoColorEmoji.ttf was installed by package noto-emoji-2.042 % -When netstat reports every 8 seconds, it tells traffic in bits per second: +When netstat reports every 8 seconds, it tells traffic in bytes per second: $ netstat -I bge0 8 %
