From 0b3ea422c4937db5bf990af7caca413bbb6e1f02 Mon Sep 17 00:00:00 2001 From: Ishaan Bhimwal Date: Tue, 19 Jul 2022 01:47:28 +0530 Subject: [PATCH] Manual.md: fix multiple typos --- Manual.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Manual.md b/Manual.md index d8358565893c..0f16aeb3875c 100644 --- a/Manual.md +++ b/Manual.md @@ -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. - `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 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 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 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 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. - `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`, `makedepends`, `checkdepends` and `depends`. These different kinds of variables 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 as `yacc` or the C compiler. The packages that contain these programs should be