diff options
author | 2010-04-23 09:27:10 +0000 | |
---|---|---|
committer | 2010-04-23 09:27:10 +0000 | |
commit | 1f02e973399438d7c116b7fa90c1b594c1484faa (patch) | |
tree | b491fe2f71b7828dc08ec88c67c963a5bc8eb1bf | |
parent | show hostname in header line; ok lum@ phessler@ (diff) | |
download | wireguard-openbsd-1f02e973399438d7c116b7fa90c1b594c1484faa.tar.xz wireguard-openbsd-1f02e973399438d7c116b7fa90c1b594c1484faa.zip |
mention hostname, prompted by lum@
-rw-r--r-- | usr.bin/top/top.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1 index 4bcd7d958f0..a09810e455e 100644 --- a/usr.bin/top/top.1 +++ b/usr.bin/top/top.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: top.1,v 1.55 2010/03/24 05:03:15 lum Exp $ +.\" $OpenBSD: top.1,v 1.56 2010/04/23 09:27:10 otto Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: March 24 2010 $ +.Dd $Mdocdate: April 23 2010 $ .Dt TOP 1 .Os .Sh NAME @@ -370,6 +370,7 @@ about the state of the system, including .\" the last process ID assigned to a process, .\" (on most systems), the three load average numbers, +the hostname, the current time, the number of existing processes, the number of processes in each state |