Fix typos
Signed-off-by: Diego Viola <diego.viola@gmail.com>
This commit is contained in:
parent
8d14b22260
commit
50bdd3d9bc
8 changed files with 9 additions and 9 deletions
|
@ -285,7 +285,7 @@ Options
|
||||||
|
|
||||||
**PKGEXT=**"{pkgext}", **SRCEXT=**"{srcext}"::
|
**PKGEXT=**"{pkgext}", **SRCEXT=**"{srcext}"::
|
||||||
Sets the compression used when making compiled or source packages.
|
Sets the compression used when making compiled or source packages.
|
||||||
Valid suffixes are `.pkg` or `.src` (for PKGEXT and SRCEXT resepectively)
|
Valid suffixes are `.pkg` or `.src` (for PKGEXT and SRCEXT respectively)
|
||||||
followed by one of `.tar.gz`, `.tar.bz2`, `.tar.xz`, `.tar.zst`, `.tar.lzo`,
|
followed by one of `.tar.gz`, `.tar.bz2`, `.tar.xz`, `.tar.zst`, `.tar.lzo`,
|
||||||
`.tar.lrz`, `.tar.lz4`, `.tar.lz` and `.tar.Z`, or simply `.tar` to
|
`.tar.lrz`, `.tar.lz4`, `.tar.lz` and `.tar.Z`, or simply `.tar` to
|
||||||
disable compression entirely.
|
disable compression entirely.
|
||||||
|
|
|
@ -202,7 +202,7 @@ Options
|
||||||
|
|
||||||
*\--disable-sandbox*::
|
*\--disable-sandbox*::
|
||||||
Disable the default sandbox applied to the process downloading files on Linux
|
Disable the default sandbox applied to the process downloading files on Linux
|
||||||
systems. Useful if experiencing landlock related failues while downloading
|
systems. Useful if experiencing landlock related failures while downloading
|
||||||
files when running a Linux kernel that does not support this feature.
|
files when running a Linux kernel that does not support this feature.
|
||||||
|
|
||||||
Transaction Options (apply to '-S', '-R' and '-U')
|
Transaction Options (apply to '-S', '-R' and '-U')
|
||||||
|
|
|
@ -213,7 +213,7 @@ Options
|
||||||
|
|
||||||
*DisableSandbox*::
|
*DisableSandbox*::
|
||||||
Disable the default sandbox applied to the process downloading files on Linux
|
Disable the default sandbox applied to the process downloading files on Linux
|
||||||
systems. Useful if experiencing landlock related failues while downloading
|
systems. Useful if experiencing landlock related failures while downloading
|
||||||
files when running a Linux kernel that does not support this feature.
|
files when running a Linux kernel that does not support this feature.
|
||||||
|
|
||||||
Repository Sections
|
Repository Sections
|
||||||
|
|
|
@ -2184,7 +2184,7 @@ int alpm_option_set_checkspace(alpm_handle_t *handle, int checkspace);
|
||||||
/** @name Accessors for the database extension
|
/** @name Accessors for the database extension
|
||||||
*
|
*
|
||||||
* This controls the extension used for sync databases. libalpm will use this
|
* This controls the extension used for sync databases. libalpm will use this
|
||||||
* extension to both lookup remote databses and as the name used when opening
|
* extension to both lookup remote databases and as the name used when opening
|
||||||
* reading them.
|
* reading them.
|
||||||
*
|
*
|
||||||
* This is useful for file databases. Seems as files can increase the size of
|
* This is useful for file databases. Seems as files can increase the size of
|
||||||
|
|
|
@ -817,7 +817,7 @@ cleanup:
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Use to sort payloads by max size in decending order (largest -> smallest)
|
* Use to sort payloads by max size in descending order (largest -> smallest)
|
||||||
*/
|
*/
|
||||||
static int compare_dload_payload_sizes(const void *left_ptr, const void *right_ptr)
|
static int compare_dload_payload_sizes(const void *left_ptr, const void *right_ptr)
|
||||||
{
|
{
|
||||||
|
|
|
@ -347,7 +347,7 @@ int check_pkg_full(alpm_pkg_t *pkg)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Do not append root directory as alpm_option_get_dbpath is already
|
/* Do not append root directory as alpm_option_get_dbpath is already
|
||||||
* an absoute path */
|
* an absolute path */
|
||||||
filepath_len = snprintf(filepath, PATH_MAX, "%slocal/%s-%s/%s",
|
filepath_len = snprintf(filepath, PATH_MAX, "%slocal/%s-%s/%s",
|
||||||
alpm_option_get_dbpath(config->handle),
|
alpm_option_get_dbpath(config->handle),
|
||||||
pkgname, alpm_pkg_get_version(pkg), dbfile);
|
pkgname, alpm_pkg_get_version(pkg), dbfile);
|
||||||
|
|
|
@ -373,7 +373,7 @@ static int parsearg_op(int opt, int dryrun)
|
||||||
|
|
||||||
/** Helper functions for parsing command-line arguments.
|
/** Helper functions for parsing command-line arguments.
|
||||||
* @param opt Keycode returned by getopt_long
|
* @param opt Keycode returned by getopt_long
|
||||||
* @return 0 on success, 1 on unkown option, 2 on invalid argument
|
* @return 0 on success, 1 on unknown option, 2 on invalid argument
|
||||||
*/
|
*/
|
||||||
static int parsearg_global(int opt)
|
static int parsearg_global(int opt)
|
||||||
{
|
{
|
||||||
|
|
|
@ -20,7 +20,7 @@ src/pacman/upgrade.c
|
||||||
src/pacman/util.c
|
src/pacman/util.c
|
||||||
#src/pacman/util-common.c
|
#src/pacman/util-common.c
|
||||||
|
|
||||||
# utililty files
|
# utility files
|
||||||
src/pacman/pacman-conf.c
|
src/pacman/pacman-conf.c
|
||||||
src/util/testpkg.c
|
src/util/testpkg.c
|
||||||
src/util/vercmp.c
|
src/util/vercmp.c
|
Loading…
Add table
Reference in a new issue