util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Price <anprice@redhat.com>
To: util-linux@vger.kernel.org
Subject: [PATCH] uuid_copy: (man) Add missing parenthesis
Date: Fri, 15 Jul 2022 15:55:13 +0100	[thread overview]
Message-ID: <20220715145513.469044-1-anprice@redhat.com> (raw)

Signed-off-by: Andrew Price <anprice@redhat.com>
---
 libuuid/man/uuid_copy.3.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libuuid/man/uuid_copy.3.adoc b/libuuid/man/uuid_copy.3.adoc
index b600a6368..fee40d6bf 100644
--- a/libuuid/man/uuid_copy.3.adoc
+++ b/libuuid/man/uuid_copy.3.adoc
@@ -46,7 +46,7 @@ uuid_copy - copy a UUID value
 
 *#include <uuid.h>*
 
-*void uuid_copy(uuid_t __dst__, uuid_t __src__;*
+*void uuid_copy(uuid_t __dst__, uuid_t __src__);*
 
 == DESCRIPTION
 
-- 
2.36.1


             reply	other threads:[~2022-07-15 14:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-15 14:55 Andrew Price [this message]
2022-07-18 11:44 ` [PATCH] uuid_copy: (man) Add missing parenthesis Karel Zak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220715145513.469044-1-anprice@redhat.com \
    --to=anprice@redhat.com \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).