Deleted Added
full compact
uuid.3 (107702) uuid.3 (108087)
1.\" Copyright (c) 2002 Marcel Moolenaar
2.\" Copyright (c) 2002 Hiten Mahesh Pandya
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
19.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
20.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
21.\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
22.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\" Copyright (c) 2002 Marcel Moolenaar
2.\" Copyright (c) 2002 Hiten Mahesh Pandya
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
19.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
20.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
21.\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
22.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/lib/libc/uuid/uuid.3 107702 2002-12-09 12:47:18Z ru $
26.\" $FreeBSD: head/lib/libc/uuid/uuid.3 108087 2002-12-19 09:40:28Z ru $
27.\"
28.Dd October 29, 2002
29.Dt UUID 3
30.Os
31.Sh NAME
32.Nm uuid_compare , uuid_create , uuid_create_nil , uuid_equal ,
33.Nm uuid_from_string , uuid_hash , uuid_is_nil , uuid_to_string
34.Nd DCE 1.1 compliant UUID functions

--- 37 unchanged lines hidden (view full) ---

72.Fn uuid_from_string
73respectively.
74A 16-bit hash value can be obtained by calling
75.Fn uuid_hash .
76.Sh RETURN VALUES
77The successful or unsuccessful completion of the function is returned in
78the
79.Fa status
27.\"
28.Dd October 29, 2002
29.Dt UUID 3
30.Os
31.Sh NAME
32.Nm uuid_compare , uuid_create , uuid_create_nil , uuid_equal ,
33.Nm uuid_from_string , uuid_hash , uuid_is_nil , uuid_to_string
34.Nd DCE 1.1 compliant UUID functions

--- 37 unchanged lines hidden (view full) ---

72.Fn uuid_from_string
73respectively.
74A 16-bit hash value can be obtained by calling
75.Fn uuid_hash .
76.Sh RETURN VALUES
77The successful or unsuccessful completion of the function is returned in
78the
79.Fa status
80parameter.
80argument.
81Possible values are:
82.Pp
83.Bl -tag -width ".Dv uuid_s_invalid_string_uuid"
84.It Dv uuid_s_ok
85The function completed successfully.
86.It Dv uuid_s_bad_version
87The UUID does not have a known version.
88.It Dv uuid_s_invalid_string_uuid
89The string representation of an UUID is not valid.
90.It Dv uuid_s_no_memory
91The meaning of the code escaped the writers mind.
92.El
93.Sh SEE ALSO
94.Xr uuidgen 1 ,
95.Xr uuidgen 2
96.Sh BUGS
97This manpage can be improved.
98.Sh STANDARDS
99The UUID functions conform to the DCE 1.1 RPC specification.
81Possible values are:
82.Pp
83.Bl -tag -width ".Dv uuid_s_invalid_string_uuid"
84.It Dv uuid_s_ok
85The function completed successfully.
86.It Dv uuid_s_bad_version
87The UUID does not have a known version.
88.It Dv uuid_s_invalid_string_uuid
89The string representation of an UUID is not valid.
90.It Dv uuid_s_no_memory
91The meaning of the code escaped the writers mind.
92.El
93.Sh SEE ALSO
94.Xr uuidgen 1 ,
95.Xr uuidgen 2
96.Sh BUGS
97This manpage can be improved.
98.Sh STANDARDS
99The UUID functions conform to the DCE 1.1 RPC specification.