X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/6f367f8f8be268d527e585867c1c42ffbb07668c..c3bbeb79806311e9e1543cb085b2dc1dbfffac42:/countmail/countmail.6 diff --git a/countmail/countmail.6 b/countmail/countmail.6 index 8ac740e2..015ada09 100644 --- a/countmail/countmail.6 +++ b/countmail/countmail.6 @@ -1,4 +1,4 @@ -.\" $NetBSD: countmail.6,v 1.1 1997/10/03 10:25:36 mrg Exp $ +.\" $NetBSD: countmail.6,v 1.10 2004/02/08 00:31:16 jsm Exp $ .\" .\" Copyright (c) 1997 Matthew R. Green .\" All rights reserved. @@ -11,10 +11,7 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: -.\" This product includes software developed by Matthew R. Green. -.\" 4. The name of the author may not be used to endorse or promote products +.\" 3. The name of the author may not be used to endorse or promote products .\" derived from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR @@ -31,7 +28,7 @@ .\" .Dd October 3, 1997 .Dt COUNTMAIL 6 -.Os NetBSD +.Os .Sh NAME .Nm countmail .Nd be obnoxious about how much mail you have @@ -44,17 +41,21 @@ program counts your mail and tells you about it rather obnoxiously. .Sh HISTORY The .Nm -first appeared in +program first appeared in .Nx 1.3 . .Nm -was first written by Noah Friedman in 1993. -This version was written by Charles Hannum . +was first written by +.An Noah Friedman Aq friedman@splode.com +in 1993. +This version was written by Charles M. Hannum +.Aq mycroft@NetBSD.org . .Sh CAVEATS -The read loop is horrendously slow on every shell implementation -tried. +The read loop is horrendously slow on every shell implementation tried. .Nm uses -from(1) and wc(1) instead, though these are -not shell builtins. +.Xr from 1 +and +.Xr wc 1 +instead, though these are not shell builtins. .Sh SEE ALSO -.Xr from 1 . +.Xr from 1