diff options
author | 2002-10-29 16:44:44 +0000 | |
---|---|---|
committer | 2002-10-29 16:44:44 +0000 | |
commit | 79d4bb87334e599c1bf54fbfc7f3e6548f25b282 (patch) | |
tree | 7f994ea75a68503429727272cf37c038a3532e5a | |
parent | introduce (diff) | |
download | wireguard-openbsd-79d4bb87334e599c1bf54fbfc7f3e6548f25b282.tar.xz wireguard-openbsd-79d4bb87334e599c1bf54fbfc7f3e6548f25b282.zip |
idle time is shown as ` ' not ` )'.
-rw-r--r-- | usr.bin/systat/systat.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index 6e0bbfdc18a..51cc8d8b6fe 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systat.1,v 1.25 2001/12/07 09:18:08 deraadt Exp $ +.\" $OpenBSD: systat.1,v 1.26 2002/10/29 16:44:44 jason Exp $ .\" $NetBSD: systat.1,v 1.6 1996/05/10 23:16:39 thorpej Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 @@ -269,7 +269,7 @@ user (shown as nice (shown as .Ql - ) , and idle time (shown as -.Ql \ ) . +.Ql \ ) . .Pp To the right of the Proc display are statistics about Context switches |