summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/biff/biff.14
-rw-r--r--usr.bin/biff/biff.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/biff/biff.1 b/usr.bin/biff/biff.1
index 863deab3664..3c7a6c4ee6d 100644
--- a/usr.bin/biff/biff.1
+++ b/usr.bin/biff/biff.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: biff.1,v 1.13 2003/06/03 02:56:06 millert Exp $
+.\" $OpenBSD: biff.1,v 1.14 2007/02/20 13:41:19 jmc Exp $
.\" $NetBSD: biff.1,v 1.3 1995/03/26 02:34:21 glass Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -38,7 +38,7 @@
.Nd "be notified if mail arrives and who it is from"
.Sh SYNOPSIS
.Nm biff
-.Op Cm y | Cm n
+.Op Cm n | y
.Sh DESCRIPTION
.Nm
informs the system whether you want to be notified when mail arrives
diff --git a/usr.bin/biff/biff.c b/usr.bin/biff/biff.c
index 6d2c07db556..0bc13268232 100644
--- a/usr.bin/biff/biff.c
+++ b/usr.bin/biff/biff.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: biff.c,v 1.9 2003/06/10 22:20:45 deraadt Exp $ */
+/* $OpenBSD: biff.c,v 1.10 2007/02/20 13:41:19 jmc Exp $ */
/* $NetBSD: biff.c,v 1.3 1995/03/26 02:34:22 glass Exp $ */
/*
@@ -40,7 +40,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)biff.c 8.1 (Berkeley) 6/6/93";
#else
-static char rcsid[] = "$OpenBSD: biff.c,v 1.9 2003/06/10 22:20:45 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: biff.c,v 1.10 2007/02/20 13:41:19 jmc Exp $";
#endif
#endif /* not lint */
@@ -102,6 +102,6 @@ main(int argc, char *argv[])
static void
usage(void)
{
- (void)fprintf(stderr, "usage: biff [y | n]\n");
+ (void)fprintf(stderr, "usage: biff [n | y]\n");
exit(2);
}