Hey, just a quick "typo" report in the pacman manpage: In the category DATABASE OPTIONS there is no space between --asexplicit and <package>.
Thanks!
Add a space between the option and its argument. Also, do not enclose the argument in asterisk characters.
Fixes a typo introduced in aa4c61f (Document database checking options, 2014-12-28).
Reported-by: Luca Weiss luca.emanuel.weiss@gmail.com Signed-off-by: Lukas Fleischer lfleischer@archlinux.org --- doc/pacman.8.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 231e0bc..2bafa41 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -450,7 +450,7 @@ Database Options (apply to '-D')[[QO]] Mark a package as non-explicitly installed; in other words, set their install reason to be installed as a dependency.
-*--asexplicit<package>*:: +*--asexplicit* <package>:: Mark a package as explicitly installed; in other words, set their install reason to be explicitly installed. This is useful it you want to keep a package installed even when it was initially installed as a dependency
On 20/08/16 21:46, Lukas Fleischer wrote:
Add a space between the option and its argument. Also, do not enclose the argument in asterisk characters.
Fixes a typo introduced in aa4c61f (Document database checking options, 2014-12-28).
Thanks, A
pacman-dev@lists.archlinux.org