diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:22:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:22:58 +0000 |
commit | 764402d8b945f7abbfa5f68a6d16c94c635f7ffe (patch) | |
tree | f04a9feedef2357ee3aa9b9eef439447f76f14c3 /libuuid/man/uuid_compare.3 | |
parent | Adding debian version 2.40-8. (diff) | |
download | util-linux-764402d8b945f7abbfa5f68a6d16c94c635f7ffe.tar.xz util-linux-764402d8b945f7abbfa5f68a6d16c94c635f7ffe.zip |
Merging upstream version 2.40.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'libuuid/man/uuid_compare.3')
-rw-r--r-- | libuuid/man/uuid_compare.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libuuid/man/uuid_compare.3 b/libuuid/man/uuid_compare.3 index 2d37b5e..2359225 100644 --- a/libuuid/man/uuid_compare.3 +++ b/libuuid/man/uuid_compare.3 @@ -2,12 +2,12 @@ .\" Title: uuid_compare .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.20 -.\" Date: 2024-01-31 +.\" Date: 2024-05-01 .\" Manual: Programmer's Manual -.\" Source: util-linux 2.40 +.\" Source: util-linux 2.40.1 .\" Language: English .\" -.TH "UUID_COMPARE" "3" "2024-01-31" "util\-linux 2.40" "Programmer\*(Aqs Manual" +.TH "UUID_COMPARE" "3" "2024-05-01" "util\-linux 2.40.1" "Programmer\*(Aqs Manual" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -33,7 +33,7 @@ uuid_compare \- compare whether two UUIDs are the same .sp \fB#include <uuid.h>\fP .sp -\fBint uuid_compare(uuid_t \fIuu1\fP, uuid_t \fIuu2\fP)\fP +\fBint uuid_compare(const uuid_t \fIuu1\fP, const uuid_t \fIuu2\fP)\fP .SH "DESCRIPTION" .sp The \fBuuid_compare\fP() function compares the two supplied uuid variables \fIuu1\fP and \fIuu2\fP to each other. |