-
-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
because according to groff_man(7), text following .SH is set to .PP anyway, which makes explicit paragraphs redundant.
- Loading branch information
Showing
2 changed files
with
1 addition
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,15 +18,13 @@ aura \- package manager utility and AUR helper | |
.RI [\| targets \ \*[dots]\|] | ||
. | ||
.SH DESCRIPTION | ||
.P | ||
\fIaura\fR is a secure, multilingual package manager for Arch Linux written in | ||
Haskell. It connects to both the official Arch repositories and to the Arch User | ||
Repositories (AUR), allowing easy control of all packages on an Arch system. | ||
Aura allows \fIall\fR pacman operations and provides \fInew\fR custom ones for | ||
dealing with AUR packages. | ||
. | ||
.SH OPERATIONS | ||
.P | ||
\fB\-A\fR, \-\-aursync [package(s)] | ||
.RS 4 | ||
Perform actions involving the [A]UR. Default action installs packages from the | ||
|
@@ -72,7 +70,6 @@ aura -Ap <package> | aura -P | |
.RE | ||
. | ||
.SH AUR SYNC OPTIONS (\fI\-A\fP) | ||
.P | ||
\fB\-a\fR, \-\-delmakedeps | ||
.RS 4 | ||
Uninstalls build dependencies that are no longer required after installing the | ||
|
@@ -218,7 +215,6 @@ in the given location, instead of the default \fI/var/cache/aura/vcs/\fR. | |
.RE | ||
. | ||
.SH GLOBAL PACKAGE STATE OPTIONS (\fI\-B\fP) | ||
.P | ||
\fB\-c\fR, \-\-clean <states-to-retain> | ||
.RS 4 | ||
Saves a given number of the most recently saved package states and removes the | ||
|
@@ -238,7 +234,6 @@ Show all saved package state filenames. | |
.RE | ||
. | ||
.SH DOWNGRADE OPTIONS (\fI\-C\fP) | ||
.P | ||
\fB\-b\fR, \-\-backup <path> | ||
.RS 4 | ||
Backup the package cache to a given directory. The given directory must already | ||
|
@@ -270,7 +265,6 @@ will be output as\-is. | |
.RE | ||
. | ||
.SH LOGFILE OPTIONS (\fI\-L\fP) | ||
.P | ||
\fB\-i\fR, \-\-info <package(s)> | ||
.RS 4 | ||
Displays install / upgrade history for a given package. Under the `Recent | ||
|
@@ -286,7 +280,6 @@ actions performed on a package. | |
.RE | ||
. | ||
.SH ORPHAN PACKAGE OPTIONS (\fI\-O\fP) | ||
.P | ||
\fB\-a\fR, \-\-adopt <package(s)> | ||
.RS 4 | ||
Mark a package as being explicitly installed (i.e. it's not a dependency). | ||
|
@@ -296,8 +289,8 @@ Mark a package as being explicitly installed (i.e. it's not a dependency). | |
.RS 4 | ||
Uninstall all orphan packages. | ||
.RE | ||
. | ||
.SH ANALYSIS OPTIONS (\fI\-P\fP) | ||
.P | ||
\fB\-f\fR, \-\-file <path> | ||
.RS 4 | ||
Analyse a given PKGBUILD. | ||
|
@@ -313,7 +306,6 @@ Analyse the PKGBUILDs of all locally installed AUR packages. | |
.RE | ||
. | ||
.SH PACMAN / AURA DUAL FUNCTIONALITY OPTIONS | ||
.P | ||
\-\-noconfirm | ||
.RS 4 | ||
Never ask for any Aura or Pacman confirmation. Any time a prompt would | ||
|
@@ -345,7 +337,6 @@ that match the given glob pattern. | |
.RE | ||
. | ||
.SH EXPOSED MAKEPKG OPTIONS | ||
.P | ||
\-\-ignorearch | ||
.RS 4 | ||
Ignores processor architecture when building packages. | ||
|
@@ -369,7 +360,6 @@ Skip all PGP checks. | |
.RE | ||
. | ||
.SH LANGUAGE OPTIONS | ||
.P | ||
Aura is available in multiple languages. As options, they can be used with | ||
either their English names or their real names written in their native | ||
characters. The available languages are, in option form: | ||
|
@@ -409,7 +399,6 @@ characters. The available languages are, in option form: | |
\-\-dutch, \-\-nederlands | ||
. | ||
.SH PRO TIPS | ||
.P | ||
1. If you build a package and then choose not to install it, the built package | ||
file will still be moved to the cache. You can then install it whenever you | ||
want with \fI\-C\fR. | ||
|
@@ -420,25 +409,21 @@ want with \fI\-C\fR. | |
remove make deps, as well as show PKGBUILD diffs before building. | ||
. | ||
.SH SEE ALSO | ||
.P | ||
.BR aura.conf (5), | ||
.BR pacman (8), | ||
.BR pacman.conf (5), | ||
.BR makepkg (8). | ||
. | ||
.SH BUGS | ||
.P | ||
It is not recommended to install non-AUR packages with pacman or aura. Aura will | ||
assume they are AUR packages during a \fI\-Au\fR and attempt to upgrade them. If | ||
a name collision occurs (that is, if there is a legitimate AUR package with the | ||
same name as the one you installed) previous installations could be overwritten. | ||
. | ||
.SH AUTHOR | ||
.P | ||
Colin Woodbury <[email protected]> | ||
. | ||
.SH CONTRIBUTORS | ||
.P | ||
Chris Warrick | ||
.P | ||
Brayden Banks | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,6 @@ aura.conf \- aura package manager configuration file | |
/etc/aura.conf | ||
. | ||
.SH DESCRIPTION | ||
.P | ||
Aura can be configured at runtime by commandline flags, but for users who use | ||
the same options all the time (say, build paths or language flags) this can be | ||
verbose. \fIaura.conf\fR lets you make these common settings permanent. | ||
|
@@ -45,7 +44,6 @@ editor = vi | |
.ESAMPLE | ||
. | ||
.SH OPTIONS | ||
.P | ||
.B language | ||
.RS 4 | ||
Aura can be used in different human languages. This field must be a 2-letter | ||
|
@@ -120,9 +118,7 @@ The editor to use during \fI\-\-hotedit\fR. | |
.RE | ||
. | ||
.SH SEE ALSO | ||
.P | ||
.BR aura (8) | ||
. | ||
.SH AUTHOR | ||
.P | ||
Colin Woodbury <[email protected]> |