Bug 764822 - gimp man page references incorrect path to system-wide gimprc
Use @gimpsysconfdir@ no just @sysconfdir@ when referring to files in the systemwide GIMP config files.
This commit is contained in:
parent
4135dba1a9
commit
c074c5493c
1 changed files with 4 additions and 4 deletions
|
|
@ -186,10 +186,10 @@ is typically /usr.
|
|||
|
||||
Most GIMP configuration is read in from the user's init file,
|
||||
@manpage_gimpdir@/gimprc. The system wide equivalent is in
|
||||
@sysconfdir@/gimprc. The system wide file is parsed first and the user
|
||||
gimprc can override the system settings. @sysconfdir@/gimprc_user is
|
||||
the default gimprc placed in users' home directories the first time
|
||||
GIMP is run.
|
||||
@gimpsysconfdir@/gimprc. The system wide file is parsed first and the
|
||||
user gimprc can override the system settings.
|
||||
@gimpsysconfdir@/gimprc_user is the default gimprc placed in users'
|
||||
home directories the first time GIMP is run.
|
||||
|
||||
@manpage_gimpdir@/devicerc - holds settings for input devices together
|
||||
with the tool, colors, brush, pattern and gradient associated to that
|
||||
|
|
|
|||
Loading…
Reference in a new issue