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/sched_4bsd.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/sched_4bsd.4')
-rw-r--r-- | share/man/man4/sched_4bsd.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/sched_4bsd.4 b/share/man/man4/sched_4bsd.4 index 9533cae0055f..a02c40eb58a8 100644 --- a/share/man/man4/sched_4bsd.4 +++ b/share/man/man4/sched_4bsd.4 @@ -25,8 +25,8 @@ .\" $FreeBSD$ .\" .Dd January 21, 2008 -.Os .Dt SCHED_4BSD 4 +.Os .Sh NAME .Nm sched_4bsd .Nd "4.4BSD scheduler" |