blob: 285e871acdae1fa3e2b9c2e2c8b2b533bd2b467a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
--- espgs-7.05.5/man/gs.1 2002-04-23 07:58:37.000000000 -0400
+++ espgs-7.05.5/man/gs.1.new 2003-01-18 14:22:46.000000000 -0500
@@ -257,7 +257,7 @@
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"
+"/usr/share/ghostscript/#.##:/usr/share/ghostscript/fonts"
where "#.##" represents the Ghostscript version number.
.PP
Each of these (\fBGS_LIB_DEFAULT\fR, \fBGS_LIB\fR, and \fB\-I\fR parameter)
@@ -432,16 +432,16 @@
location of Ghostscript documentation on your system, from which you can
get more details.
.TP
-.B /usr/local/share/ghostscript/#.##/*
+.B /usr/share/ghostscript/#.##/*
Startup files, utilities, and basic font definitions
.TP
-.B /usr/local/share/ghostscript/fonts/*
+.B /usr/share/ghostscript/#.##/fonts/*
More font definitions
.TP
-.B /usr/local/share/ghostscript/#.##/examples/*
+.B /usr/share/ghostscript-#.##/examples/*
Ghostscript demonstration files
.TP
-.B /usr/local/share/ghostscript/#.##/doc/*
+.B /usr/share/doc/ghostscript-#.##/html/*
Diverse document files
.SH ENVIRONMENT
.TP
|