manual page distributed with 4.1BSD
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 30 Apr 1985 05:16:16 +0000 (21:16 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 30 Apr 1985 05:16:16 +0000 (21:16 -0800)
SCCS-vsn: usr.bin/biff/biff.1 4.1

usr/src/usr.bin/biff/biff.1 [new file with mode: 0644]

diff --git a/usr/src/usr.bin/biff/biff.1 b/usr/src/usr.bin/biff/biff.1
new file mode 100644 (file)
index 0000000..4d25f33
--- /dev/null
@@ -0,0 +1,47 @@
+.\" Copyright (c) 1980 Regents of the University of California.
+.\" All rights reserved.  The Berkeley software License Agreement
+.\" specifies the terms and conditions for redistribution.
+.\"
+.\"    @(#)biff.1      4.1 (Berkeley) %G%
+.\"
+.TH BIFF 1
+.UC 4
+.SH NAME
+biff \- be notified if mail arrives and who it is from
+.SH SYNOPSIS
+.B biff
+[
+.B yn
+]
+.SH DESCRIPTION
+.I Biff
+informs the system whether you want to be notified when mail arrives
+during the current terminal session.
+The command
+.IP
+.B "biff y"
+.LP
+enables notification; the command
+.IP
+.B "biff n"
+.LP
+disables it.
+When mail notification is enabled, the header and first few lines of
+the message will be printed on your screen whenever mail arrives.
+A ``biff y'' command is often included in the file
+.I \&.login
+or
+.I \&.profile
+to be executed at each login.
+.PP
+.I Biff
+operates asynchronously.
+For synchronous notification use the MAIL variable of
+.IR sh (1)
+or the
+.I mail
+variable of
+.IR csh (1).
+.SH SEE ALSO
+csh(1), sh(1), mail(1), mail (4)
+.SH BUGS