From 74d28ed3c2a33e0ec172fcd3d24e6468dd2c555d Mon Sep 17 00:00:00 2001 From: Andrew Seier Date: Thu, 14 Jan 2016 13:14:39 -0800 Subject: [PATCH] Backslash-escape `*` character. --- website/docs/source/v2/synced-folders/nfs.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/synced-folders/nfs.html.md b/website/docs/source/v2/synced-folders/nfs.html.md index 39228c9a8..5e9e33810 100644 --- a/website/docs/source/v2/synced-folders/nfs.html.md +++ b/website/docs/source/v2/synced-folders/nfs.html.md @@ -138,7 +138,7 @@ Below, we have a couple example sudoers entries. Note that you may have to modify them _slightly_ on certain hosts because the way Vagrant modifies `/etc/exports` changes a bit from OS to OS. -For *nix users, make sure to edit your `/etc/sudoers` file with `visudo`. It protects you against syntax errors which could leave you without the ability to gain elevated privileges. +For \*nix users, make sure to edit your `/etc/sudoers` file with `visudo`. It protects you against syntax errors which could leave you without the ability to gain elevated privileges. All of the snippets below require Vagrant version 1.7.3 or higher.