Manual.md: improve language

This commit is contained in:
Piraty 2017-02-01 22:52:42 +01:00 committed by Christian Neukirchen
parent a0a8de7f22
commit 317a459d63
1 changed files with 4 additions and 4 deletions

View File

@ -217,16 +217,16 @@ The following functions are defined by `xbps-src` and can be used on any templat
- *vinstall()* `vinstall <file> <mode> <targetdir> [<name>]` - *vinstall()* `vinstall <file> <mode> <targetdir> [<name>]`
Installs `file` with the specified `mode` into `targetdir` into the pkg `$DESTDIR` Installs `file` with the specified `mode` into `targetdir` in the pkg `$DESTDIR`.
The optional 4th argument can be used to change the `file name`. The optional 4th argument can be used to change the `file name`.
- *vcopy()* `vcopy <pattern> <targetdir>` - *vcopy()* `vcopy <pattern> <targetdir>`
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 <pattern>` - *vmove()* `vmove <pattern>`
Moves `pattern` to the specified directory in the pkg `$DESTDIR` Moves `pattern` to the specified directory in the pkg `$DESTDIR`.
- *vmkdir()* `vmkdir <directory> [<mode>]` - *vmkdir()* `vmkdir <directory> [<mode>]`