From 020ee0b675154a9db4fad6c4e62e8cc04db0bd57 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:49:49 +0200
Subject: [PATCH 2/4] Fix path for debian

---
 man/gs.1 |   26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/man/gs.1 b/man/gs.1
index 46485eb..d924ff4 100644
--- a/man/gs.1
+++ b/man/gs.1
@@ -288,23 +288,23 @@ device, as described above.
 .SH FILES
 .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.
+executable when it is built.
 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
-.B /usr/share/gs-gpl/#.##/*/*
-Startup files, utilities, and basic font definitions
+.B /usr/share/ghostscript/[0-9]*.[0.9]*/*
+Startup files, utilities, and basic font definitions (where [0-9]*.[0.9]* is
+the ghostscript version)
 .TP
 .B /usr/share/fonts/type1/gsfonts/*
 More font definitions from the gsfonts package
 .TP
-.B /usr/share/doc/gs-gpl/examples/*
-Ghostscript demonstration files
+.B /usr/share/doc/ghostscript/examples/*
+Ghostscript demonstration files (if ghostscript-doc package is installed)
 .TP
-.B /usr/share/doc/gs-gpl/*
-Diverse document files
+.B /usr/share/doc/ghostscript/*
+Diverse document files (may need to install ghostscript-doc package)
 .SH "INITIALIZATION FILES"
 When looking for the initialization files "gs_*.ps", the files related to
 fonts, or the file for the "run" operator, Ghostscript first tries to open
@@ -324,11 +324,11 @@ if any;
 .TP
 3.
 the directories specified by the \fBGS_LIB_DEFAULT\fR macro in the
-Ghostscript makefile when the executable was built.  When \fBgs\fR is built
-on Unix, \fBGS_LIB_DEFAULT\fR is usually
-"/usr/local/share/ghostscript/#.##:/usr/local/share/ghostscript/fonts"
-where "#.##" represents the Ghostscript version number. They are
-"/usr/share/gs-gpl/#.## on a Debian system".
+Ghostscript makefile when the executable was built.
+\fBGS_LIB_DEFAULT\fR is 
+"/usr/share/ghostscript/[0-9]*.[0-9]*/lib"
+on a Debian system where 
+"[0-9]*.[0-9]*" represents the Ghostscript version number
 .PP
 Each of these (\fBGS_LIB_DEFAULT\fR, \fBGS_LIB\fR, and \fB\-I\fR parameter)
 may be either a single directory or a list of directories separated by
-- 
1.7.10

