From c238bdeaebb078678f813ac203823dcf7031f20c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 29 Dec 2019 07:33:37 +0000 Subject: [PATCH] pspp-output: Correct manpage. This was a cut-and-paste error made without thinking. --- utilities/pspp-output.1 | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/utilities/pspp-output.1 b/utilities/pspp-output.1 index a9a4c3974c..ac92efcb1c 100644 --- a/utilities/pspp-output.1 +++ b/utilities/pspp-output.1 @@ -61,24 +61,10 @@ When invoked as \fBpspp\-output convert \fIsource destination\fR, to another format, writing the output to \fIdestination\fR. .PP By default, \fBpspp\-output\fR infers the intended format for -\fIdestination\fR from its extension: -. -.IP \fBcsv\fR -.IQ \fBtxt\fR -Comma-separated value. Each value is formatted according to its -variable's print format. The first line in the file contains variable -names. -. -.IP \fBsav\fR -.IQ \fBsys\fR -SPSS system file. -. -.IP \fBpor\fR -SPSS portable file. -. -.IP \fBsps\fR -SPSS syntax file. (Only encrypted syntax files may be converted to -this format.) +\fIdestination\fR from its extension. The known extensions are +generally: \fBcsv html list odt pdf ps spv svg txt\fR. Use +\fB\-\-help\fR to see an accurate list, since a given installation +might be built without support for some formats. .PP See the \fBInput Selection Options\fR section below for information on the options available to select a subset of objects to include in the -- 2.30.2