Changed "wo" to "ro"

I assume the setting is "ro" meaning "read only". Probably a typo.
This commit is contained in:
Maarten van Leunen 2025-12-28 14:26:46 +00:00
commit 4944a4c750

View file

@ -285,7 +285,7 @@ Each default for every exported file system must be explicitly overridden. For e
For basic options of exports
Option Description
rw/wo::
rw/ro::
Allow both read and write requests / only read requests on a NFS volume.
sync/async::
Reply to requests only after the changes have been committed to stable storage (Default) / allow the NFS server to violate the NFS protocol and reply to requests before any changes made by that request have been committed to stable storage.