man1, man7: fix typos
parent
ae73b4f2d4
commit
6a5770466c
|
@ -36,7 +36,7 @@ or
|
|||
.B \-\-chroot
|
||||
options are provided,
|
||||
.B aur\-build
|
||||
will also attempt to sync to local the repository with
|
||||
will also attempt to sync to the local repository with
|
||||
.B pacman \-Syu
|
||||
and
|
||||
.BR "pacman \-Fy" .
|
||||
|
@ -59,7 +59,7 @@ container with
|
|||
.BR archbuild .
|
||||
The prerequisites for this option are that the
|
||||
.BR devtools
|
||||
package is installed, and the a
|
||||
package is installed, and the
|
||||
.BR pacman (8)
|
||||
configuration for the container is placed in
|
||||
.BI /etc/aurutils/pacman-<database>.conf \fR
|
||||
|
@ -390,7 +390,7 @@ followed by
|
|||
.BR "pacman \-S \-\-noconfirm" .
|
||||
This is comparable to
|
||||
.BR "makepkg \-i" ,
|
||||
but packages are only upgraded (installed) if they were installed priorly.
|
||||
but packages are only upgraded (installed) if they were installed beforehand.
|
||||
Packages which define a
|
||||
.I replaces
|
||||
field are ignored if the target package is installed on the local system.
|
||||
|
@ -482,7 +482,7 @@ rebuild-detector
|
|||
.UE
|
||||
package can be used. To propagate rebuilt packages to clients,
|
||||
.B pkgver
|
||||
should be increased priorly, e.g. with
|
||||
should be increased beforehand, e.g. with
|
||||
.BR setconf (1).
|
||||
.
|
||||
.SS Installing dependencies with makepkg
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH AUR-CHROOT 2022-03-04 AURUTILS
|
||||
.TH AUR-CHROOT 1 2022-03-04 AURUTILS
|
||||
.SH NAME
|
||||
aur\-chroot \- build pacman packages with systemd-nspawn
|
||||
.
|
||||
|
@ -294,7 +294,7 @@ arguments used in
|
|||
.B makechrootpkg
|
||||
(as listed in
|
||||
.BR "makechrootpkg \-h" )
|
||||
can be extended but not overriden. In particular, package conflicts
|
||||
can be extended but not overridden. In particular, package conflicts
|
||||
can not solved interactively.
|
||||
.RB ( "makepkg \-\-noconfirm" )
|
||||
.PP
|
||||
|
|
|
@ -86,7 +86,7 @@ when specified.
|
|||
.IP
|
||||
.B Warning:
|
||||
If a rebase does not apply cleanly, the user is expected to fix any
|
||||
issues occuring in the git repository before continuing. A rebase may
|
||||
issues occurring in the git repository before continuing. A rebase may
|
||||
also inadvertently keep malicious commits that Trusted Users have
|
||||
removed from the git history. The
|
||||
.B \-\-rebase
|
||||
|
@ -124,7 +124,7 @@ When using
|
|||
.BR \-\-sync=merge
|
||||
or
|
||||
.BR \-\-sync=rebase ,
|
||||
uncommited changes may cause the operation to fail. The
|
||||
uncommitted changes may cause the operation to fail. The
|
||||
.B \-\-discard
|
||||
option discards these changes with
|
||||
.B git \-\-reset HEAD
|
||||
|
|
|
@ -9,7 +9,7 @@ aur\-graph \- print package/dependency directed graph
|
|||
.
|
||||
.SH DESCRIPTION
|
||||
.B aur\-graph
|
||||
prints out a partial ordering of packages (tab-seperated)
|
||||
prints out a partial ordering of packages (tab-separated)
|
||||
.RB ( pkgbase )
|
||||
from
|
||||
.B .SRCINFO
|
||||
|
|
|
@ -74,7 +74,7 @@ Do not process results. Implied by
|
|||
.
|
||||
.SH EXIT STATUS
|
||||
.B aur\-query
|
||||
returns 0 if no errors occured, 1 if no results were found
|
||||
returns 0 if no errors occurred, 1 if no results were found
|
||||
.I and
|
||||
the
|
||||
.B \-\-exit\-if\-empty
|
||||
|
|
|
@ -32,8 +32,9 @@ If
|
|||
contains only a single local repository,
|
||||
.B aur\-repo
|
||||
selects it automatically. If multiple local repositories are
|
||||
configured, they must specified explicitely with the
|
||||
.BR \-d option.
|
||||
configured, they must specified explicitly with the
|
||||
.BR \-d
|
||||
option.
|
||||
.
|
||||
.SH OPERATIONS
|
||||
.TP
|
||||
|
|
|
@ -152,7 +152,7 @@ is equivalent to
|
|||
and dependencies are installed according to the order defined in
|
||||
.BR pacman.conf (5).
|
||||
Packages specified on the command-line or available as an upgrade
|
||||
.B ( "aur\-sync \-u" ),
|
||||
.RB ( "aur\-sync \-u" ),
|
||||
are taken as targets regardless of this setting.
|
||||
.
|
||||
.SS Database options
|
||||
|
@ -210,7 +210,7 @@ Continue the build process if a package with the same name exists.
|
|||
.TP
|
||||
.BR \-n ", " \-\-noconfirm ", " \-\-no\-confirm
|
||||
Do not wait for user input when installing or removing build dependencies.
|
||||
.BR ( "aur build \-n" )
|
||||
.RB ( "aur build \-n" )
|
||||
.
|
||||
.TP
|
||||
.BR \-o ", " \-\-nobuild ", " \-\-no\-build
|
||||
|
|
|
@ -7,7 +7,7 @@ aurhosting \- host pacman repositories using git
|
|||
.
|
||||
Each revision can be viewed as a single set of packages. This provides
|
||||
a way for every commit to be an atomic operation allowing for mirrors
|
||||
to synchronise consistently. Each mirror can then make a shallow
|
||||
to synchronize consistently. Each mirror can then make a shallow
|
||||
clone of the repository while still only recovering changed packages
|
||||
reducing bandwidth while maintaining atomicity without additional
|
||||
scripting or tooling.
|
||||
|
@ -51,7 +51,7 @@ https://raw.githubusercontent.com/$user/$repo/${commit:\-master}/
|
|||
writing earnestly.files...
|
||||
|
||||
% sudo pacman \-Syu
|
||||
:: Synchronising package databases...
|
||||
:: Synchronizing package databases...
|
||||
earnestly 32.7 KiB 0.00B/s 00:00 [\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-] 100%
|
||||
|
||||
% pacman \-Sl earnestly
|
||||
|
|
Loading…
Reference in New Issue