Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/groff/tmac Reflect canonical order by majority rule...
details: https://anonhg.NetBSD.org/src/rev/93aa8ba27699
branches: trunk
changeset: 754812:93aa8ba27699
user: joerg <joerg%NetBSD.org@localhost>
date: Thu May 13 20:30:01 2010 +0000
description:
Reflect canonical order by majority rule. The local version in share/man
already got this chance a while ago.
diffstat:
gnu/dist/groff/tmac/groff_mdoc.man | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diffs (33 lines):
diff -r b4a857313b39 -r 93aa8ba27699 gnu/dist/groff/tmac/groff_mdoc.man
--- a/gnu/dist/groff/tmac/groff_mdoc.man Thu May 13 19:29:01 2010 +0000
+++ b/gnu/dist/groff/tmac/groff_mdoc.man Thu May 13 20:30:01 2010 +0000
@@ -562,8 +562,8 @@
.Bd -literal -offset indent
\&.\e" The following commands are required for all man pages.
\&.Dd Month day, year
+\&.Dt DOCUMENT_TITLE [section number] [architecture/volume]
\&.Os [OPERATING_SYSTEM] [version/release]
-\&.Dt DOCUMENT_TITLE [section number] [architecture/volume]
\&.Sh NAME
\&.Nm name
\&.Nd one line description of name
@@ -599,13 +599,14 @@
.
The first items in the template are the commands
.Ql .Dd ,
-.Ql .Os ,
+.Ql .Dt ,
and
-.Ql .Dt ;
-the document date, the operating system the man page or subject source is
-developed or modified for, and the man page title (in
+.Ql .Os ;
+the document date, the man page title (in
.Em upper case )
-along with the section of the manual the page belongs in.
+along with the section of the manual the page belongs in, and
+the operating system the man page or subject source is
+developed or modified for.
These commands identify the page and are discussed below in
.Sx TITLE MACROS .
.Pp
Home |
Main Index |
Thread Index |
Old Index