summaryrefslogtreecommitdiff
path: root/usr.bin/biff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2013-04-23 07:08:14 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2013-04-23 07:08:14 +0000
commite441eef2d52faf6d926bab0bf43c8326852e0f35 (patch)
treeec0faa887fa0c67341db8ef6b6bf75dae16343b1 /usr.bin/biff
parentbd97815fd39a53988e14fd7a8e7b9da675d72bef (diff)
add EXIT STATUS; original diff from Ryan Kavanagh, but i've used the
(similar) text from freebsd;
Diffstat (limited to 'usr.bin/biff')
-rw-r--r--usr.bin/biff/biff.116
1 files changed, 14 insertions, 2 deletions
diff --git a/usr.bin/biff/biff.1 b/usr.bin/biff/biff.1
index 6dfdde605da..f9b35dce1bb 100644
--- a/usr.bin/biff/biff.1
+++ b/usr.bin/biff/biff.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: biff.1,v 1.15 2007/05/31 19:20:08 jmc Exp $
+.\" $OpenBSD: biff.1,v 1.16 2013/04/23 07:08:13 jmc Exp $
.\" $NetBSD: biff.1,v 1.3 1995/03/26 02:34:21 glass Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)biff.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: April 23 2013 $
.Dt BIFF 1
.Os
.Sh NAME
@@ -72,6 +72,18 @@ or the
.Ev mail
variable of
.Xr csh 1 .
+.Sh EXIT STATUS
+The
+.Nm
+utility exits with one of the following values:
+.Bl -tag -width indent
+.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 ,