Manual.md: fix multiple typos
This commit is contained in:
parent
6932f44b90
commit
40f04c011a
1 changed files with 4 additions and 4 deletions
|
@ -464,7 +464,7 @@ the generated `binary packages` have been modified.
|
||||||
- `short_desc` A string with a brief description for this package. Max 72 chars.
|
- `short_desc` A string with a brief description for this package. Max 72 chars.
|
||||||
|
|
||||||
- `version` A string with the package version. Must not contain dashes or underscore
|
- `version` A string with the package version. Must not contain dashes or underscore
|
||||||
and at least one digit is required. Shell's variable substition usage is not allowed.
|
and at least one digit is required. Shell's variable substitution usage is not allowed.
|
||||||
|
|
||||||
Neither `pkgname` or `version` should contain special characters which make it
|
Neither `pkgname` or `version` should contain special characters which make it
|
||||||
necessary to quote them, so they shouldn't be quoted in the template.
|
necessary to quote them, so they shouldn't be quoted in the template.
|
||||||
|
@ -662,7 +662,7 @@ debugging symbols. Files can be given by full path or by filename.
|
||||||
- `noshlibprovides` If set, the ELF binaries won't be inspected to collect the provided
|
- `noshlibprovides` If set, the ELF binaries won't be inspected to collect the provided
|
||||||
sonames in shared libraries.
|
sonames in shared libraries.
|
||||||
|
|
||||||
- `noverifyrdeps` If set, the ELF binaries and shared libaries won't be inspected to collect
|
- `noverifyrdeps` If set, the ELF binaries and shared libraries won't be inspected to collect
|
||||||
their reverse dependencies. You need to specify all dependencies in the `depends` when you
|
their reverse dependencies. You need to specify all dependencies in the `depends` when you
|
||||||
need to set this.
|
need to set this.
|
||||||
|
|
||||||
|
@ -702,7 +702,7 @@ This appends to the generated file rather than replacing it.
|
||||||
- `nopie` Only needs to be set to something to make active, disables building the package with hardening
|
- `nopie` Only needs to be set to something to make active, disables building the package with hardening
|
||||||
features (PIE, relro, etc). Not necessary for most packages.
|
features (PIE, relro, etc). Not necessary for most packages.
|
||||||
|
|
||||||
- `nopie_files` White-space seperated list of ELF binaries that won't be checked
|
- `nopie_files` White-space separated list of ELF binaries that won't be checked
|
||||||
for PIE. Files must be given by full path.
|
for PIE. Files must be given by full path.
|
||||||
|
|
||||||
- `reverts` xbps supports a unique feature which allows to downgrade from broken
|
- `reverts` xbps supports a unique feature which allows to downgrade from broken
|
||||||
|
@ -788,7 +788,7 @@ A special value `noarch` used to be available, but has since been removed.
|
||||||
So far, we have listed four types of `depends` variables: `hostmakedepends`,
|
So far, we have listed four types of `depends` variables: `hostmakedepends`,
|
||||||
`makedepends`, `checkdepends` and `depends`. These different kinds of variables
|
`makedepends`, `checkdepends` and `depends`. These different kinds of variables
|
||||||
are necessary because `xbps-src` supports cross compilation and to avoid
|
are necessary because `xbps-src` supports cross compilation and to avoid
|
||||||
installing unecessary packages in the build environment.
|
installing unnecessary packages in the build environment.
|
||||||
|
|
||||||
During a build process, there are programs that must be _run_ on the host, such
|
During a build process, there are programs that must be _run_ on the host, such
|
||||||
as `yacc` or the C compiler. The packages that contain these programs should be
|
as `yacc` or the C compiler. The packages that contain these programs should be
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue