diff options
author | 2013-04-28 08:13:09 +0000 | |
---|---|---|
committer | 2013-04-28 08:13:09 +0000 | |
commit | 542252281cc5d45f9b4fd81cca751943eaf22c35 (patch) | |
tree | 0c684072594de4b0fbc22d2fadd4a5d0008c200b | |
parent | Use same parse_date() and date writing logic as in dhcpd. i.e. (diff) | |
download | wireguard-openbsd-542252281cc5d45f9b4fd81cca751943eaf22c35.tar.xz wireguard-openbsd-542252281cc5d45f9b4fd81cca751943eaf22c35.zip |
further info for EXIT STATUS from Ryan Kavanagh: in the diff he
originally sent, there was an important distinction that i ommitted,
since i used freebsd's text; reinstate that text now.
-rw-r--r-- | usr.bin/biff/biff.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/biff/biff.1 b/usr.bin/biff/biff.1 index f9b35dce1bb..e60670cdb9a 100644 --- a/usr.bin/biff/biff.1 +++ b/usr.bin/biff/biff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: biff.1,v 1.16 2013/04/23 07:08:13 jmc Exp $ +.\" $OpenBSD: biff.1,v 1.17 2013/04/28 08:13:09 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: April 23 2013 $ +.Dd $Mdocdate: April 28 2013 $ .Dt BIFF 1 .Os .Sh NAME @@ -78,9 +78,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 |