summaryrefslogtreecommitdiffstats
path: root/usr.sbin/watch/watch.8
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-12-16 10:07:10 +0000
committerjkh <jkh@FreeBSD.org>1995-12-16 10:07:10 +0000
commitd4004feaeed42483a6da5927ebbc1890e107355f (patch)
tree773a7201747346a4e46fb38c2b7a4657cc91ffb5 /usr.sbin/watch/watch.8
parent2d2185e129a0b9591326cf6780f33103e6daf487 (diff)
downloadFreeBSD-src-d4004feaeed42483a6da5927ebbc1890e107355f.zip
FreeBSD-src-d4004feaeed42483a6da5927ebbc1890e107355f.tar.gz
Map ^C and ^\ (INTR and QUIT) to ^Q so that you can actually send these
guys to a watched process. Useful if you're monitoring someone who's started doing something you'd really like them to stop immediately. :) Suggested by: Phillip White <philw@megasoft.tic.ab.ca>
Diffstat (limited to 'usr.sbin/watch/watch.8')
-rw-r--r--usr.sbin/watch/watch.82
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/watch/watch.8 b/usr.sbin/watch/watch.8
index 9632c5a1..57d1449 100644
--- a/usr.sbin/watch/watch.8
+++ b/usr.sbin/watch/watch.8
@@ -55,7 +55,7 @@ Names may be preceded by "/dev/".
While running in interactive mode, all user input is discarded except for:
.Pp
.Bl -tag -width "XXXX" -compact
-.It Sy "<control-C>"
+.It Sy "<control-Q>"
Exit
.Nm watch .
.It Sy "<control-W>"
OpenPOWER on IntegriCloud