diff options
author | robert <robert@FreeBSD.org> | 2002-07-24 18:37:22 +0000 |
---|---|---|
committer | robert <robert@FreeBSD.org> | 2002-07-24 18:37:22 +0000 |
commit | 6eea4ee2003280eff77dca20b78d9ccb76135042 (patch) | |
tree | 963c8e9cd56702d8f9924f3cad48334016817245 /usr.bin/biff | |
parent | e69713161033692ae8a1710b67f9fd981bed897f (diff) | |
download | FreeBSD-src-6eea4ee2003280eff77dca20b78d9ccb76135042.zip FreeBSD-src-6eea4ee2003280eff77dca20b78d9ccb76135042.tar.gz |
- Add a COMPATIBILITY section explaining that the default
behaviour of obtaining the affected terminal has changed.
- Refer to the user's terminal instead of the current
terminal session.
- Tell the reader what the utility does when it is invoked
without arguments.
Submitted by: johan
Diffstat (limited to 'usr.bin/biff')
-rw-r--r-- | usr.bin/biff/biff.1 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/usr.bin/biff/biff.1 b/usr.bin/biff/biff.1 index 4a5ca9c..b9f1ef8 100644 --- a/usr.bin/biff/biff.1 +++ b/usr.bin/biff/biff.1 @@ -44,8 +44,8 @@ .Sh DESCRIPTION The .Nm -utility informs the system whether you want to be notified when mail arrives -during the current terminal session. +utility informs the system whether you want to be notified on your terminal +when mail arrives. .Pp Affected is the first terminal associated with the standard input, standard output or standard error file descriptor, in that order. @@ -77,6 +77,11 @@ to be executed at each login. When bell notification is enabled, only two bell characters (ASCII \\007) will be printed on your terminal whenever mail arrives. .Pp +If no arguments are given, +.Nm +displays the present notification status of the terminal to the +standard output. +.Pp The .Nm utility operates asynchronously. @@ -100,6 +105,11 @@ Notification is disabled. .It >1 An error occurred. .El +.Sh COMPATIBILITY +Previous versions of the +.Nm +utility affected the terminal attached to standard error without first +trying the standard input or output devices. .Sh SEE ALSO .Xr csh 1 , .Xr mail 1 , |