Fix EXIT STATUS. biff reports its status when it was invoked.

Submitted by:	Ryan Kavanagh,
		Jason McIntyre <jmc@kerhand.co.uk>
Obtained from:	OpenBSD
This commit is contained in:
Joel Dahl 2013-04-28 09:29:44 +00:00
parent 82af926a57
commit 927853b45c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=250019

View File

@ -28,7 +28,7 @@
.\" @(#)biff.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
.Dd March 20, 2010
.Dd April 28, 2013
.Dt BIFF 1
.Os
.Sh NAME
@ -97,9 +97,9 @@ The
utility exits with one of the following values:
.Bl -tag -width indent
.It 0
Notification is enabled.
Notification was enabled at the time of invocation.
.It 1
Notification is disabled.
Notification was disabled at the time of invocation.
.It >1
An error occurred.
.El