diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-26 20:46:23 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-26 20:46:23 +0000 |
commit | 1451ec45f4e62edb09a5a35974e0347ba8ff4069 (patch) | |
tree | 8d12ff330fc3be0d862883b0df35726523b92d11 /usr.bin/biff/biff.1 | |
parent | 5c15497ccb62b1a6607dd0a1b7594164e33cdc53 (diff) |
fix options; fgsch
Diffstat (limited to 'usr.bin/biff/biff.1')
-rw-r--r-- | usr.bin/biff/biff.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/biff/biff.1 b/usr.bin/biff/biff.1 index 8136d1e5d8d..1d256ce6758 100644 --- a/usr.bin/biff/biff.1 +++ b/usr.bin/biff/biff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: biff.1,v 1.6 1999/07/04 11:53:51 aaron Exp $ +.\" $OpenBSD: biff.1,v 1.7 1999/07/26 20:46:22 aaron Exp $ .\" $NetBSD: biff.1,v 1.3 1995/03/26 02:34:21 glass Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -51,9 +51,9 @@ during the current terminal session. Options supported by .Nm biff : .Bl -tag -width 4n -.It Fl n +.It Cm n Disables notification. -.It Fl y +.It Cm y Enables notification. .El .Pp |