discuss@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdoc.7: tweak skeleton file
@ 2010-08-26 18:24 Jason McIntyre
  2010-08-28 21:12 ` Kristaps Dzonsons
  0 siblings, 1 reply; 22+ messages in thread
From: Jason McIntyre @ 2010-08-26 18:24 UTC (permalink / raw)
  To: discuss

i wanted to address the very annoying ordering that has always existed
in mdoc/mdoc.samples:

	.\" This comment applies to the section below.
	.\" .Sh BLAH
	.\" .Sh SEE ALSO
	.\" .Xr foobar 1

we should put everything relevant to a section underneath the section,
not before it (like the order you read it). thus my diff changes things:

	.\" .Sh SECTION
	.\" This comment applies to the BLAH section.
	.\" .Sh SEE ALSO
	.\" .Xr foobar 1

...and since i am in here, let's talk about os-specific things. i have
noted under LIBRARY and SECURITY CONSIDERATIONS that they are net/free
only. i still have no solution to Dd and $Mdocdate$. we can
alternatively look at having os-specific pages if preferred.

jmc

Index: mdoc.7
===================================================================
RCS file: /cvs/src/share/man/man7/mdoc.7,v
retrieving revision 1.49
diff -u -r1.49 mdoc.7
--- mdoc.7	22 Aug 2010 11:39:18 -0000	1.49
+++ mdoc.7	26 Aug 2010 18:16:22 -0000
@@ -331,8 +331,9 @@
 \&.Sh NAME
 \&.Nm foo
 \&.Nd a description goes here
-\&.\e\*q The next is for sections 2, 3, & 9 only.
 \&.\e\*q .Sh LIBRARY
+\&.\e\*q For sections 2, 3, & 9 only.
+\&.\e\*q NetBSD/FreeBSD only.
 \&.Sh SYNOPSIS
 \&.Nm foo
 \&.Op Fl options
@@ -342,18 +343,18 @@
 \&.Nm
 utility processes files ...
 \&.\e\*q .Sh IMPLEMENTATION NOTES
-\&.\e\*q The next is for sections 2, 3, & 9 only.
 \&.\e\*q .Sh RETURN VALUES
-\&.\e\*q The next is for sections 1, 6, 7, & 8 only.
+\&.\e\*q For sections 2, 3, & 9 only.
 \&.\e\*q .Sh ENVIRONMENT
+\&.\e\*q For sections 1, 6, 7, & 8 only.
 \&.\e\*q .Sh FILES
-\&.\e\*q The next is for sections 1, 6 & 8 only.
 \&.\e\*q .Sh EXIT STATUS
+\&.\e\*q For sections 1, 6 & 8 only.
 \&.\e\*q .Sh EXAMPLES
-\&.\e\*q The next is for sections 1, 4, 6, 7, & 8 only.
 \&.\e\*q .Sh DIAGNOSTICS
-\&.\e\*q The next is for sections 2, 3, & 9 only.
+\&.\e\*q For sections 1, 4, 6, 7, & 8 only.
 \&.\e\*q .Sh ERRORS
+\&.\e\*q For sections 2, 3, & 9 only.
 \&.\e\*q .Sh SEE ALSO
 \&.\e\*q .Xr foobar 1
 \&.\e\*q .Sh STANDARDS
@@ -362,6 +363,7 @@
 \&.\e\*q .Sh CAVEATS
 \&.\e\*q .Sh BUGS
 \&.\e\*q .Sh SECURITY CONSIDERATIONS
+\&.\e\*q NetBSD/FreeBSD only.
 .Ed
 .Pp
 The sections in an
--
 To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2010-08-31 17:54 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-26 18:24 mdoc.7: tweak skeleton file Jason McIntyre
2010-08-28 21:12 ` Kristaps Dzonsons
2010-08-28 22:01   ` Jason McIntyre
2010-08-28 22:08     ` Kristaps Dzonsons
2010-08-28 22:18       ` Jason McIntyre
2010-08-28 22:38       ` Jason McIntyre
2010-08-28 23:14         ` Kristaps Dzonsons
2010-08-29  9:10           ` Jason McIntyre
2010-08-29 10:50             ` Thomas Klausner
2010-08-29 11:33               ` Jason McIntyre
2010-08-29 12:09                 ` Thomas Klausner
2010-08-29 16:17                   ` Jason McIntyre
2010-08-29 17:26                     ` Kristaps Dzonsons
2010-08-29 18:06                       ` Ulrich Spörlein
2010-08-29 18:28                         ` Jason McIntyre
2010-08-29 20:57                           ` Thomas Klausner
2010-08-30  6:43                             ` Jason McIntyre
2010-08-30  9:01                               ` Thomas Klausner
2010-08-30 12:16                                 ` Jason McIntyre
2010-08-30 12:21                                   ` Thomas Klausner
2010-08-30 12:29                                     ` Kristaps Dzonsons
2010-08-31 17:54                                   ` Jason McIntyre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).