From 6ffe49baa29b2696710ac6ef38765cd7067fdb00 Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Thu, 12 Mar 2015 01:03:01 +0000 Subject: Switch the netstat view of systat to use the same kvm_getfiles() function similar to netstat(1). The output still shows the same info but may be a bit differently sorted. Also it will now show connections that are not UDP or TCP. This was the last bit of systat that needed kvm access and so now systat no longer needs to be setgid kmem. With this commit OpenBSD is officially setgid kmem free and an almost 10 year journey finally comes to an end. OK deraadt@ --- usr.bin/systat/systat.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/systat/systat.1') diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index 3d287fb5379..c7f8d78bdf8 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systat.1,v 1.100 2015/02/28 21:51:57 bentley Exp $ +.\" $OpenBSD: systat.1,v 1.101 2015/03/12 01:03:00 claudio Exp $ .\" $NetBSD: systat.1,v 1.6 1996/05/10 23:16:39 thorpej Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)systat.1 8.2 (Berkeley) 12/30/93 .\" -.Dd $Mdocdate: February 28 2015 $ +.Dd $Mdocdate: March 12 2015 $ .Dt SYSTAT 1 .Os .Sh NAME @@ -338,7 +338,7 @@ Reset matching mechanisms to the default. .\"If an argument is supplied to .\".Cm show , .\"then only the requested information will be displayed. -.It Cm tcp | udp +.It Cm tcp | udp | other Display only network connections using the indicated protocol. .El .It Ic nfsclient -- cgit v1.2.3