diff options
author | 2007-01-03 18:59:20 +0000 | |
---|---|---|
committer | 2007-01-03 18:59:20 +0000 | |
commit | 24728ca6ea1e64324fbaf2b677bf6254fc49612a (patch) | |
tree | 4a528a9b3360027c4b2b01ecbd83990513c83b39 | |
parent | Add a 'g' command to only show processes having a string in their (diff) | |
download | wireguard-openbsd-24728ca6ea1e64324fbaf2b677bf6254fc49612a.tar.xz wireguard-openbsd-24728ca6ea1e64324fbaf2b677bf6254fc49612a.zip |
Missing 'T' in interactive command list. From Mark Lumsden.
-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 31470badb05..c3b31592b06 100644 --- a/usr.bin/top/top.1 +++ b/usr.bin/top/top.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: top.1,v 1.35 2007/01/03 18:57:49 otto Exp $ +.\" $OpenBSD: top.1,v 1.36 2007/01/03 18:59:20 otto Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -317,6 +317,8 @@ Toggle the display of system processes. .It s Change the number of seconds to delay between displays (prompt for new number). +.It T +Toggle the display of process threads. .It u Display only processes owned by a specific username (prompt for username). If the username specified is simply |