Differences between version 3 and predecessor to the previous major change of update-alternatives(8).
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Wednesday, March 23, 2005 8:31:39 am | by HarryDoherty | Revert |
Older page: | version 2 | Last edited on Thursday, September 25, 2003 3:36:25 pm | by JohnMcPherson | Revert |
@@ -442,6 +442,17 @@
link currently points to /usr/local/bin/wxgtk2u-2.4-config
/usr/bin/wxbase-2.2-config - priority 60
/usr/local/bin/wxgtk2u-2.4-config - priority 70
Current `best' version is /usr/local/bin/wxgtk2u-2.4-config.
+
+
+Example to show slave links:
+ $ update-alternatives --install /usr/bin/www-browser www-browser
+ /usr/bin/lynx 70 --slave /usr/share/man/man1/www-browser.1.gz
+ www-browser.1.gz /usr/share/man/man1/lynx.1.gz
+
+now
+ $ man www-browser
+will show lynx(1) man page.
+
----