Manual.md: fix missing backtick in register_shell.

This commit is contained in:
maxice8 2018-08-22 08:44:50 -03:00
parent 479703fca2
commit e4b96f571f
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,7 @@ i.e `dkms_modules="$pkgname $version zfs 4.14"`
- `register_shell` A white space separated list of shells defined by absolute path to be
registered into the system shells database. It is used by the `register-shell` trigger.
i.e `register_shell="/bin/tcsh /bin/csh"
i.e `register_shell="/bin/tcsh /bin/csh"`
<a id="explain_depends"></a>
#### About the many types of `depends` variable.