diff --git a/Manual.md b/Manual.md index 1917539149c..37e9f06fbe6 100644 --- a/Manual.md +++ b/Manual.md @@ -217,16 +217,16 @@ The following functions are defined by `xbps-src` and can be used on any templat - *vinstall()* `vinstall []` - Installs `file` with the specified `mode` into `targetdir` into the pkg `$DESTDIR` -The optional 4th argument can be used to change the `file name`. + Installs `file` with the specified `mode` into `targetdir` in the pkg `$DESTDIR`. + The optional 4th argument can be used to change the `file name`. - *vcopy()* `vcopy ` - Copies recursively all files in `pattern` to `targetdir` into the pkg `$DESTDIR` + Copies recursively all files in `pattern` to `targetdir` in the pkg `$DESTDIR`. - *vmove()* `vmove ` - Moves `pattern` to the specified directory in the pkg `$DESTDIR` + Moves `pattern` to the specified directory in the pkg `$DESTDIR`. - *vmkdir()* `vmkdir []`