diff options
author | 2014-09-17 02:20:07 +0000 | |
---|---|---|
committer | 2014-09-17 02:20:07 +0000 | |
commit | db636c0bc1d2825dabc6f25ef28f0f437d3b6272 (patch) | |
tree | b12cf57fac091edfde72ebcec268961adc7b6867 | |
parent | Stop using the Z malloc option which has been tedu'd by tedu@ sometime (diff) | |
download | wireguard-openbsd-db636c0bc1d2825dabc6f25ef28f0f437d3b6272.tar.xz wireguard-openbsd-db636c0bc1d2825dabc6f25ef28f0f437d3b6272.zip |
try to document that the -1 option will be selected by default if more
than 8 cpus are detected in the system.
-rw-r--r-- | usr.bin/top/top.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1 index a3404bc796a..89be4dc2367 100644 --- a/usr.bin/top/top.1 +++ b/usr.bin/top/top.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: top.1,v 1.63 2014/09/17 02:10:27 dlg Exp $ +.\" $OpenBSD: top.1,v 1.64 2014/09/17 02:20:07 dlg Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -77,6 +77,8 @@ The options are as follows: .It Fl 1 Display combined CPU statistics for all processors on a single line instead of one line per CPU. +If there are more than 8 CPUs detected in the system this option +is automatically enabled. .It Fl b Use .Em batch |