diff options
Diffstat (limited to 'usr.bin/top/top.1')
-rw-r--r-- | usr.bin/top/top.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1 index c3b31592b06..438e639be6d 100644 --- a/usr.bin/top/top.1 +++ b/usr.bin/top/top.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: top.1,v 1.36 2007/01/03 18:59:20 otto Exp $ +.\" $OpenBSD: top.1,v 1.37 2007/01/10 14:02:20 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -278,11 +278,11 @@ Display a list of system errors (if any) generated by the last or .Li renice command. -.It g +.It g Display only processes that contain a string in their command name (prompt for string). If the string specified is simply -.Dq + , +.Sq + , then no process name matching will be done. .It I or i Toggle the display of idle processes. @@ -303,7 +303,7 @@ flag, as detailed above. .It p Display a specific process (prompt for PID). If the PID specified is simply -.Dq + , +.Sq + , then processes belonging to all users will be displayed. .It r Change the priority (the @@ -322,7 +322,7 @@ 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 -.Dq + , +.Sq + , then processes belonging to all users will be displayed. .El .Sh THE DISPLAY |