On Mon, Apr 22, 2013 at 11:45:04PM -0400, Ryan Kavanagh wrote: > The following patch documents the exit codes of biff(1). > > Best wishes, > Ryan >
i've committed this, but used the text from freebsd's man page. it was very similar anyway, but reads a wee bit better. thanks, jmc Index: biff.1 =================================================================== RCS file: /cvs/src/usr.bin/biff/biff.1,v retrieving revision 1.15 diff -u -r1.15 biff.1 --- biff.1 31 May 2007 19:20:08 -0000 1.15 +++ biff.1 23 Apr 2013 07:07:18 -0000 @@ -72,6 +72,18 @@ .Ev mail variable of .Xr csh 1 . +.Sh EXIT STATUS +The +.Nm +utility exits with one of the following values: +.Bl -tag -width indent +.It 0 +Notification is enabled. +.It 1 +Notification is disabled. +.It >1 +An error occurred. +.El .Sh SEE ALSO .Xr csh 1 , .Xr mail 1 ,
