diff options
author | fenner <fenner@FreeBSD.org> | 1996-12-02 16:21:20 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1996-12-02 16:21:20 +0000 |
commit | a0986bce2d93bfb9d39412c9ec85f6caa9d23787 (patch) | |
tree | e4bd0d646b18c029df9131fd1e50e17681ef3743 /usr.sbin/watch | |
parent | a99233233e0e774cbb665d46afa2e3074f745e9e (diff) | |
download | FreeBSD-src-a0986bce2d93bfb9d39412c9ec85f6caa9d23787.zip FreeBSD-src-a0986bce2d93bfb9d39412c9ec85f6caa9d23787.tar.gz |
Fix a typo in the man page (the "-n" flag was added to the synopsis in
a comment).
Diffstat (limited to 'usr.sbin/watch')
-rw-r--r-- | usr.sbin/watch/watch.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/watch/watch.8 b/usr.sbin/watch/watch.8 index f2f9ed8..a3f095c 100644 --- a/usr.sbin/watch/watch.8 +++ b/usr.sbin/watch/watch.8 @@ -9,7 +9,7 @@ .Nd snoop on another tty line .Sh SYNOPSIS .Nm watch -.Op Fl ciotW +.Op Fl ciotnW .Ar tty .\" watch [-ciotnW] [<tty name>] .Sh DESCRIPTION |