summaryrefslogtreecommitdiffstats
path: root/countmail
diff options
context:
space:
mode:
authorfair <fair@NetBSD.org>1998-04-28 04:07:04 +0000
committerfair <fair@NetBSD.org>1998-04-28 04:07:04 +0000
commitb73be50683a3c1fd39e040a3adad95ed21ef8594 (patch)
tree09d3dd7f11938b47c05e21b8f0870551d948d9f1 /countmail
parentc90584bf73a806be16994c3b516b20760b2ec947 (diff)
downloadbsdgames-darwin-b73be50683a3c1fd39e040a3adad95ed21ef8594.tar.gz
bsdgames-darwin-b73be50683a3c1fd39e040a3adad95ed21ef8594.tar.zst
bsdgames-darwin-b73be50683a3c1fd39e040a3adad95ed21ef8594.zip
Principally, change foo(N) to .Xr foo N
Also, do some other mdoc tagging.
Diffstat (limited to 'countmail')
-rw-r--r--countmail/countmail.611
1 files changed, 6 insertions, 5 deletions
diff --git a/countmail/countmail.6 b/countmail/countmail.6
index 92922207..e508fae4 100644
--- a/countmail/countmail.6
+++ b/countmail/countmail.6
@@ -1,4 +1,4 @@
-.\" $NetBSD: countmail.6,v 1.2 1997/10/10 05:39:47 mrg Exp $
+.\" $NetBSD: countmail.6,v 1.3 1998/04/28 04:07:04 fair Exp $
.\"
.\" Copyright (c) 1997 Matthew R. Green
.\" All rights reserved.
@@ -47,11 +47,12 @@ first appeared in
was first written by Noah Friedman <friedman@splode.com> in 1993.
This version was written by Charles Hannum <mycroft@mit.edu>.
.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 .