diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-09 21:15:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-09 21:15:19 +0000 |
commit | bbd5b945b08ae04485a1654d39acf0ba5437a023 (patch) | |
tree | 8c4cd4aa9ba61e04f5426a7ebf93b71b1ac187f7 /usr.bin/top/top.1 | |
parent | ea2ef27564e4633c1d685468d91ec8fe63a1ac58 (diff) |
document how signalling via `k' works, after some help from theo and miod;
Diffstat (limited to 'usr.bin/top/top.1')
-rw-r--r-- | usr.bin/top/top.1 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1 index 0949eda83e7..8aa0f224393 100644 --- a/usr.bin/top/top.1 +++ b/usr.bin/top/top.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: top.1,v 1.40 2007/02/09 20:11:02 jmc Exp $ +.\" $OpenBSD: top.1,v 1.41 2007/02/09 21:15:18 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -296,10 +296,15 @@ in their command name. shows all processes. .It I \*(Ba i Toggle the display of idle processes. -.It k -Send a signal +.It Xo k +.Op - Ns Ar sig +.Ar pid +.Xc +Send signal +.No - Ns Ar sig .Pf ( Dv TERM -by default) to a list of processes. +by default) to process +.Ar pid . This acts similarly to the command .Xr kill 1 . .It n\*(Ba# Ar n |