diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:33 +0000 |
commit | 2c3307fb903f427be3d021c5780b75cac9af2ce8 (patch) | |
tree | 65cf431f40b7481d81ae2dfce9576342686448f7 /upstream/opensuse-leap-15-6/man3 | |
parent | Releasing progress-linux version 4.22.0-1~progress7.99u1. (diff) | |
download | manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.tar.xz manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-leap-15-6/man3')
-rw-r--r-- | upstream/opensuse-leap-15-6/man3/libblkid.3 | 74 | ||||
-rw-r--r-- | upstream/opensuse-leap-15-6/man3/uuid.3 | 64 | ||||
-rw-r--r-- | upstream/opensuse-leap-15-6/man3/uuid_clear.3 | 59 | ||||
-rw-r--r-- | upstream/opensuse-leap-15-6/man3/uuid_compare.3 | 58 | ||||
-rw-r--r-- | upstream/opensuse-leap-15-6/man3/uuid_copy.3 | 62 | ||||
-rw-r--r-- | upstream/opensuse-leap-15-6/man3/uuid_generate.3 | 90 | ||||
-rw-r--r-- | upstream/opensuse-leap-15-6/man3/uuid_is_null.3 | 60 | ||||
-rw-r--r-- | upstream/opensuse-leap-15-6/man3/uuid_parse.3 | 71 | ||||
-rw-r--r-- | upstream/opensuse-leap-15-6/man3/uuid_time.3 | 63 | ||||
-rw-r--r-- | upstream/opensuse-leap-15-6/man3/uuid_unparse.3 | 69 |
10 files changed, 0 insertions, 670 deletions
diff --git a/upstream/opensuse-leap-15-6/man3/libblkid.3 b/upstream/opensuse-leap-15-6/man3/libblkid.3 deleted file mode 100644 index 9d81fed5..00000000 --- a/upstream/opensuse-leap-15-6/man3/libblkid.3 +++ /dev/null @@ -1,74 +0,0 @@ -'\" t -.\" Title: libblkid -.\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.15 -.\" Date: 2022-01-06 -.\" Manual: Programmer's Manual -.\" Source: util-linux 2.37.4 -.\" Language: English -.\" -.TH "LIBBLKID" "3" "2022-01-06" "util\-linux 2.37.4" "Programmer\(aqs Manual" -.ie \n(.g .ds Aq \(aq -.el .ds Aq ' -.ss \n[.ss] 0 -.nh -.ad l -.de URL -\fI\\$2\fP <\\$1>\\$3 -.. -.als MTO URL -.if \n[.g] \{\ -. mso www.tmac -. am URL -. ad l -. . -. am MTO -. ad l -. . -. LINKSTYLE blue R < > -.\} -.SH "NAME" -libblkid \- block device identification library -.SH "SYNOPSIS" -.sp -\fB#include <blkid.h>\fP -.sp -\fBcc\fP \fIfile.c\fP \fB\-lblkid\fP -.SH "DESCRIPTION" -.sp -The \fBlibblkid\fP library is used to identify block devices (disks) as to their content (e.g., filesystem type) as well as extracting additional information such as filesystem labels/volume names, unique identifiers/serial numbers. A common use is to allow use of \fBLABEL=\fP and \fBUUID=\fP tags instead of hard\-coding specific block device names into configuration files. -.sp -The low\-level part of the library also allows the extraction of information about partitions and block device topology. -.sp -The high\-level part of the library keeps information about block devices in a cache file and is verified to still be valid before being returned to the user (if the user has read permission on the raw block device, otherwise not). The cache file also allows unprivileged users (normally anyone other than root, or those not in the "disk" group) to locate devices by label/id. The standard location of the cache file can be overridden by the environment variable \fBBLKID_FILE\fP. -.sp -In situations where one is getting information about a single known device, it does not impact performance whether the cache is used or not (unless you are not able to read the block device directly). -.sp -The high\-level part of the library supports two methods to evaluate \fBLABEL/UUID\fP. It reads information directly from a block device or read information from /dev/disk/by\-* udev symlinks. The udev is preferred method by default. -.sp -If you are dealing with multiple devices, use of the cache is highly recommended (even if empty) as devices will be scanned at most one time and the on\-disk cache will be updated if possible. -.sp -In some cases (modular kernels), block devices are not even visible until after they are accessed the first time, so it is critical that there is some way to locate these devices without enumerating only visible devices, so the use of the cache file is \fBrequired\fP in this situation. -.SH "CONFIGURATION FILE" -.sp -The standard location of the \fI/etc/blkid.conf\fP config file can be overridden by the environment variable \fBBLKID_CONF\fP. For more details about the config file see \fBblkid\fP(8) man page. -.SH "AUTHORS" -.sp -\fBlibblkid\fP was written by Andreas Dilger for the ext2 filesystem utilities, with input from Ted Ts\(cqo. The library was subsequently heavily modified by Ted Ts\(cqo. -.sp -The low\-level probing code was rewritten by Karel Zak. -.SH "COPYING" -.sp -\fBlibblkid\fP is available under the terms of the GNU Library General Public License (LGPL), version 2 (or at your discretion any later version). -.SH "SEE ALSO" -.sp -\fBblkid\fP(8), -\fBfindfs\fP(8) -.SH "REPORTING BUGS" -.sp -For bug reports, use the issue tracker at \c -.URL "https://github.com/karelzak/util\-linux/issues" "" "." -.SH "AVAILABILITY" -.sp -The \fBlibblkid\fP library is part of the util\-linux package since version 2.15. It can be downloaded from \c -.URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "."
\ No newline at end of file diff --git a/upstream/opensuse-leap-15-6/man3/uuid.3 b/upstream/opensuse-leap-15-6/man3/uuid.3 deleted file mode 100644 index 31221bb8..00000000 --- a/upstream/opensuse-leap-15-6/man3/uuid.3 +++ /dev/null @@ -1,64 +0,0 @@ -'\" t -.\" Title: uuid -.\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.15 -.\" Date: 2022-01-06 -.\" Manual: Programmer's Manual -.\" Source: util-linux 2.37.4 -.\" Language: English -.\" -.TH "UUID" "3" "2022-01-06" "util\-linux 2.37.4" "Programmer\(aqs Manual" -.ie \n(.g .ds Aq \(aq -.el .ds Aq ' -.ss \n[.ss] 0 -.nh -.ad l -.de URL -\fI\\$2\fP <\\$1>\\$3 -.. -.als MTO URL -.if \n[.g] \{\ -. mso www.tmac -. am URL -. ad l -. . -. am MTO -. ad l -. . -. LINKSTYLE blue R < > -.\} -.SH "NAME" -uuid \- DCE compatible Universally Unique Identifier library -.SH "SYNOPSIS" -.sp -\fB#include <uuid.h>\fP -.SH "DESCRIPTION" -.sp -The UUID library is used to generate unique identifiers for objects that may be accessible beyond the local system. This library generates UUIDs compatible with those created by the Open Software Foundation (OSF) Distributed Computing Environment (DCE) utility \fBuuidgen\fP(1). -.sp -The UUIDs generated by this library can be reasonably expected to be unique within a system, and unique across all systems. They could be used, for instance, to generate unique HTTP cookies across multiple web servers without communication between the servers, and without fear of a name clash. -.SH "CONFORMING TO" -.sp -This library generates UUIDs compatible with OSF DCE 1.1, and hash based UUIDs V3 and V5 compatible with \c -.URL "https://tools.ietf.org/html/rfc4122" "RFC\-4122" "." -.SH "AUTHORS" -.sp -Theodore Y. Ts\(cqo -.SH "SEE ALSO" -.sp -\fBuuid_clear\fP(3), -\fBuuid_compare\fP(3), -\fBuuid_copy\fP(3), -\fBuuid_generate\fP(3), -\fBuuid_is_null\fP(3), -\fBuuid_parse\fP(3), -\fBuuid_time\fP(3), -\fBuuid_unparse\fP(3) -.SH "REPORTING BUGS" -.sp -For bug reports, use the issue tracker at \c -.URL "https://github.com/karelzak/util\-linux/issues" "" "." -.SH "AVAILABILITY" -.sp -The \fBlibuuid\fP library is part of the util\-linux package since version 2.15.1. It can be downloaded from \c -.URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "."
\ No newline at end of file diff --git a/upstream/opensuse-leap-15-6/man3/uuid_clear.3 b/upstream/opensuse-leap-15-6/man3/uuid_clear.3 deleted file mode 100644 index 10bc2aa7..00000000 --- a/upstream/opensuse-leap-15-6/man3/uuid_clear.3 +++ /dev/null @@ -1,59 +0,0 @@ -'\" t -.\" Title: uuid_clear -.\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.15 -.\" Date: 2022-01-06 -.\" Manual: Programmer's Manual -.\" Source: util-linux 2.37.4 -.\" Language: English -.\" -.TH "UUID_CLEAR" "3" "2022-01-06" "util\-linux 2.37.4" "Programmer\(aqs Manual" -.ie \n(.g .ds Aq \(aq -.el .ds Aq ' -.ss \n[.ss] 0 -.nh -.ad l -.de URL -\fI\\$2\fP <\\$1>\\$3 -.. -.als MTO URL -.if \n[.g] \{\ -. mso www.tmac -. am URL -. ad l -. . -. am MTO -. ad l -. . -. LINKSTYLE blue R < > -.\} -.SH "NAME" -uuid_clear \- reset value of UUID variable to the NULL value -.SH "SYNOPSIS" -.sp -\fB#include <uuid.h>\fP -.sp -\fBvoid uuid_clear(uuid_t \fIuu\fP);\fP -.SH "DESCRIPTION" -.sp -The \fBuuid_clear\fP() function sets the value of the supplied uuid variable \fIuu\fP to the NULL value. -.SH "AUTHORS" -.sp -Theodore Y. Ts\(cqo -.SH "SEE ALSO" -.sp -\fBuuid\fP(3), -\fBuuid_compare\fP(3), -\fBuuid_copy\fP(3), -\fBuuid_generate\fP(3), -\fBuuid_is_null\fP(3), -\fBuuid_parse\fP(3), -\fBuuid_unparse\fP(3) -.SH "REPORTING BUGS" -.sp -For bug reports, use the issue tracker at \c -.URL "https://github.com/karelzak/util\-linux/issues" "" "." -.SH "AVAILABILITY" -.sp -The \fBlibuuid\fP library is part of the util\-linux package since version 2.15.1. It can be downloaded from \c -.URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "."
\ No newline at end of file diff --git a/upstream/opensuse-leap-15-6/man3/uuid_compare.3 b/upstream/opensuse-leap-15-6/man3/uuid_compare.3 deleted file mode 100644 index f251661d..00000000 --- a/upstream/opensuse-leap-15-6/man3/uuid_compare.3 +++ /dev/null @@ -1,58 +0,0 @@ -'\" t -.\" Title: uuid_compare -.\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.15 -.\" Date: 2022-01-06 -.\" Manual: Programmer's Manual -.\" Source: util-linux 2.37.4 -.\" Language: English -.\" -.TH "UUID_COMPARE" "3" "2022-01-06" "util\-linux 2.37.4" "Programmer\(aqs Manual" -.ie \n(.g .ds Aq \(aq -.el .ds Aq ' -.ss \n[.ss] 0 -.nh -.ad l -.de URL -\fI\\$2\fP <\\$1>\\$3 -.. -.als MTO URL -.if \n[.g] \{\ -. mso www.tmac -. am URL -. ad l -. . -. am MTO -. ad l -. . -. LINKSTYLE blue R < > -.\} -.SH "NAME" -uuid_compare \- compare whether two UUIDs are the same -.SH "SYNOPSIS" -.sp -\fB#include <uuid.h>\fP -.sp -\fBint uuid_compare(uuid_t \fIuu1\fP, 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. -.SH "RETURN VALUE" -.sp -Returns an integer less than, equal to, or greater than zero if \fIuu1\fP is found, respectively, to be lexicographically less than, equal, or greater than \fIuu2\fP. -.SH "AUTHORS" -.sp -Theodore Y. Ts\(cqo -.SH "SEE ALSO" -.sp -\fBuuid\fP(3), -\fBuuid_clear\fP(3), -\fBuuid_copy\fP(3), -\fBuuid_generate\fP(3), -\fBuuid_is_null\fP(3), -\fBuuid_parse\fP(3), -\fBuuid_unparse\fP(3) -.SH "AVAILABILITY" -.sp -The \fBlibuuid\fP library is part of the util\-linux package since version 2.15.1. It can be downloaded from \c -.URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "."
\ No newline at end of file diff --git a/upstream/opensuse-leap-15-6/man3/uuid_copy.3 b/upstream/opensuse-leap-15-6/man3/uuid_copy.3 deleted file mode 100644 index 650bd5ae..00000000 --- a/upstream/opensuse-leap-15-6/man3/uuid_copy.3 +++ /dev/null @@ -1,62 +0,0 @@ -'\" t -.\" Title: uuid_copy -.\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.15 -.\" Date: 2022-01-06 -.\" Manual: Programmer's Manual -.\" Source: util-linux 2.37.4 -.\" Language: English -.\" -.TH "UUID_COPY" "3" "2022-01-06" "util\-linux 2.37.4" "Programmer\(aqs Manual" -.ie \n(.g .ds Aq \(aq -.el .ds Aq ' -.ss \n[.ss] 0 -.nh -.ad l -.de URL -\fI\\$2\fP <\\$1>\\$3 -.. -.als MTO URL -.if \n[.g] \{\ -. mso www.tmac -. am URL -. ad l -. . -. am MTO -. ad l -. . -. LINKSTYLE blue R < > -.\} -.SH "NAME" -uuid_copy \- copy a UUID value -.SH "SYNOPSIS" -.sp -\fB#include <uuid.h>\fP -.sp -\fBvoid uuid_copy(uuid_t \fIdst\fP, uuid_t \fIsrc\fP;\fP -.SH "DESCRIPTION" -.sp -The \fBuuid_copy\fP() function copies the UUID variable \fIsrc\fP to \fIdst\fP. -.SH "RETURN VALUE" -.sp -The copied UUID is returned in the location pointed to by \fIdst\fP. -.SH "AUTHORS" -.sp -Theodore Y. Ts\(cqo -.SH "SEE ALSO" -.sp -\fBuuid\fP(3), -\fBuuid_clear\fP(3), -\fBuuid_compare\fP(3), -\fBuuid_generate\fP(3), -\fBuuid_is_null\fP(3), -\fBuuid_parse\fP(3), -\fBuuid_unparse\fP(3) -.SH "REPORTING BUGS" -.sp -For bug reports, use the issue tracker at \c -.URL "https://github.com/karelzak/util\-linux/issues" "" "." -.SH "AVAILABILITY" -.sp -The \fBlibuuid\fP library is part of the util\-linux package since version 2.15.1. It can be downloaded from \c -.URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "."
\ No newline at end of file diff --git a/upstream/opensuse-leap-15-6/man3/uuid_generate.3 b/upstream/opensuse-leap-15-6/man3/uuid_generate.3 deleted file mode 100644 index 0552da4a..00000000 --- a/upstream/opensuse-leap-15-6/man3/uuid_generate.3 +++ /dev/null @@ -1,90 +0,0 @@ -'\" t -.\" Title: uuid_generate -.\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.15 -.\" Date: 2022-02-14 -.\" Manual: Programmer's Manual -.\" Source: util-linux 2.37.4 -.\" Language: English -.\" -.TH "UUID_GENERATE" "3" "2022-02-14" "util\-linux 2.37.4" "Programmer\(aqs Manual" -.ie \n(.g .ds Aq \(aq -.el .ds Aq ' -.ss \n[.ss] 0 -.nh -.ad l -.de URL -\fI\\$2\fP <\\$1>\\$3 -.. -.als MTO URL -.if \n[.g] \{\ -. mso www.tmac -. am URL -. ad l -. . -. am MTO -. ad l -. . -. LINKSTYLE blue R < > -.\} -.SH "NAME" -uuid_generate, uuid_generate_random, uuid_generate_time, uuid_generate_time_safe \- create a new unique UUID value -.SH "SYNOPSIS" -.sp -\fB#include <uuid.h>\fP -.sp -\fBvoid uuid_generate(uuid_t \fIout\fP);\fP -.br -\fBvoid uuid_generate_random(uuid_t \fIout\fP);\fP -.br -\fBvoid uuid_generate_time(uuid_t \fIout\fP);\fP -.br -\fBint uuid_generate_time_safe(uuid_t \fIout\fP);\fP -.br -\fBvoid uuid_generate_md5(uuid_t \fIout\fP, const uuid_t \fIns\fP, const char \fI*name\fP, size_t \fIlen\fP);\fP -.br -\fBvoid uuid_generate_sha1(uuid_t \fIout\fP, const uuid_t \fIns\fP, const char \fI*name\fP, size_t \fIlen\fP);\fP -.SH "DESCRIPTION" -.sp -The \fBuuid_generate\fP() function creates a new universally unique identifier (UUID). The uuid will be generated based on high\-quality randomness from \fBgetrandom\fP(2), \fI/dev/urandom\fP, or \fI/dev/random\fP if available. If it is not available, then \fBuuid_generate\fP() will use an alternative algorithm which uses the current time, the local ethernet MAC address (if available), and random data generated using a pseudo\-random generator. -.sp -The \fBuuid_generate_random\fP() function forces the use of the all\-random UUID format, even if a high\-quality random number generator is not available, in which case a pseudo\-random generator will be substituted. Note that the use of a pseudo\-random generator may compromise the uniqueness of UUIDs generated in this fashion. -.sp -The \fBuuid_generate_time\fP() function forces the use of the alternative algorithm which uses the current time and the local ethernet MAC address (if available). This algorithm used to be the default one used to generate UUIDs, but because of the use of the ethernet MAC address, it can leak information about when and where the UUID was generated. This can cause privacy problems in some applications, so the \fBuuid_generate\fP() function only uses this algorithm if a high\-quality source of randomness is not available. To guarantee uniqueness of UUIDs generated by concurrently running processes, the uuid library uses a global clock state counter (if the process has permissions to gain exclusive access to this file) and/or the \fBuuidd\fP daemon, if it is running already or can be spawned by the process (if installed and the process has enough permissions to run it). If neither of these two synchronization mechanisms can be used, it is theoretically possible that two concurrently running processes obtain the same UUID(s). To tell whether the UUID has been generated in a safe manner, use \fBuuid_generate_time_safe\fP. -.sp -The \fBuuid_generate_time_safe\fP() function is similar to \fBuuid_generate_time\fP(), except that it returns a value which denotes whether any of the synchronization mechanisms (see above) has been used. -.sp -The UUID is 16 bytes (128 bits) long, which gives approximately 3.4x10^38 unique values (there are approximately 10^80 elementary particles in the universe according to Carl Sagan\(cqs \fICosmos\fP). The new UUID can reasonably be considered unique among all UUIDs created on the local system, and among UUIDs created on other systems in the past and in the future. -.sp -The \fBuuid_generate_md5\fP() and \fBuuid_generate_sha1\fP() functions generate an MD5 and SHA1 hashed (predictable) UUID based on a well\-known UUID providing the namespace and an arbitrary binary string. The UUIDs conform to V3 and V5 UUIDs per \c -.URL "https://tools.ietf.org/html/rfc4122" "RFC\-4122" "." -.SH "RETURN VALUE" -.sp -The newly created UUID is returned in the memory location pointed to by \fIout\fP. \fBuuid_generate_time_safe\fP() returns zero if the UUID has been generated in a safe manner, \-1 otherwise. -.SH "CONFORMING TO" -.sp -This library generates UUIDs compatible with OSF DCE 1.1, and hash based UUIDs V3 and V5 compatible with \c -.URL "https://tools.ietf.org/html/rfc4122" "RFC\-4122" "." -.SH "AUTHORS" -.sp -Theodore Y. Ts\(cqo -.SH "SEE ALSO" -.sp -\fBuuidgen\fP(1), -\fBuuid\fP(3), -\fBuuid_clear\fP(3), -\fBuuid_compare\fP(3), -\fBuuid_copy\fP(3), -\fBuuid_is_null\fP(3), -\fBuuid_parse\fP(3), -\fBuuid_time\fP(3), -\fBuuid_unparse\fP(3), -\fBuuidd\fP(8) -.SH "REPORTING BUGS" -.sp -For bug reports, use the issue tracker at \c -.URL "https://github.com/karelzak/util\-linux/issues" "" "." -.SH "AVAILABILITY" -.sp -The \fBlibuuid\fP library is part of the util\-linux package since version 2.15.1. It can be downloaded from \c -.URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "."
\ No newline at end of file diff --git a/upstream/opensuse-leap-15-6/man3/uuid_is_null.3 b/upstream/opensuse-leap-15-6/man3/uuid_is_null.3 deleted file mode 100644 index 68606166..00000000 --- a/upstream/opensuse-leap-15-6/man3/uuid_is_null.3 +++ /dev/null @@ -1,60 +0,0 @@ -'\" t -.\" Title: uuid_is_null -.\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.15 -.\" Date: 2022-01-06 -.\" Manual: Programmer's Manual -.\" Source: util-linux 2.37.4 -.\" Language: English -.\" -.TH "UUID_IS_NULL" "3" "2022-01-06" "util\-linux 2.37.4" "Programmer\(aqs Manual" -.ie \n(.g .ds Aq \(aq -.el .ds Aq ' -.ss \n[.ss] 0 -.nh -.ad l -.de URL -\fI\\$2\fP <\\$1>\\$3 -.. -.als MTO URL -.if \n[.g] \{\ -. mso www.tmac -. am URL -. ad l -. . -. am MTO -. ad l -. . -. LINKSTYLE blue R < > -.\} -.SH "NAME" -uuid_is_null \- compare the value of the UUID to the NULL value -.SH "SYNOPSIS" -.sp -\fB#include <uuid.h>\fP -.sp -\fBint uuid_is_null(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. -.SH "AUTHORS" -.sp -Theodore Y. Ts\(cqo -.SH "SEE ALSO" -.sp -\fBuuid\fP(3), -\fBuuid_clear\fP(3), -\fBuuid_compare\fP(3), -\fBuuid_copy\fP(3), -\fBuuid_generate\fP(3), -\fBuuid_time\fP(3), -\fBuuid_parse\fP(3), -\fBuuid_unparse\fP(3) -.SH "REPORTING BUGS" -.sp -For bug reports, use the issue tracker at \c -.URL "https://github.com/karelzak/util\-linux/issues" "" "." -.SH "AVAILABILITY" -.sp -The \fBlibuuid\fP library is part of the util\-linux package since version 2.15.1. It can be downloaded from \c -.URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "."
\ No newline at end of file diff --git a/upstream/opensuse-leap-15-6/man3/uuid_parse.3 b/upstream/opensuse-leap-15-6/man3/uuid_parse.3 deleted file mode 100644 index 5d0a8581..00000000 --- a/upstream/opensuse-leap-15-6/man3/uuid_parse.3 +++ /dev/null @@ -1,71 +0,0 @@ -'\" t -.\" Title: uuid_parse -.\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.15 -.\" Date: 2022-01-06 -.\" Manual: Programmer's Manual -.\" Source: util-linux 2.37.4 -.\" Language: English -.\" -.TH "UUID_PARSE" "3" "2022-01-06" "util\-linux 2.37.4" "Programmer\(aqs Manual" -.ie \n(.g .ds Aq \(aq -.el .ds Aq ' -.ss \n[.ss] 0 -.nh -.ad l -.de URL -\fI\\$2\fP <\\$1>\\$3 -.. -.als MTO URL -.if \n[.g] \{\ -. mso www.tmac -. am URL -. ad l -. . -. am MTO -. ad l -. . -. LINKSTYLE blue R < > -.\} -.SH "NAME" -uuid_parse \- convert an input UUID string into binary representation -.SH "SYNOPSIS" -.sp -\fB#include <uuid.h>\fP -.sp -\fBint uuid_parse(char *\fIin\fP, uuid_t \fIuu\fP);\fP -.br -\fBint uuid_parse_range(char *\fIin_start\fP, char *\fIin_end\fP, uuid_t \fIuu\fP);\fP -.SH "DESCRIPTION" -.sp -The \fBuuid_parse\fP() function converts the UUID string given by \fIin\fP into the binary representation. The input UUID is a string of the form 1b4e28ba\-2fa1\-11d2\-883f\-b9a761bde3fb (in \fBprintf\fP(3) format "%08x\-%04x\-%04x\-%04x\-%012x", 36 bytes plus the trailing \(aq\(rs0\(aq). -.sp -The \fBuuid_parse_range\fP() function works like \fBuuid_parse\fP() but parses only range in string specified by \fIin_start\fP and \fIin_end\fP pointers. -.SH "RETURN VALUE" -.sp -Upon successfully parsing the input string, 0 is returned, and the UUID is stored in the location pointed to by \fIuu\fP, otherwise \-1 is returned. -.SH "CONFORMING TO" -.sp -This library parses UUIDs compatible with OSF DCE 1.1, and hash based UUIDs V3 and V5 compatible with \c -.URL "https://tools.ietf.org/html/rfc4122" "RFC\-4122" "." -.SH "AUTHORS" -.sp -Theodore Y. Ts\(cqo -.SH "SEE ALSO" -.sp -\fBuuid\fP(3), -\fBuuid_clear\fP(3), -\fBuuid_compare\fP(3), -\fBuuid_copy\fP(3), -\fBuuid_generate\fP(3), -\fBuuid_is_null\fP(3), -\fBuuid_time\fP(3), -\fBuuid_unparse\fP(3) -.SH "REPORTING BUGS" -.sp -For bug reports, use the issue tracker at \c -.URL "https://github.com/karelzak/util\-linux/issues" "" "." -.SH "AVAILABILITY" -.sp -The \fBlibuuid\fP library is part of the util\-linux package since version 2.15.1. It can be downloaded from \c -.URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "."
\ No newline at end of file diff --git a/upstream/opensuse-leap-15-6/man3/uuid_time.3 b/upstream/opensuse-leap-15-6/man3/uuid_time.3 deleted file mode 100644 index 07d823e5..00000000 --- a/upstream/opensuse-leap-15-6/man3/uuid_time.3 +++ /dev/null @@ -1,63 +0,0 @@ -'\" t -.\" Title: uuid_time -.\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.15 -.\" Date: 2022-01-06 -.\" Manual: Programmer's Manual -.\" Source: util-linux 2.37.4 -.\" Language: English -.\" -.TH "UUID_TIME" "3" "2022-01-06" "util\-linux 2.37.4" "Programmer\(aqs Manual" -.ie \n(.g .ds Aq \(aq -.el .ds Aq ' -.ss \n[.ss] 0 -.nh -.ad l -.de URL -\fI\\$2\fP <\\$1>\\$3 -.. -.als MTO URL -.if \n[.g] \{\ -. mso www.tmac -. am URL -. ad l -. . -. am MTO -. ad l -. . -. LINKSTYLE blue R < > -.\} -.SH "NAME" -uuid_time \- extract the time at which the UUID was created -.SH "SYNOPSIS" -.sp -\fB#include <uuid.h>\fP -.sp -\fBtime_t uuid_time(uuid_t \fIuu\fP, struct timeval *\fIret_tv\fP)\fP -.SH "DESCRIPTION" -.sp -The \fBuuid_time\fP() function extracts the time at which the supplied time\-based UUID \fIuu\fP was created. Note that the UUID creation time is only encoded within certain types of UUIDs. This function can only reasonably expect to extract the creation time for UUIDs created with the \fBuuid_generate_time\fP(3) and \fBuuid_generate_time_safe\fP(3) functions. It may or may not work with UUIDs created by other mechanisms. -.SH "RETURN VALUE" -.sp -The time at which the UUID was created, in seconds since January 1, 1970 GMT (the epoch), is returned (see \fBtime\fP(2)). The time at which the UUID was created, in seconds and microseconds since the epoch, is also stored in the location pointed to by \fIret_tv\fP (see \fBgettimeofday\fP(2)). -.SH "AUTHORS" -.sp -Theodore Y. Ts\(cqo -.SH "SEE ALSO" -.sp -\fBuuid\fP(3), -\fBuuid_clear\fP(3), -\fBuuid_compare\fP(3), -\fBuuid_copy\fP(3), -\fBuuid_generate\fP(3), -\fBuuid_is_null\fP(3), -\fBuuid_parse\fP(3), -\fBuuid_unparse\fP(3) -.SH "REPORTING BUGS" -.sp -For bug reports, use the issue tracker at \c -.URL "https://github.com/karelzak/util\-linux/issues" "" "." -.SH "AVAILABILITY" -.sp -The \fBlibuuid\fP library is part of the util\-linux package since version 2.15.1. It can be downloaded from \c -.URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "."
\ No newline at end of file diff --git a/upstream/opensuse-leap-15-6/man3/uuid_unparse.3 b/upstream/opensuse-leap-15-6/man3/uuid_unparse.3 deleted file mode 100644 index 7332e05e..00000000 --- a/upstream/opensuse-leap-15-6/man3/uuid_unparse.3 +++ /dev/null @@ -1,69 +0,0 @@ -'\" t -.\" Title: uuid_unparse -.\" Author: [see the "AUTHOR(S)" section] -.\" Generator: Asciidoctor 2.0.15 -.\" Date: 2022-01-06 -.\" Manual: Programmer's Manual -.\" Source: util-linux 2.37.4 -.\" Language: English -.\" -.TH "UUID_UNPARSE" "3" "2022-01-06" "util\-linux 2.37.4" "Programmer\(aqs Manual" -.ie \n(.g .ds Aq \(aq -.el .ds Aq ' -.ss \n[.ss] 0 -.nh -.ad l -.de URL -\fI\\$2\fP <\\$1>\\$3 -.. -.als MTO URL -.if \n[.g] \{\ -. mso www.tmac -. am URL -. ad l -. . -. am MTO -. ad l -. . -. LINKSTYLE blue R < > -.\} -.SH "NAME" -uuid_unparse \- convert a UUID from binary representation to a string -.SH "SYNOPSIS" -.sp -\fB#include <uuid.h>\fP -.sp -\fBvoid uuid_unparse(uuid_t \fIuu\fP, char *\fIout\fP);\fP -.br -\fBvoid uuid_unparse_upper(uuid_t \fIuu\fP, char *\fIout\fP);\fP -.br -\fBvoid uuid_unparse_lower(uuid_t \fIuu\fP, char *\fIout\fP);\fP -.SH "DESCRIPTION" -.sp -The \fBuuid_unparse\fP() function converts the supplied UUID \fIuu\fP from the binary representation into a 36\-byte string (plus trailing \(aq\(rs0\(aq) of the form 1b4e28ba\-2fa1\-11d2\-883f\-0016d3cca427 and stores this value in the character string pointed to by \fIout\fP. The case of the hex digits returned by \fBuuid_unparse\fP() may be upper or lower case, and is dependent on the system\-dependent local default. -.sp -If the case of the hex digits is important then the functions \fBuuid_unparse_upper\fP() and \fBuuid_unparse_lower\fP() may be used. -.SH "CONFORMING TO" -.sp -This library unparses UUIDs compatible with OSF DCE 1.1. -.SH "AUTHORS" -.sp -Theodore Y. Ts\(cqo -.SH "SEE ALSO" -.sp -\fBuuid\fP(3), -\fBuuid_clear\fP(3), -\fBuuid_compare\fP(3), -\fBuuid_copy\fP(3), -\fBuuid_generate\fP(3), -\fBuuid_time\fP(3), -\fBuuid_is_null\fP(3), -\fBuuid_parse\fP(3) -.SH "REPORTING BUGS" -.sp -For bug reports, use the issue tracker at \c -.URL "https://github.com/karelzak/util\-linux/issues" "" "." -.SH "AVAILABILITY" -.sp -The \fBlibuuid\fP library is part of the util\-linux package since version 2.15.1. It can be downloaded from \c -.URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "."
\ No newline at end of file |