Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Apr 2013 09:29:45 +0000 (UTC)
From:      Joel Dahl <joel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r250019 - head/usr.bin/biff
Message-ID:  <201304280929.r3S9TjEf024620@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <jmc@kerhand.co.uk>
  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304280929.r3S9TjEf024620>