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/man4/auditpipe.4 | |
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/man4/auditpipe.4')
-rw-r--r-- | share/man/man4/auditpipe.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/auditpipe.4 b/share/man/man4/auditpipe.4 index 7ba35afcb471..19db8565b703 100644 --- a/share/man/man4/auditpipe.4 +++ b/share/man/man4/auditpipe.4 @@ -25,8 +25,8 @@ .\" $FreeBSD$ .\" .Dd May 5, 2006 -.Os .Dt AUDITPIPE 4 +.Os .Sh NAME .Nm auditpipe .Nd "pseudo-device for live audit event tracking" |