diff options
author | charnier <charnier@FreeBSD.org> | 2002-07-14 14:47:15 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-07-14 14:47:15 +0000 |
commit | d2168fe021bd1693c1038503e09d3d74dd8b6f36 (patch) | |
tree | 1cffbfcbeace5b3e6b01d3c6b67a9c10233bc810 /usr.sbin/watch | |
parent | 745a7b1537c2ebb511bcf928366eefe72af77dac (diff) | |
download | FreeBSD-src-d2168fe021bd1693c1038503e09d3d74dd8b6f36.zip FreeBSD-src-d2168fe021bd1693c1038503e09d3d74dd8b6f36.tar.gz |
The .Nm utility
Diffstat (limited to 'usr.sbin/watch')
-rw-r--r-- | usr.sbin/watch/watch.8 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/usr.sbin/watch/watch.8 b/usr.sbin/watch/watch.8 index f855ec1..a549518 100644 --- a/usr.sbin/watch/watch.8 +++ b/usr.sbin/watch/watch.8 @@ -13,8 +13,9 @@ .Op Fl f Ar snpdev .Op Ar tty .Sh DESCRIPTION -.Nm Watch -allows the user to examine all data coming through a specified tty +The +.Nm +utility allows the user to examine all data coming through a specified tty using the .Xr snp 4 device. @@ -24,8 +25,9 @@ device is not available, .Nm will attempt to load the module .Pq Nm snp . -.Nm Watch -writes to standard output. +The +.Nm +utility writes to standard output. .Pp The options are as follows: .Bl -tag -width indent @@ -108,6 +110,7 @@ All user output is reproduced as-is. .Sh AUTHORS .An Ugen J.S. Antsilevich Aq ugen@NetVision.net.il .Sh HISTORY -.Nm Watch -first appeared in +The +.Nm +utility first appeared in .Fx 2.1 . |