Sat Mar 12 02:39:01 2016 UTC ()
NetBSD does actually support flat-panel displays. Even for systat(1).
(noted by tnn)


(dholland)
diff -r1.43 -r1.44 src/usr.bin/systat/systat.1

cvs diff -r1.43 -r1.44 src/usr.bin/systat/systat.1 (expand / switch to unified diff)

--- src/usr.bin/systat/systat.1 2013/10/18 22:42:31 1.43
+++ src/usr.bin/systat/systat.1 2016/03/12 02:39:01 1.44
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: systat.1,v 1.43 2013/10/18 22:42:31 bad Exp $ 1.\" $NetBSD: systat.1,v 1.44 2016/03/12 02:39:01 dholland Exp $
2.\" 2.\"
3.\" Copyright (c) 1985, 1990, 1993 3.\" Copyright (c) 1985, 1990, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. Neither the name of the University nor the names of its contributors 14.\" 3. Neither the name of the University nor the names of its contributors
@@ -24,27 +24,27 @@ @@ -24,27 +24,27 @@
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE. 28.\" SUCH DAMAGE.
29.\" 29.\"
30.\" @(#)systat.1 8.2 (Berkeley) 12/30/93 30.\" @(#)systat.1 8.2 (Berkeley) 12/30/93
31.\" 31.\"
32.Dd October 19, 2012 32.Dd October 19, 2012
33.Dt SYSTAT 1 33.Dt SYSTAT 1
34.Os 34.Os
35.Sh NAME 35.Sh NAME
36.Nm systat 36.Nm systat
37.Nd display system statistics on a CRT 37.Nd display system statistics in a full-screen view
38.Sh SYNOPSIS 38.Sh SYNOPSIS
39.Nm 39.Nm
40.Op Fl n 40.Op Fl n
41.Op Fl M Ar core 41.Op Fl M Ar core
42.Op Fl N Ar system 42.Op Fl N Ar system
43.Op Fl t Ar turns 43.Op Fl t Ar turns
44.Op Fl w Ar wait 44.Op Fl w Ar wait
45.Op Ar display 45.Op Ar display
46.Op Ar refresh-interval 46.Op Ar refresh-interval
47.Sh DESCRIPTION 47.Sh DESCRIPTION
48.Nm 48.Nm
49displays various system statistics in a screen oriented fashion 49displays various system statistics in a screen oriented fashion
50using the curses screen display library, 50using the curses screen display library,