makepkg.8: add missing fullstop

Message ID 20220907131447.856297-1-allan@archlinux.org
State Accepted, archived
Headers show
Series makepkg.8: add missing fullstop | expand

Commit Message

Allan McRae Sept. 7, 2022, 1:14 p.m. UTC
Fixes FS#75838

Signed-off-by: Allan McRae <allan@archlinux.org>
---
 doc/makepkg.8.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

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`".