Remove trailing whitespace from files
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 15 Dec 2019 08:57:40 +0000 (09:57 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 15 Dec 2019 08:57:40 +0000 (09:57 +0100)
doc/pspp.1
doc/psppire.1

index d0ee7ffb2772e222a614dfacd09fc4fe73e30ae6..4a3f4cc27c77613c4086ed30c50dccc267757f55 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 .\"
@@ -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
index c834a1cfd93efd6201b92f4fd0f01a164aa8e951..cf7d1160eea2478ebe8b07bd815c07496fb10609 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 .\"
@@ -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