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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"