diff options
author | mpp <mpp@FreeBSD.org> | 1996-01-30 13:52:50 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-01-30 13:52:50 +0000 |
commit | 511d4f82b255a7fa34ffa2c1cd048cef32acefa2 (patch) | |
tree | 99b740a7c4217cd7405a4de1071ea095c0037d7d /usr.sbin/watch | |
parent | 9e0a71c3eebd8d8e34dfa434ee6b139736c61490 (diff) | |
download | FreeBSD-src-511d4f82b255a7fa34ffa2c1cd048cef32acefa2.zip FreeBSD-src-511d4f82b255a7fa34ffa2c1cd048cef32acefa2.tar.gz |
Fix a bunch of spelling errors in a bunch of man pages.
Diffstat (limited to 'usr.sbin/watch')
-rw-r--r-- | usr.sbin/watch/watch.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/watch/watch.8 b/usr.sbin/watch/watch.8 index 57d1449..d0b2a3f 100644 --- a/usr.sbin/watch/watch.8 +++ b/usr.sbin/watch/watch.8 @@ -7,7 +7,7 @@ .Sh NAME .Nm watch .Nd snoop on another tty line -.Sh SYNOPSYS +.Sh SYNOPSIS .Nm watch .Op Fl ciotW .Ar tty @@ -37,7 +37,7 @@ If output is redirected to a file, interactive mode can still be requested by specifying this option. .It Fl o Reconnect on overflow. -The behaviour of +The behavior of .Nm watch if the observed tty overflows is similar to the behavior if the observed tty is closed. |