[pacman-dev] doc/makepkg.8: Added punctuations.

Message ID 20200713202541.161803-1-foxboron@archlinux.org
State Accepted, archived
Headers show
Series [pacman-dev] doc/makepkg.8: Added punctuations. | expand

Commit Message

Morten Linderud July 13, 2020, 8:25 p.m. UTC
From: Morten Linderud <morten@linderud.pw>

Signed-off-by: Morten Linderud <morten@linderud.pw>
---
 doc/makepkg.8.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Allan McRae July 14, 2020, 1:44 p.m. UTC | #1
On 14/7/20 6:25 am, foxboron@archlinux.org wrote:
> From: Morten Linderud <morten@linderud.pw>
> 
> Signed-off-by: Morten Linderud <morten@linderud.pw>
> ---
>  doc/makepkg.8.asciidoc | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/makepkg.8.asciidoc b/doc/makepkg.8.asciidoc
> index 544659fc..3b5e61b3 100644
> --- a/doc/makepkg.8.asciidoc
> +++ b/doc/makepkg.8.asciidoc
> @@ -274,7 +274,7 @@ Environment Variables
>  
>  **GPGKEY=**"keyid"::
>  	Specify a key to use when signing packages, overriding the GPGKEY setting
> -	in linkman:makepkg.conf[5]
> +	in linkman:makepkg.conf[5].
>  

OK.

>  **SOURCE_DATE_EPOCH=**"<date>"::
>  	Used for link:https://reproducible-builds.org/docs/[Reproducible Builds].
> @@ -299,7 +299,7 @@ On exit, makepkg will return one of the following error codes.
>  	Error in configuration file.
>  
>  3::
> -	User specified an invalid option
> +	User specified an invalid option.

OK.

>  
>  4::
>  	Error in user-supplied function in PKGBUILD.
>

Patch

diff --git a/doc/makepkg.8.asciidoc b/doc/makepkg.8.asciidoc
index 544659fc..3b5e61b3 100644
--- a/doc/makepkg.8.asciidoc
+++ b/doc/makepkg.8.asciidoc
@@ -274,7 +274,7 @@  Environment Variables
 
 **GPGKEY=**"keyid"::
 	Specify a key to use when signing packages, overriding the GPGKEY setting
-	in linkman:makepkg.conf[5]
+	in linkman:makepkg.conf[5].
 
 **SOURCE_DATE_EPOCH=**"<date>"::
 	Used for link:https://reproducible-builds.org/docs/[Reproducible Builds].
@@ -299,7 +299,7 @@  On exit, makepkg will return one of the following error codes.
 	Error in configuration file.
 
 3::
-	User specified an invalid option
+	User specified an invalid option.
 
 4::
 	Error in user-supplied function in PKGBUILD.