diff options
author | Max Kellermann <max@musicpd.org> | 2020-07-06 20:34:03 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-07-06 20:34:04 +0200 |
commit | 402663de749a2088bffa85eadb1a5abb0e237b2a (patch) | |
tree | e04bf53efbde1888f00b5e71860efa4624f394e1 /doc | |
parent | eaa66c7ee386013f4f99c970de55a47defacf15f (diff) |
doc/plugins.rst: more markup
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/plugins.rst b/doc/plugins.rst index 0094f2f73..cacad9fb6 100644 --- a/doc/plugins.rst +++ b/doc/plugins.rst @@ -74,7 +74,9 @@ Load music files from a SMB/CIFS server. It is used when nfs --- -Load music files from a NFS server. It is used when :code:`music_directory` contains a nfs:// URI according to RFC2224, for example :samp:`nfs://servername/path`. +Load music files from a NFS server. It is used when +:code:`music_directory` contains a ``nfs://`` URI according to +RFC2224, for example :samp:`nfs://servername/path`. This plugin uses libnfs, which supports only NFS version 3. Since :program:`MPD` is not allowed to bind to "privileged ports", the NFS |