diff options
| author | Johan Karlsson <johan@FreeBSD.org> | 2002-07-09 02:13:26 +0000 |
|---|---|---|
| committer | Johan Karlsson <johan@FreeBSD.org> | 2002-07-09 02:13:26 +0000 |
| commit | 894429f29b4e2b81cf44ecfd8e3e9e747ae50d9c (patch) | |
| tree | 2f85dbd8df269f561a93a3694d972313020057a0 | |
| parent | e47bee6dce36317f1780c273afb5d2aaacfc15c4 (diff) | |
Notes
| -rw-r--r-- | usr.bin/biff/biff.1 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.bin/biff/biff.1 b/usr.bin/biff/biff.1 index b14907c8a565..c19a0b182279 100644 --- a/usr.bin/biff/biff.1 +++ b/usr.bin/biff/biff.1 @@ -76,6 +76,18 @@ or the .Ev mail variable of .Xr csh 1 . +.Sh DIAGNOSTICS +The +.Nm +utility exits with one of the following values: +.Bl -tag -width Ds +.It 0 +Notification is enabled. +.It 1 +Notification is disabled. +.It >1 +An error occurred. +.El .Sh SEE ALSO .Xr csh 1 , .Xr mail 1 , |
