diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-10-06 16:44:37 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-10-06 16:44:37 -0700 |
commit | 932965298c244553f303fab3bdf23941cc40bb23 (patch) | |
tree | c3a4e5817bbad89c8e6d0a5939f6f46de631dd3c /man/Xcursor.man | |
parent | f591196271e53c64e27cf41e5b6ae844a480cb3d (diff) |
Use $prefix & $ICONDIR settings from configure for default path in manpage
(Stop hardcoding /usr/X11R6 & /usr/share in the paths shown.)
Diffstat (limited to 'man/Xcursor.man')
-rw-r--r-- | man/Xcursor.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/Xcursor.man b/man/Xcursor.man index 3e7d72e..fd39be8 100644 --- a/man/Xcursor.man +++ b/man/Xcursor.man @@ -142,8 +142,8 @@ Images look like: .SS THEMES Xcursor (mostly) follows the freedesktop.org spec for theming icons. The -default search path it uses is $HOME/.icons, /usr/share/icons, -/usr/share/pixmaps, /usr/X11R6/lib/X11/icons. Within each of these +default search path it uses is $HOME/.icons, __prefix__/share/icons, +__prefix__/share/pixmaps, __ICONDIR__. Within each of these directories, it searches for a directory using the theme name. Within the theme directory, it looks for cursor files in the 'cursors' subdirectory. It uses the first cursor file found along the path. |