Author: joel (doc committer)
Date: Sun Apr 28 09:29:44 2013
New Revision: 250019
URL: http://svnweb.freebsd.org/changeset/base/250019

Log:
  Fix EXIT STATUS. biff reports its status when it was invoked.
  
  Submitted by: Ryan Kavanagh,
                Jason McIntyre <[email protected]>
  Obtained from:        OpenBSD

Modified:
  head/usr.bin/biff/biff.1

Modified: head/usr.bin/biff/biff.1
==============================================================================
--- head/usr.bin/biff/biff.1    Sun Apr 28 08:29:00 2013        (r250018)
+++ head/usr.bin/biff/biff.1    Sun Apr 28 09:29:44 2013        (r250019)
@@ -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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to