From 5f263362a91354f98ad0bd4707fa1fc0b295905b Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 13 Jan 2008 01:51:16 +0000 Subject: [PATCH] Use \- instead of - in man pages (STR #68) --- CHANGES | 2 ++ doc/intro.html | 9 +++------ doc/intro.man | 6 +++--- doc/mxmldoc.man | 38 +++++++++++++++++++------------------- doc/relnotes.html | 19 +++++++++++++++++++ mxmldoc.c | 2 +- 6 files changed, 47 insertions(+), 29 deletions(-) diff --git a/CHANGES b/CHANGES index 2be679a..d815dea 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,8 @@ CHANGES - 2008-01-12 CHANGES IN Mini-XML 2.4.1 + - The man pages and man page output from mxmldoc did + not use "\-" for dashes (STR #68) - The debug version of the Mini-XML DLL could not be built (STR #65) - Processing instructions and directives did not work diff --git a/doc/intro.html b/doc/intro.html index 4c229b3..ce51d18 100644 --- a/doc/intro.html +++ b/doc/intro.html @@ -1,7 +1,7 @@ - Mini-XML Programmers Manual, Version 2.4 - + Mini-XML Programmers Manual, Version 2.4.1 + @@ -10,7 +10,7 @@

0Introduction

-

This programmers manual describes Mini-XML version 2.4, a small +

This programmers manual describes Mini-XML version 2.4.1, a small XML parsing library that you can use to read and write XML data files in your C and C++ applications.

@@ -53,9 +53,6 @@ following projects/software applications:

  • CUPS Driver Development Kit
  • -
  • ESP Print - Pro
  • -
  • ZynAddSubFX
  • diff --git a/doc/intro.man b/doc/intro.man index c531167..6a85459 100644 --- a/doc/intro.man +++ b/doc/intro.man @@ -1,7 +1,7 @@ .SH INCLUDE FILE #include .SH LIBRARY --lmxml +\-lmxml .SH DESCRIPTION Mini-XML is a small XML parsing library that you can use to read XML and XML-like data files in your application without @@ -149,6 +149,6 @@ is used for a particular node or the entire tree: mxmlDelete(tree); .fi .SH SEE ALSO -mxmldoc(1), Mini-XML Programmers Manual, http://www.easysw.com/~mike/mxml/ +mxmldoc(1), Mini-XML Programmers Manual, http://www.minixml.org/ .SH COPYRIGHT -Copyright 2003-2007 by Michael Sweet. +Copyright 2003-2008 by Michael Sweet. diff --git a/doc/mxmldoc.man b/doc/mxmldoc.man index d90c56e..039e776 100644 --- a/doc/mxmldoc.man +++ b/doc/mxmldoc.man @@ -3,7 +3,7 @@ .\" .\" mxmldoc man page for mini-XML, a small XML-like file parsing library. .\" -.\" Copyright 2003-2007 by Michael Sweet. +.\" Copyright 2003-2008 by Michael Sweet. .\" .\" This program is free software; you can redistribute it and/or .\" modify it under the terms of the GNU Library General Public @@ -15,23 +15,23 @@ .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" -.TH mxmldoc 1 "Mini-XML" "22 April 2007" "Michael Sweet" +.TH mxmldoc 1 "Mini-XML" "12 January 2008" "Michael Sweet" .SH NAME mxmldoc \- mini-xml documentation generator .SH SYNOPSIS .B mxmldoc ---no-output [ +\-\-no-output [ .I filename.xml ] .I source file(s) ] .br .B mxmldoc -[ --intro +[ \-\-intro .I introfile -] [ --section +] [ \-\-section .I section -] [ --title +] [ \-\-title .I title ] [ .I filename.xml @@ -41,13 +41,13 @@ mxmldoc \- mini-xml documentation generator .I filename.html .br .B mxmldoc ---man +\-\-man .I manpage -[ --intro +[ \-\-intro .I introfile -] [ --section +] [ \-\-section .I section -] [ --title +] [ \-\-title .I title ] [ .I filename.xml @@ -61,9 +61,9 @@ an XML representation of globally accessible classes, constants, enumerations, functions, structures, typedefs, unions, and variables - the XML file is updated as necessary. By default, a HTML representation of the XML file is written to the standard output. -Use the \fI--no-output\fR option to disable the HTML output. +Use the \fI\-\-no-output\fR option to disable the HTML output. .PP -Man page source can be generated using the \fI--man\fR option. +Man page source can be generated using the \fI\-\-man\fR option. .PP If no source files are specified then the current XML file is converted to the standard output. @@ -74,29 +74,29 @@ documentation that is formatted according to the CUPS Developer Guide which is available at "http://www.cups.org/documentation.php". .SH OPTIONS .TP 5 -\--intro introfile +\-\-intro introfile .br Inserts the specified file at the top of the output documentation. .TP 5 -\--man manpage +\-\-man manpage .br Generated a man page instead of HTML documentation. .TP 5 -\--no-output +\-\-no-output .br Disables generation of documentation on the standard output. .TP 5 -\--section section +\-\-section section .br Sets the section/keywords in the output documentation. .TP 5 -\--title title +\-\-title title .br Sets the title of the output documentation. .SH SEE ALSO -mxml(3), Mini-XML Programmers Manual, http://www.easysw.com/~mike/mxml/ +mxml(3), Mini-XML Programmers Manual, http://www.minixml.org/ .SH COPYRIGHT -Copyright 2003-2007 by Michael Sweet. +Copyright 2003-2008 by Michael Sweet. .\" .\" End of "$Id$". .\" diff --git a/doc/relnotes.html b/doc/relnotes.html index b251e1a..aa27ea1 100644 --- a/doc/relnotes.html +++ b/doc/relnotes.html @@ -5,6 +5,25 @@ hspace="10" width="100" height="100" alt="B">Release Notes +

    Changes in Mini-XML 2.4.1

    + + + +

    Changes in Mini-XML 2.4