From 0440779d8f104baef9001c9da3a37e412f68733c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 9 Jul 2015 09:51:46 -0600 Subject: [PATCH] website: clarify NFS mount options [GH-4858] --- website/docs/source/v2/synced-folders/nfs.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/source/v2/synced-folders/nfs.html.md b/website/docs/source/v2/synced-folders/nfs.html.md index 3468edd0d..0e9d87e50 100644 --- a/website/docs/source/v2/synced-folders/nfs.html.md +++ b/website/docs/source/v2/synced-folders/nfs.html.md @@ -68,8 +68,8 @@ the final part of the `config.vm.synced_folder` definition, along with the ## Specifying NFS Arguments In addition to the options specified above, it is possible for Vagrant to -specify additional NFS arguments when mounting the NFS share by using the -`mount_options` key. For example, to append the `actimeo=2` client mount option: +specify alternate NFS arguments when mounting the NFS share by using the +`mount_options` key. For example, to use the `actimeo=2` client mount option: ``` config.vm.synced_folder ".", "/vagrant",