OSDN Git Service

util-linux-2.37.2: Update man3 sources to preview.
[linuxjm/jm.git] / manual / util-linux / draft / man3 / uuid.3
1 .\"O .TH "UUID" "3" "2021-06-02" "util\-linux 2.37.2" "Programmer\(aqs Manual"
2 .\"O .ie \n(.g .ds Aq \(aq
3 .\"O .el       .ds Aq '
4 .\"O .ss \n[.ss] 0
5 .\"O .nh
6 .\"O .ad l
7 .\"O .de URL
8 .\"O \fI\\$2\fP <\\$1>\\$3
9 .\"O ..
10 .\"O .als MTO URL
11 .\"O .if \n[.g] \{\
12 .\"O .  mso www.tmac
13 .\"O .  am URL
14 .\"O .    ad l
15 .\"O .  .
16 .\"O .  am MTO
17 .\"O .    ad l
18 .\"O .  .
19 .\"O .  LINKSTYLE blue R < >
20 .\"O .\}
21 .TH UUID 3 2021\-06\-02 "util\-linux 2.37.2" プログラマーマニュアル
22 .ie  \n(.g .ds Aq \(aq
23 .el       .ds Aq '
24 .ss \n[.ss] 0
25 .nh
26 .ad l
27 .de  URL
28 \fI\\$2\fP <\\$1>\\$3
29 ..
30 .als MTO URL
31 .if  \n[.g] \{\
32 .  mso www.tmac
33 .  am URL
34 .    ad l
35 .  .
36 .  am MTO
37 .    ad l
38 .  .
39 .  LINKSTYLE blue R < >
40 .\}
41 .\"O ----------------------------------------
42 .\"O .SH "NAME"
43 .\"O uuid \- DCE compatible Universally Unique Identifier library
44 .SH 名前
45 uuid \- DCE 互換の UUID (Universally Unique Identifier) ライブラリ
46 .\"O ----------------------------------------
47 .\"O .SH "SYNOPSIS"
48 .\"O .sp
49 .\"O \fB#include <uuid.h>\fP
50 .SH 書式
51 .sp
52 \fB#include <uuid.h>\fP
53 .\"O ----------------------------------------
54 .\"O .SH "DESCRIPTION"
55 .\"O .sp
56 .\"O 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).
57 .\"O .sp
58 .\"O 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.
59 .SH 説明
60 .sp
61 UUID ライブラリは、 一意な識別子 (unique identifier) の生成に利用されるものであり、 この識別子は、
62 ローカルシステムを超えてアクセス可能なオブジェクトに対して用いられる。 このライブラリが生成する UUID は、  Open Software
63 Foundation (OSF) による Distributed Computing Environment (DCE) ユーティリティーである
64 \fBuuidgen\fP(1) によって生成されるものとの互換性がある。
65 .sp
66 本ライブラリから生成された UUID は、 1 つのシステム内において、 さらにあらゆるシステム間にわたって、 唯一のものであると思ってかまわない。
67 この UUID は、 たとえば以下のようにして利用することができる。 このライブラリから、 サーバー間でユニークな HTTP クッキーを、
68 サーバー間でやり取りすることなく生成可能であり、 複数のウェブサーバー間で利用することができる。 その際には、 名前が重複することを心配しなくてもよい。
69 .\"O ----------------------------------------
70 .\"O .SH "CONFORMING TO"
71 .\"O .sp
72 .\"O This library generates UUIDs compatible with OSF DCE 1.1, and hash based UUIDs V3 and V5 compatible with \c
73 .\"O .URL "https://tools.ietf.org/html/rfc4122" "RFC\-4122" "."
74 .SH 準拠
75 .sp
76 本ライブラリは OSF DCE 1.1 と互換の UUID を生成する。 またハッシュベース UUID V3 と V5 は、 以下と互換である:
77 .URL https://tools.ietf.org/html/rfc4122 RFC\-4122 .
78 .\"O ----------------------------------------
79 .\"O .SH "AUTHORS"
80 .\"O .sp
81 .\"O Theodore Y. Ts\(cqo
82 .SH 著者
83 .sp
84 Theodore Y. Ts\(cqo
85 .\"O ----------------------------------------
86 .\"O .SH "SEE ALSO"
87 .\"O .sp
88 .\"O \fBuuid_clear\fP(3),
89 .\"O \fBuuid_compare\fP(3),
90 .\"O \fBuuid_copy\fP(3),
91 .\"O \fBuuid_generate\fP(3),
92 .\"O \fBuuid_is_null\fP(3),
93 .\"O \fBuuid_parse\fP(3),
94 .\"O \fBuuid_time\fP(3),
95 .\"O \fBuuid_unparse\fP(3)
96 .SH 関連項目
97 .sp
98 \fBuuid_clear\fP(3), \fBuuid_compare\fP(3), \fBuuid_copy\fP(3), \fBuuid_generate\fP(3),
99 \fBuuid_is_null\fP(3), \fBuuid_parse\fP(3), \fBuuid_time\fP(3), \fBuuid_unparse\fP(3)
100 .\"O ----------------------------------------
101 .\"O .SH "REPORTING BUGS"
102 .\"O .sp
103 .\"O For bug reports, use the issue tracker at \c
104 .\"O .URL "https://github.com/karelzak/util\-linux/issues" "" "."
105 .SH バグ報告
106 .sp
107 バグ報告は、 以下にある issue トラッカーを利用すること。
108 .URL https://github.com/karelzak/util\-linux/issues "" .
109 .\"O ----------------------------------------
110 .\"O .SH "AVAILABILITY"
111 .\"O .sp
112 .\"O The \fBlibuuid\fP library is part of the util\-linux package since version 2.15.1. It can be downloaded from \c
113 .\"O .URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "."
114 .SH 入手方法
115 .sp
116 \fBlibuuid\fP ライブラリは、 util\-linux 2.15.1 以降、 このパッケージの一部であり、 以下からダウンロードできる。
117 .URL https://www.kernel.org/pub/linux/utils/util\-linux/ "Linux Kernel Archive" .
118 .\"O ----------------------------------------