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 /lib/libutil/kinfo_getfile.3 | |
parent | c5ff2cdb99c0a70595a3d13be9c5d88741b5d3af (diff) | |
download | src-aa12cea2ccc6e686d6d31cf67d6bc69cbc1ba744.tar.gz src-aa12cea2ccc6e686d6d31cf67d6bc69cbc1ba744.zip |
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 'lib/libutil/kinfo_getfile.3')
-rw-r--r-- | lib/libutil/kinfo_getfile.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/kinfo_getfile.3 b/lib/libutil/kinfo_getfile.3 index 5705bf774d68..c0b0b0220215 100644 --- a/lib/libutil/kinfo_getfile.3 +++ b/lib/libutil/kinfo_getfile.3 @@ -26,8 +26,8 @@ .\" $FreeBSD$ .\" .Dd December 6, 2008 -.Os .Dt KINFO_GETFILE 3 +.Os .Sh NAME .Nm kinfo_getfile .Nd function for getting per-process file descriptor information |