From c6d190b67b696709a19245431ccb465296e22458 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 15 Dec 2019 09:57:40 +0100 Subject: [PATCH] Remove trailing whitespace from files --- doc/pspp.1 | 16 ++++++++-------- doc/psppire.1 | 10 +++++----- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/pspp.1 b/doc/pspp.1 index d0ee7ffb27..4a3f4cc27c 100644 --- a/doc/pspp.1 +++ b/doc/pspp.1 @@ -5,12 +5,12 @@ .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation, either version 3 of the License, or .\" (at your option) any later version. -.\" +.\" .\" This program is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License .\" along with this program. If not, see . .\" @@ -22,14 +22,14 @@ pspp \- a system for statistical analysis .RI [ options ] " file"... .SH DESCRIPTION \fBpspp\fP performs statistical analysis on -sampled data. Detailed documentation is available in html, pdf and info format. +sampled data. Detailed documentation is available in html, pdf and info format. If the info system is installed, you can view the documentation with .IP .B info pspp -.PP -On Debian GNU/Linux systems, full documentation is available in -\fB/usr/share/doc/pspp\fP in HTML and PDF formats and in -\fB/usr/share/info\fP in info format. Documentation is +.PP +On Debian GNU/Linux systems, full documentation is available in +\fB/usr/share/doc/pspp\fP in HTML and PDF formats and in +\fB/usr/share/info\fP in info format. Documentation is also available at \fBhttp://www.gnu.org/software/pspp\fP. .SH OPTIONS .TP @@ -43,7 +43,7 @@ Create a file \fBexample.sps\fP with the following content: .PP .nf .RS -* Example sps file +* Example sps file data list / v0 to v2 1-9. begin data. 12 12 89 diff --git a/doc/psppire.1 b/doc/psppire.1 index c834a1cfd9..cf7d1160ee 100644 --- a/doc/psppire.1 +++ b/doc/psppire.1 @@ -5,12 +5,12 @@ .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation, either version 3 of the License, or .\" (at your option) any later version. -.\" +.\" .\" This program is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. -.\" +.\" .\" You should have received a copy of the GNU General Public License .\" along with this program. If not, see . .\" @@ -37,7 +37,7 @@ psppire \- graphical interface to pspp interface allows you to enter data and variable definitions interactively. Commands may be executed in syntax form, or by using the interactive dialog boxes available from the dropdown -menus. Up to date documentation is available via +menus. Up to date documentation is available via .IP .B info pspp .PP @@ -55,8 +55,8 @@ Create a file \fBexample.sps\fP with the following content: .PP .nf .RS -* Example sps file -data list +* Example sps file +data list / v0 to v2 1-9. begin data. 12 12 89 -- 2.30.2