diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2015-03-12 01:03:01 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2015-03-12 01:03:01 +0000 |
commit | 6ffe49baa29b2696710ac6ef38765cd7067fdb00 (patch) | |
tree | 1adc68de5709641af0f065ef7d9240ef8ae05aec /usr.bin/systat/systat.1 | |
parent | 326d9eabceb5a47747e1fbd7f53c971c26eac012 (diff) |
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@
Diffstat (limited to 'usr.bin/systat/systat.1')
-rw-r--r-- | usr.bin/systat/systat.1 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |