pspp-convert: New utility to convert among data formats.
[pspp] / doc / pspp.texinfo
index 78e2ef8e9e7f6324f572cdf78bd16010ef326671..eae4f540a64fd6700e46b0ac89c27c63d7f4d85a 100644 (file)
 
 @include version.texi
 
+@c This macro should be used for marking command names.  For the purposes of markup, 
+@c  no distinction is made between ``commands'' and ``procedures''.
 @macro cmd{CMDNAME}
-\CMDNAME\
+@code{\CMDNAME\}
+@end macro
+
+@c This macro is used for fragments of command syntax that are not in themselves command names.
+@c It does not necessarily have to be a subcommand.
+@macro subcmd{CMDNAME}
+@code{\CMDNAME\}
 @end macro
 
 @c Use this macro to refer to PSPP itself .  Not when giving a shell command line example.
 @macro pspp
-PSPP
+@sc{pspp}
 @end macro
 
 
@@ -46,7 +54,7 @@ PSPP
 This manual is for GNU PSPP version @value{VERSION},
 software for statistical analysis.
 
-Copyright @copyright{} 1997, 1998, 2004, 2005, 2009 Free Software Foundation, Inc.
+Copyright @copyright{} 1997, 1998, 2004, 2005, 2009, 2012, 2013 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -59,7 +67,7 @@ Free Documentation License".
 @end copying
 
 @titlepage
-@title PSPP Users Guide
+@title PSPP Users' Guide
 @subtitle GNU PSPP Statistical Analysis Software
 @subtitle Release @value{VERSION}
 @page
@@ -104,6 +112,7 @@ in the production of this manual.
 * Statistics::                  Basic statistical procedures.
 * Utilities::                   Other commands.
 
+* Invoking pspp-convert::       Utility for converting among file formats.
 * Not Implemented::             What's not here yet
 * Bugs::                        Known problems; submitting bug reports.
 
@@ -130,6 +139,8 @@ in the production of this manual.
 @include flow-control.texi
 @include statistics.texi
 @include utilities.texi
+
+@include pspp-convert.texi
 @include not-implemented.texi
 @include bugs.texi