diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-05-04 23:27:30 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-05-04 23:27:30 +0000 |
commit | dba0cf839868c307c02d2229d51945ab460adfdb (patch) | |
tree | 9bcaebc6a6e9f1356e8f53aa59f0a84b0d5f4e25 /usr.sbin/watch | |
parent | da25a9b0b731be6bedfe2ad63d4e11e3b21b75f7 (diff) | |
download | FreeBSD-src-dba0cf839868c307c02d2229d51945ab460adfdb.zip FreeBSD-src-dba0cf839868c307c02d2229d51945ab460adfdb.tar.gz |
Replace an instance of the "watch" word with the ".Nm" macro: it is used to
specify the command name.
Diffstat (limited to 'usr.sbin/watch')
-rw-r--r-- | usr.sbin/watch/watch.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/watch/watch.8 b/usr.sbin/watch/watch.8 index ab76007..e01257ae 100644 --- a/usr.sbin/watch/watch.8 +++ b/usr.sbin/watch/watch.8 @@ -50,7 +50,9 @@ Print the date and time when observation of a given tty is started. Disable the ability to switch the watched tty interactively. This disables both change requests made with <control-X> as well as automatic prompting when the current tty is closed or overflows. In all cases where a prompt -would be displayed, watch will exit. The reconnect flags are unaffected by +would be displayed, +.Nm +will exit. The reconnect flags are unaffected by this option. .It Fl W Allow write access to observed tty. |