[Oval-commits] r350 - trunk/ovaldi/debian/patches

Pavel Vinogradov blaze-guest at alioth.debian.org
Sun Apr 20 15:43:44 UTC 2008


Author: blaze-guest
Date: 2008-04-20 15:43:44 +0000 (Sun, 20 Apr 2008)
New Revision: 350

Modified:
   trunk/ovaldi/debian/patches/debian.manpage.patch
Log:
Update manpage patch

Modified: trunk/ovaldi/debian/patches/debian.manpage.patch
===================================================================
--- trunk/ovaldi/debian/patches/debian.manpage.patch	2008-04-20 15:34:11 UTC (rev 349)
+++ trunk/ovaldi/debian/patches/debian.manpage.patch	2008-04-20 15:43:44 UTC (rev 350)
@@ -1,71 +1,71 @@
-diff -urN ovalint-5.3/docs/ovaldi.1 ovalint-5.3-debian/docs/ovaldi.1
---- ovalint-5.3/docs/ovaldi.1	2008-01-15 17:07:03.000000000 +0400
-+++ ovalint-5.3-debian/docs/ovaldi.1	2008-01-23 23:58:23.000000000 +0400
+diff -urN ovaldi.mitre/docs/ovaldi.1 ovaldi.debian/docs/ovaldi.1
+--- ovaldi.mitre/docs/ovaldi.1	2008-04-20 20:16:55.000000000 +0500
++++ ovaldi.debian/docs/ovaldi.1	2008-04-20 20:43:14.000000000 +0500
 @@ -21,12 +21,12 @@
- .B \-o filename
- Specifies the pathname of the OVAL Definition file to use.  If none is
- specified than the Interpreter will default to "definitions.xml" in the
--Interpreter directory.
-+current directory.
- .TP
- .B \-v filename
- Specifies the pathname of the external variable file to use.  If none is
- specified than the Interpreter will default to "external-variables.xml" in
--the Interpreter directory.
-+the current directory.
- .TP
- .B \-e definition id list
- Specifies a list of definition ids to evaluate in the input oval-definitions
+ .B \-o filename
+ Specifies the pathname of the OVAL Definition file to use.  If none is
+ specified than the Interpreter will default to "definitions.xml" in the
+-Interpreter directory.
++current directory.
+ .TP
+ .B \-v filename
+ Specifies the pathname of the external variable file to use.  If none is
+ specified than the Interpreter will default to "external-variables.xml" in
+-the Interpreter directory.
++the current directory.
+ .TP
+ .B \-e definition id list
+ Specifies a list of definition ids to evaluate in the input oval-definitions
 @@ -54,7 +54,7 @@
- Specifies the pathname of the oval-definitions-schematron.xsl
- to be used for Schematron validation. If none is specified 
- then the Interpreter will default to "oval-definitions-schematron.xsl"
--in the Interpreter directory.
-+in the /usr/share/ovaldi/xml directory.
- .TP
- .B \-i filename
- Specifies the pathname of a System Characteristics file that is to be used
+ Specifies the pathname of the oval-definitions-schematron.xsl
+ to be used for Schematron validation. If none is specified 
+ then the Interpreter will default to "oval-definitions-schematron.xsl"
+-in the Interpreter directory.
++in the /usr/share/ovaldi/xml directory.
+ .TP
+ .B \-i filename
+ Specifies the pathname of a System Characteristics file that is to be used
 @@ -71,7 +71,7 @@
- Specifies the pathname of the file to which analysis results are to be
- saved.  This data is stored according to the format defined by the OVAL
- Results Schema.  If none is specified than the Interpreter will default to
--"results.xml" in the Interpreter directory.
-+"results.xml" in the current directory.
- .TP
- .B \-s
- If set do not apply the xsl to the OVAL Results xml.
+ Specifies the pathname of the file to which analysis results are to be
+ saved.  This data is stored according to the format defined by the OVAL
+ Results Schema.  If none is specified than the Interpreter will default to
+-"results.xml" in the Interpreter directory.
++"results.xml" in the current directory.
+ .TP
+ .B \-s
+ If set do not apply the xsl to the OVAL Results xml.
 @@ -79,12 +79,12 @@
- .B \-t filename
- Specifies the pathname of the xsl file which should be used to
- transform the oval results. If none is specified then the Interpreter
--will default to "results_to_html.xsl" in the Interpreter directory.
-+will default to "results_to_html.xsl" in the /usr/share/ovaldi/xml directory.
- .TP
- .B \-x filename
- Specifies the pathname of the file which xsl transform results
- are to be saved.  If none is specified then the Interpreter
--will default to "results.html" in the Interpreter directory.
-+will default to "results.html" in the current directory.
- .TP
- .B \-p
- Verbose output. Print all information and error message to the console.
+ .B \-t filename
+ Specifies the pathname of the xsl file which should be used to
+ transform the oval results. If none is specified then the Interpreter
+-will default to "results_to_html.xsl" in the Interpreter directory.
++will default to "results_to_html.xsl" in the /usr/share/ovaldi/xml directory.
+ .TP
+ .B \-x filename
+ Specifies the pathname of the file which xsl transform results
+ are to be saved.  If none is specified then the Interpreter
+-will default to "results.html" in the Interpreter directory.
++will default to "results.html" in the current directory.
+ .TP
+ .B \-p
+ Verbose output. Print all information and error message to the console.
 @@ -96,13 +96,15 @@
- available from the OVAL Web site.
- .SH EXAMPLES
- .TP
--Run the interpreter against the Linux definitions file, without verifying MD5 checksum:
-+Run the interpreter against the Debian example definition file, without verifying MD5 checksum:
- .B ovaldi
--\-o linux.definitions.xml
-+\-o /usr/share/doc/ovaldi/examples/package_example.xml
- \-m
- .SH FILES
- .TP
--/usr/share/ovaldi/*.xsd
-+/usr/share/ovaldi/xml/*.xsd
- The schema files for the OVAL language.
--.SH AUTHOR
-+.SH AUTHORS
- Man page written by Jonathan Baker (bakerj at mitre.org)
-+.br
-+Man page adapted for Debian by Pavel Vinogradov (Pavel.Vinogradov at nixdev.net)
+ available from the OVAL Web site.
+ .SH EXAMPLES
+ .TP
+-Run the interpreter against the Linux definitions file, without verifying MD5 checksum:
++Run the interpreter against the Debian example definitions file, without verifying MD5 checksum:
+ .B ovaldi
+-\-o linux.definitions.xml
++\-o /usr/share/doc/ovaldi/examples/package_example.xml
+ \-m
+ .SH FILES
+ .TP
+-/usr/share/ovaldi/*.xsd
++/usr/share/ovaldi/xml/*.xsd
+ The schema files for the OVAL language.
+-.SH AUTHOR
++.SH AUTHORS
+ Man page written by Jonathan Baker (bakerj at mitre.org)
++.br
++Man page adapted for Debian by Pavel Vinogradov (Pavel.Vinogradov at nixdev.net)




More information about the Oval-commits mailing list