diff --git a/Manual.md b/Manual.md index 2a50db62cd1..ae159dc5957 100644 --- a/Manual.md +++ b/Manual.md @@ -168,7 +168,7 @@ The optional 4th argument can be used to change the `file name`. - *vbin()* `vbin []` - Installs `file` into usr/bin in the pkg `$DESTDIR` with the + Installs `file` into `usr/bin` in the pkg `$DESTDIR` with the permissions 0755. The optional 2nd argument can be used to change the `file name`. @@ -183,19 +183,19 @@ The optional 4th argument can be used to change the `file name`. - *vdoc()* `vdoc []` - Installs `file` into usr/share/doc/ in the pkg + Installs `file` into `usr/share/doc/` in the pkg `$DESTDIR`. The optional 2nd argument can be used to change the `file name`. - *vsconf()* `vsconf []` - Installs `file` into usr/share/examples/ in the pkg + Installs `file` into `usr/share/examples/` in the pkg `$DESTDIR`. The optional 2nd argument can be used to change the `file name`. - *vlicense()* `vlicense []` - Installs `file` into usr/share/licenses/ in the pkg + Installs `file` into `usr/share/licenses/` in the pkg `$DESTDIR`. The optional 2nd argument can be used to change the `file name`.