diff options
author | dd <dd@FreeBSD.org> | 2001-11-24 16:56:43 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-11-24 16:56:43 +0000 |
commit | e665c3253004933543d14230bb20c7001add496f (patch) | |
tree | 523fc460ba2f904ac8ae9a55fb8fc69393dbc375 /usr.sbin/watch | |
parent | 55262e3b08db9fbbce5c1b2e4d8622e44a7e9bbe (diff) | |
download | FreeBSD-src-e665c3253004933543d14230bb20c7001add496f.zip FreeBSD-src-e665c3253004933543d14230bb20c7001add496f.tar.gz |
Change 'superuser' to 'user' which was forgotten in the previous
delta. Remove fake SCCS id while I'm here.
Diffstat (limited to 'usr.sbin/watch')
-rw-r--r-- | usr.sbin/watch/watch.8 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/watch/watch.8 b/usr.sbin/watch/watch.8 index 02208de..5ab09a6 100644 --- a/usr.sbin/watch/watch.8 +++ b/usr.sbin/watch/watch.8 @@ -1,5 +1,4 @@ .\" -.\" @(#)watch.8 1.1 (FreeBSD) 2/17/95 .\" $FreeBSD$ .\" .Dd November 24, 2001 @@ -15,7 +14,7 @@ .Op Ar tty .Sh DESCRIPTION .Nm Watch -allows the superuser to examine all data coming through a specified tty. +allows the user to examine all data coming through a specified tty. .Nm Watch writes to standard output. .Pp |