diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-11-24 17:02:58 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-11-24 17:02:58 +0000 |
commit | d3573aab8edf6e2f34a575e34cb0c7e33280c470 (patch) | |
tree | ab0d49d64d253468788be033bd4cf5f8052db06b /usr.sbin/watch | |
parent | 6e2867d22bbbe07a7f821a8f356ded093704ae32 (diff) | |
download | src-test2-d3573aab8edf6e2f34a575e34cb0c7e33280c470.tar.gz src-test2-d3573aab8edf6e2f34a575e34cb0c7e33280c470.zip |
Notes
Diffstat (limited to 'usr.sbin/watch')
-rw-r--r-- | usr.sbin/watch/watch.8 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/usr.sbin/watch/watch.8 b/usr.sbin/watch/watch.8 index 5ab09a64617c..f855ec1f60d8 100644 --- a/usr.sbin/watch/watch.8 +++ b/usr.sbin/watch/watch.8 @@ -14,7 +14,16 @@ .Op Ar tty .Sh DESCRIPTION .Nm Watch -allows the user to examine all data coming through a specified tty. +allows the user to examine all data coming through a specified tty +using the +.Xr snp 4 +device. +If the +.Xr snp 4 +device is not available, +.Nm +will attempt to load the module +.Pq Nm snp . .Nm Watch writes to standard output. .Pp @@ -91,7 +100,8 @@ control-X is passed to the terminal as with other control characters. .Sh SEE ALSO .Xr pty 4 , .Xr sio 4 , -.Xr snp 4 +.Xr snp 4 , +.Xr kldload 8 .Sh BUGS No terminal emulation is performed. All user output is reproduced as-is. |