Backslash-escape `*` character.

This commit is contained in:
Andrew Seier 2016-01-14 13:14:39 -08:00
parent 809000439d
commit 74d28ed3c2
1 changed files with 1 additions and 1 deletions

View File

@ -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.