From e466ec737fbc41eda88c53d0b9b02a81e7d4d73d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= <roucaries.bastien@gmail.com>
Date: Mon, 23 Jul 2012 23:22:17 +0200
Subject: [PATCH 1/4] Remove other os stuff

---
 man/gs.1 |   22 ++++++----------------
 1 file changed, 6 insertions(+), 16 deletions(-)

diff --git a/man/gs.1 b/man/gs.1
index 39c9850..46485eb 100644
--- a/man/gs.1
+++ b/man/gs.1
@@ -3,20 +3,14 @@
 .SH NAME
 gs \- Ghostscript (PostScript and PDF language interpreter and previewer)
 .SH SYNOPSIS
-\fBgs\fR [ \fIoptions\fR ] [ \fIfiles\fR ] ... \fB(Unix, VMS)\fR
-.br
-\fBgswin32c\fR [ \fIoptions\fR ] [ \fIfiles\fR ] ... \fB(MS Windows)\fR
-.br
-\fBgswin32\fR [ \fIoptions\fR ] [ \fIfiles\fR ] ... \fB(MS Windows 3.1)\fR
-.br
-\fBgsos2\fR [ \fIoptions\fR ] [ \fIfiles\fR ] ... \fB(OS/2)\fR
+\fBgs\fR [ \fIoptions\fR ] [ \fIfiles\fR ] ...
 .de TQ
 .br
 .ns
 .TP \\$1
 ..
 .SH DESCRIPTION
-The \fBgs\fR (\fBgswin32c\fR, \fBgswin32\fR, \fBgsos2\fR)
+The \fBgs\fR
 command invokes \fBGhostscript\fR, an interpreter of Adobe Systems'
 \fBPostScript\fR(tm) and \fBPortable Document Format\fR (PDF) languages.
 \fBgs\fR reads "files" in sequence and executes them as Ghostscript
@@ -114,7 +108,7 @@ Each resulting file receives one page of output, and the files are numbered
 in sequence.  "%d" is a printf format specification; you can also use a
 variant like "%02d".
 .PP
-On Unix and MS Windows systems you can also send output to a pipe.  For example, to
+You can also send output to a pipe.  For example, to
 pipe output to the "\fBlpr\fR" command (which, on many Unix systems,
 directs it to a printer), use the option
 .PP
@@ -122,9 +116,6 @@ directs it to a printer), use the option
 	\-sOutputFile=%pipe%lpr
 .fi
 .PP
-Note that the '%' characters need to be doubled on MS Windows to avoid 
-mangling by the command interpreter.
-.PP
 You can also send output to standard output:
 .PP
 .nf
@@ -298,9 +289,8 @@ device, as described above.
 .PP
 The locations of many Ghostscript run-time files are compiled into the
 executable when it is built.  On Unix these are typically based in
-\fB/usr/local\fR, but this may be different on your system.  Under DOS they
-are typically based in \fBC:\\GS\fR, but may be elsewhere, especially if
-you install Ghostscript with \fBGSview\fR.  Run "\fBgs -h\fR" to find the
+\fB/usr/local\fR, but this may be different on your system.
+Run "\fBgs -h\fR" to find the
 location of Ghostscript documentation on your system, from which you can
 get more details. On a Debian system they are in \fB/usr\fR.
 .TP
@@ -321,7 +311,7 @@ fonts, or the file for the "run" operator, Ghostscript first tries to open
 the file with the name as given, using the current working directory if no
 directory is specified.  If this fails, and the file name doesn't specify
 an explicit directory or drive (for instance, doesn't contain "/" on Unix
-systems or "\\" on MS Windows systems), Ghostscript tries directories in this
+systems), Ghostscript tries directories in this
 order:
 .TP 4
 1.
-- 
1.7.10

