summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/inkscape.pod.in4
-rw-r--r--man/inkview.pod.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/man/inkscape.pod.in b/man/inkscape.pod.in
index 8cdfcf8fa..cba710005 100644
--- a/man/inkscape.pod.in
+++ b/man/inkscape.pod.in
@@ -494,7 +494,7 @@ user profile.
=head1 THEMES
To load different icons sets instead of the default
-B<${CMAKE_PREFIX_PATH}/${SHARE_INSTALL}>/inkscape/icons/icons.svg file, the directory
+B<${CMAKE_INSTALL_PREFIX}/${SHARE_INSTALL}>/inkscape/icons/icons.svg file, the directory
B<$HOME>/.config/inkscape/icons/ is used. Icons are loaded by name
(e.g. I<fill_none.svg>), or if not found, then from I<icons.svg>. If
the icon is not loaded from either of those locations, it falls back to
@@ -514,7 +514,7 @@ of the program, bugs and feature requests databases, forums, and more.
=head1 SEE ALSO
-L<potrace>, L<cairo>, L<rsvg(1)>, L<batik>, L<ghostscript>, L<pstoedit>.
+L<potrace>, L<cairo>, L<rsvg>, L<batik>, L<ghostscript>, L<pstoedit>.
SVG compliance test suite:
L<http://www.w3.org/Graphics/SVG/Test/>
diff --git a/man/inkview.pod.in b/man/inkview.pod.in
index d3df4d66e..4c6f42401 100644
--- a/man/inkview.pod.in
+++ b/man/inkview.pod.in
@@ -29,7 +29,7 @@ files supplied on the command line in the given order.
You can use the command
- inkview ${SHARE_INSTALL}/share/inkscape/examples/*.svg*
+ inkview B<${CMAKE_INSTALL_PREFIX}/${SHARE_INSTALL}>/inkscape/examples/*.svg*
to browse through the examples included in the inkscape package.
@@ -44,7 +44,7 @@ There are no options yet.
=head1 SEE ALSO
-L<inkscape(1)> and the inkview related part of the inkscape wiki:
+L<inkscape> and the inkview related part of the inkscape wiki:
L<http://wiki.inkscape.org/wiki/index.php/Inkview>