diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:22:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:22:57 +0000 |
commit | ce95875445c67808caa5d4fb0e6f80dbdaef0cb7 (patch) | |
tree | 6da8cbc66ef15086c9d295e4abe733b24818551e /libuuid/man/uuid_is_null.3 | |
parent | Adding upstream version 2.40. (diff) | |
download | util-linux-upstream/2.40.1.tar.xz util-linux-upstream/2.40.1.zip |
Adding upstream version 2.40.1.upstream/2.40.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'libuuid/man/uuid_is_null.3')
-rw-r--r-- | libuuid/man/uuid_is_null.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libuuid/man/uuid_is_null.3 b/libuuid/man/uuid_is_null.3 index dc61071..00b5473 100644 --- a/libuuid/man/uuid_is_null.3 +++ b/libuuid/man/uuid_is_null.3 @@ -2,12 +2,12 @@ .\" Title: uuid_is_null .\" 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_IS_NULL" "3" "2024-01-31" "util\-linux 2.40" "Programmer\*(Aqs Manual" +.TH "UUID_IS_NULL" "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_is_null \- compare the value of the UUID to the NULL value .sp \fB#include <uuid.h>\fP .sp -\fBint uuid_is_null(uuid_t \fIuu\fP);\fP +\fBint uuid_is_null(const uuid_t \fIuu\fP);\fP .SH "DESCRIPTION" .sp The \fBuuid_is_null\fP() function compares the value of the supplied UUID variable \fIuu\fP to the NULL value. If the value is equal to the NULL UUID, 1 is returned, otherwise 0 is returned. |