[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#619934: [ghostscript] Patch



tags 619934 + patch
thanks

Fixed en man page.

We may fix de man page.

This change should be carried only on the debian side. Upstream could have other need about 
advertising.

Bastien
diff --git a/man/gs.1 b/man/gs.1
index b00a9b6..bd00870 100644
--- a/man/gs.1
+++ b/man/gs.1
@@ -17,7 +17,7 @@ gs \- Ghostscript (PostScript and PDF language interpreter and previewer)
 ..
 .SH DESCRIPTION
 The \fBgs\fR (\fBgswin32c\fR, \fBgswin32\fR, \fBgsos2\fR)
-command invokes \fBGhostscript\fR, an interpreter of Adobe Systems'
+command invokes \fBGhostscript\fR, an interpreter of
 \fBPostScript\fR(tm) and \fBPortable Document Format\fR (PDF) languages.
 \fBgs\fR reads "files" in sequence and executes them as Ghostscript
 programs. After doing this, it reads further input from the standard input
diff --git a/man/pdf2dsc.1 b/man/pdf2dsc.1
index 5be412f..eeb6136 100644
--- a/man/pdf2dsc.1
+++ b/man/pdf2dsc.1
@@ -5,9 +5,9 @@ pdf2dsc \- generate a PostScript page list of a PDF document
 .SH SYNOPSIS
 \fBpdf2dsc\fR \fIinput.pdf\fR [ \fIoutput.dsc\fR ]
 .SH DESCRIPTION
-\fBpdf2dsc\fR uses \fBgs\fR(1) to read an Adobe \fBPortable Document
+\fBpdf2dsc\fR uses \fBgs\fR(1) to read an \fBPortable Document
 Format\fR (PDF) document "input.pdf" and create a \fBPostScript\fR(tm)
-document "output.dsc" that conforms to Adobe's \fBDocument Structuring
+document "output.dsc" that conforms to \fBDocument Structuring
 Conventions\fR (DSC) requirements.
 .PP
 This new document simply tells Ghostscript to read the PDF file and to
diff --git a/man/pdf2ps.1 b/man/pdf2ps.1
index 0f7470a..183c3a9 100644
--- a/man/pdf2ps.1
+++ b/man/pdf2ps.1
@@ -5,7 +5,7 @@ pdf2ps \- Ghostscript PDF to PostScript translator
 .SH SYNOPSIS
 \fBpdf2ps\fR [ \fIoptions\fR ] \fIinput.pdf [output.ps]\fR
 .SH DESCRIPTION
-\fBpdf2ps\fR uses \fBgs\fR(1) to convert the Adobe \fBPortable Document
+\fBpdf2ps\fR uses \fBgs\fR(1) to convert the \fBPortable Document
 Format\fR (PDF) file "input.pdf" to \fBPostScript\fR(tm) in "output.ps".
 Normally the output is allowed to use PostScript Level 2 (but not PostScript
 LanguageLevel 3) constructs; the \fB-dLanguageLevel=1\fR option restricts
diff --git a/man/pdfopt.1 b/man/pdfopt.1
index 8b36149..be782f6 100644
--- a/man/pdfopt.1
+++ b/man/pdfopt.1
@@ -5,10 +5,10 @@ pdfopt \- Ghostscript PDF Optimizer
 .SH SYNOPSIS
 \fBpdfopt\fR [ \fIoptions\fR ] \fIinput.pdf output.pdf\fR
 .SH DESCRIPTION
-\fBpdfopt\fR uses \fBgs\fR(1) to convert the Adobe \fBPortable Document
+\fBpdfopt\fR uses \fBgs\fR(1) to convert the \fBPortable Document
 Format\fR (PDF) file "input.pdf" to a so-called optimized form in
 "output.pdf".  Optimization puts the elements of the file into a more linear
-order and adds "hint" pointers, allowing Adobe's Acrobat(TM) products to
+order and adds "hint" pointers, allowing PDF viewers to
 display individual pages of the file more quickly when accessing the file
 through a network.
 .PP
diff --git a/man/ps2ascii.1 b/man/ps2ascii.1
index d6d65fe..16cefd5 100644
--- a/man/ps2ascii.1
+++ b/man/ps2ascii.1
@@ -8,7 +8,7 @@ ps2ascii \- Ghostscript translator from PostScript or PDF to ASCII
 \fBps2ascii\fR \fIinput.pdf\fR [ \fIoutput.txt\fR ]
 .SH DESCRIPTION
 \fBps2ascii\fR uses \fBgs\fR(1) to extract ASCII text from
-\fBPostScript\fR(tm) or Adobe \fBPortable Document Format\fR (PDF)
+\fBPostScript\fR(tm) or \fBPortable Document Format\fR (PDF)
 files. If no files are specified on the command line, \fBgs\fR reads from
 standard input; but PDF input must come from an explicitly-named file, not
 standard input.  If no output file is specified, the ASCII text is written
diff --git a/man/ps2epsi.1 b/man/ps2epsi.1
index 0af2f91..c7f7ed3 100644
--- a/man/ps2epsi.1
+++ b/man/ps2epsi.1
@@ -8,7 +8,7 @@ ps2epsi \- generate conforming Encapsulated PostScript
 \fBps2epsi\fR \fIinfile.ps\fR [ \fIoutfile.epi\fR ] \fB(DOS)\fR
 .SH DESCRIPTION
 \fBps2epsi\fR uses \fBgs\fR(1) to process a \fBPostScript\fR(tm) file and
-generate as output a new file which conforms to Adobe's \fBEncapsulated
+generate as output a new file which conforms to \fBEncapsulated
 PostScript Interchange\fR (EPSI) format.  EPSI is a special form of
 encapsulated PostScript (EPS) which adds to the beginning of the file in
 the form of PostScript comments a bitmapped version of the final displayed

Reply to: