aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2022-09-07 23:14:12 +1000
committerAllan McRae <allan@archlinux.org>2022-09-07 23:14:12 +1000
commit53dd3e844ac10ce8800288dd46847dfe43a93257 (patch)
tree03218081f39ad3f46c0935fa15bb8e6ea9a816d1
parent656abdb256b65da13f82fb8d8e703e6fed632342 (diff)
makepkg.8: add missing fullstop
Fixes FS#75838 Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--doc/makepkg.8.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/makepkg.8.asciidoc b/doc/makepkg.8.asciidoc
index d023b038..a86c33f0 100644
--- a/doc/makepkg.8.asciidoc
+++ b/doc/makepkg.8.asciidoc
@@ -75,7 +75,7 @@ Options
For each source file in the source array of PKGBUILD, download the file
if required and generate integrity checks. The integrity checks generated
are determined by the checks present in the PKGBUILD, falling back to the
- value of the INTEGRITY_CHECK array in makepkg.conf(5) if these are absent
+ value of the INTEGRITY_CHECK array in makepkg.conf(5) if these are absent.
This output can be redirected into your PKGBUILD for source validation
using "`makepkg -g >> PKGBUILD`".