Skip to content

Commit

Permalink
man: remove .P after .SH
Browse files Browse the repository at this point in the history
because according to groff_man(7), text following .SH is set to .PP
anyway, which makes explicit paragraphs redundant.
  • Loading branch information
ratijas committed Dec 4, 2020
1 parent 0d22323 commit 9b1e9b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
17 changes: 1 addition & 16 deletions aura/doc/aura.8
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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).
Expand All @@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -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.
Expand All @@ -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:
Expand Down Expand Up @@ -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.
Expand All @@ -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
Expand Down
4 changes: 0 additions & 4 deletions aura/doc/aura.conf.5
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -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]>

0 comments on commit 9b1e9b3

Please sign in to comment.