From 0484a20f4886d73c9725f672541367040b4e5ac0 Mon Sep 17 00:00:00 2001 From: kn Date: Mon, 22 Jun 2020 13:17:00 +0000 Subject: Remove ^Z mention Suspending systat with ^Z is done by the shell iff job control is enabled, not systat itself. Try "set +m" to disable job control or start systat in a terminal without a shell, e.g. "xterm -e systat", to confirm ^Z doing nothing in these cases. OK jmc --- usr.bin/systat/systat.1 | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index 5dab9544715..c829ab2d4fc 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systat.1,v 1.117 2020/04/23 07:57:27 mpi Exp $ +.\" $OpenBSD: systat.1,v 1.118 2020/06/22 13:17:00 kn 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: April 23 2020 $ +.Dd $Mdocdate: June 22 2020 $ .Dt SYSTAT 1 .Os .Sh NAME @@ -211,9 +211,6 @@ Scroll current view up by one line. Scroll current view down by one page. .It Ic Alt-V | Aq Ic Page Up Scroll current view up by one page. -.It Ic ^Z -Suspend -.Nm . .El .Pp The following commands are interpreted by the -- cgit v1.2.3-59-g8ed1b