source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Added version bits for 1.10.1.
@ 2010-06-07 12:20 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2010-06-07 12:20 UTC (permalink / raw)
  To: source

Log Message:
-----------
Added version bits for 1.10.1.

Spell-checked manuals.

Modified Files:
--------------
    mdocml:
        Makefile
        index.sgml
        mdoc.7

Revision Data
-------------
Index: index.sgml
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/index.sgml,v
retrieving revision 1.78
retrieving revision 1.79
diff -Lindex.sgml -Lindex.sgml -u -p -r1.78 -r1.79
--- index.sgml
+++ index.sgml
@@ -200,6 +200,10 @@
 						</TR>
 					</TBODY>
 					</TABLE>
+
+					<P>
+					See <Q><A CLASS="external" HREF="http://manpages.bsd.lv">Writing UNIX Manual Pages</A></Q> for a general
+					introduction to manpages and mdoc.
 				</TD>
 			</TR>
 			<TR>
@@ -256,14 +260,19 @@
 					</H1>
 					<DIV CLASS="news">
 						<P>
-							<SPAN CLASS="date">xx-06-2010</SPAN>:
+							<SPAN CLASS="date">07-06-2010</SPAN>:
 							version 1.10.1
 						</P>
 						<P>
 							This primarily focusses on the <Q>Bl</Q> and <Q>It</Q> macros described in <A
 							HREF="mdoc.7.html">mdoc</A>.  Multi-line column support is now fully compatible with
 							groff, as are implicit list entries for columns.  Removed manuals.7 in favour of <A
-							CLASS="external" HREF="http://manpages.bsd.lv">http://manpages.bsd.lv</A>.
+							CLASS="external" HREF="http://manpages.bsd.lv">http://manpages.bsd.lv</A>.  The way we
+							handle the SYNOPSIS section (see the SYNOPSIS documentation in <A
+							HREF="mdoc.7.html#x4d414e55414cx20x535452554354555245">MANUAL STRUCTURE</A>) has also
+							been considerably simplified compared to groff's method.  Lastly, the <SPAN
+							CLASS="flag">-Owidth=width</SPAN> output option has been added to <SPAN
+							CLASS="flag">-Tascii</SPAN> (see <A HREF="mandoc.1.html">mandoc</A>).
 						</P>
 					</DIV>
 					<DIV CLASS="news">
Index: mdoc.7
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc.7,v
retrieving revision 1.123
retrieving revision 1.124
diff -Lmdoc.7 -Lmdoc.7 -u -p -r1.123 -r1.124
--- mdoc.7
+++ mdoc.7
@@ -55,7 +55,7 @@ Text following a
 whether in a macro or free-form text line, is ignored to the end of
 line.  A macro line with only a control character and comment escape,
 .Sq \&.\e" ,
-is also ignored.  Macro lines with only a control charater and optionally
+is also ignored.  Macro lines with only a control character and optionally
 whitespace are stripped from input.
 .Ss Reserved Characters
 Within a macro line, the following characters are reserved:
@@ -167,7 +167,7 @@ also defined a set of package-specific
 .Dq predefined strings ,
 which, like
 .Sx Special Characters ,
-demark special output characters and strings by way of input codes.
+mark special output characters and strings by way of input codes.
 Predefined strings are escaped with the slash-asterisk,
 .Sq \e* :
 single-character
@@ -973,7 +973,7 @@ See also
 .Sx \&Aq .
 .Ss \&Ap
 Inserts an apostrophe without any surrounding white-space.
-This is generally used as a grammatic device when referring to the verb
+This is generally used as a grammatical device when referring to the verb
 form of a function:
 .Bd -literal -offset indent
 \&.Fn execve Ap d
@@ -1879,7 +1879,7 @@ line itself.
 Subsequent this, only the
 .Sq \&Ta
 pseudo-macro may be used to delimit phrases.
-Furthermore, note that quoted sections propogate over tab-delimited
+Furthermore, note that quoted sections propagate over tab-delimited
 phrases on an
 .Sx \&It ,
 for example,
@@ -2185,7 +2185,7 @@ and
 .Sx \&Fn
 in the
 .Em SYNOPSIS :
-at times newline(s) are suppressed dependong on whether a prior
+at times newline(s) are suppressed depending on whether a prior
 .Sx \&Fn
 has been invoked.
 In mandoc, this is not the case.
@@ -2250,7 +2250,7 @@ and
 .Fl right
 are aliases for
 .Fl left
-in manodc.  Furthermore, the
+in mandoc.  Furthermore, the
 .Fl file Ar file
 argument is ignored.
 Lastly, since text is not right-justified in mandoc (or even groff),
Index: Makefile
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/Makefile,v
retrieving revision 1.275
retrieving revision 1.276
diff -LMakefile -LMakefile -u -p -r1.275 -r1.276
--- Makefile
+++ Makefile
@@ -13,7 +13,7 @@ INSTALL_LIB	= $(INSTALL) -m 0644
 INSTALL_MAN	= $(INSTALL_DATA)
 
 VERSION	   = 1.10.1
-VDATE	   = 03 June 2010
+VDATE	   = 07 June 2010
 
 VFLAGS	   = -DVERSION="\"$(VERSION)\""
 WFLAGS     = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-07 12:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-07 12:20 mdocml: Added version bits for 1.10.1 kristaps

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).