svn commit: r207939 - head/share/misc
Ulrich Spoerlein
uqs at FreeBSD.org
Tue May 11 23:08:07 UTC 2010
Author: uqs
Date: Tue May 11 23:08:07 2010
New Revision: 207939
URL: http://svn.freebsd.org/changeset/base/207939
Log:
mdoc: fix prologue order in mdoc template
Reviewed by: brueffer
Modified:
head/share/misc/mdoc.template
Modified: head/share/misc/mdoc.template
==============================================================================
--- head/share/misc/mdoc.template Tue May 11 22:51:13 2010 (r207938)
+++ head/share/misc/mdoc.template Tue May 11 23:08:07 2010 (r207939)
@@ -2,8 +2,8 @@
.\"
.\" The following requests are required for all man pages.
.Dd Month day, year
-.Os [OPERATING_SYSTEM] [version/release]
.Dt DOCUMENT_TITLE [section number] [architecture/volume]
+.Os [OPERATING_SYSTEM] [version/release]
.Sh NAME
.Nm name
.Nd one line description of name
More information about the svn-src-head
mailing list