summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2012-01-20 16:56:39 -0500
committerDavid Zeuthen <davidz@redhat.com>2012-01-20 16:58:13 -0500
commit4460066746dd20415203354917da1e3568efddc8 (patch)
tree829de166e4f7f939850245f55fa40099da2fcb54
parent7b3fc203f779bf36bd901615b0806d6de78cbdf7 (diff)
downloadgvfs-4460066746dd20415203354917da1e3568efddc8.tar.gz
Add a link to the latest copy of udisks(8) man page
e.g. http://udisks.freedesktop.org/docs/latest/udisks.8.html Signed-off-by: David Zeuthen <davidz@redhat.com>
-rw-r--r--monitor/udisks2/what-is-shown.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/monitor/udisks2/what-is-shown.txt b/monitor/udisks2/what-is-shown.txt
index 4c30fce3..ef065221 100644
--- a/monitor/udisks2/what-is-shown.txt
+++ b/monitor/udisks2/what-is-shown.txt
@@ -58,9 +58,12 @@ INFLUENTIAL UDEV PROPERTIES
---------------------------
Note that it's also possible to influence what is shown (and if it's
-shown) using udev properties. While the udisks(8) man page is the
-authoritative source for the supported properties, we mention specific
-examples here
+shown) using udev properties. While the udisks(8) man page, see
+
+ http://udisks.freedesktop.org/docs/latest/udisks.8.html
+
+is the authoritative source for the supported properties, we mention
+specific examples here
# Don't automount USB Kingston DataTraveler devices
SUBSYSTEMS=="usb", ENV{ID_VENDOR}=="*Kingston*", ENV{ID_MODEL}=="*DataTraveler*", ENV{UDISKS_AUTO}="0"