diff options
author | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-04-14 19:08:06 +0000 |
---|---|---|
committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-04-14 19:08:06 +0000 |
commit | aa12cea2ccc6e686d6d31cf67d6bc69cbc1ba744 (patch) | |
tree | 2671e136a6b1e08e763e43a9271f94a2d3833f89 /share/man/man9/accf_dns.9 | |
parent | c5ff2cdb99c0a70595a3d13be9c5d88741b5d3af (diff) |
mdoc: order prologue macros consistently by Dd/Dt/Os
Although groff_mdoc(7) gives another impression, this is the ordering
most widely used and also required by mdocml/mandoc.
Reviewed by: ru
Approved by: philip, ed (mentors)
Notes
Notes:
svn path=/head/; revision=206622
Diffstat (limited to 'share/man/man9/accf_dns.9')
-rw-r--r-- | share/man/man9/accf_dns.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/accf_dns.9 b/share/man/man9/accf_dns.9 index f4b1563bb73b..4a2dad250666 100644 --- a/share/man/man9/accf_dns.9 +++ b/share/man/man9/accf_dns.9 @@ -26,8 +26,8 @@ .\" $FreeBSD$ .\" " .Dd July 16, 2008 -.Os .Dt ACCF_DNS 9 +.Os .Sh NAME .Nm accf_dns .Nd buffer incoming DNS requests until the whole first request is present |