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

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

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

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

17.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/lib/libc/sys/uuidgen.2 108028 2002-12-18 09:22:32Z ru $
25.\" $FreeBSD: head/lib/libc/sys/uuidgen.2 108087 2002-12-19 09:40:28Z ru $
26.\"
27.Dd May 26, 2002
28.Dt UUIDGEN 2
29.Os
30.Sh NAME
31.Nm uuidgen
32.Nd generate universally unique identifiers
33.Sh LIBRARY

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

119.Bl -tag -width Er
120.It Bq Er EFAULT
121The buffer pointed to by
122.Fa store
123could not be written to for any or all identifiers.
124.It Bq Er EINVAL
125The
126.Fa count
26.\"
27.Dd May 26, 2002
28.Dt UUIDGEN 2
29.Os
30.Sh NAME
31.Nm uuidgen
32.Nd generate universally unique identifiers
33.Sh LIBRARY

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

119.Bl -tag -width Er
120.It Bq Er EFAULT
121The buffer pointed to by
122.Fa store
123could not be written to for any or all identifiers.
124.It Bq Er EINVAL
125The
126.Fa count
127parameter is less than 1 or larger than the hard upper limit of 2048.
127argument is less than 1 or larger than the hard upper limit of 2048.
128.El
129.Sh SEE ALSO
130.Xr uuidgen 1 ,
131.Xr uuid 3
132.Sh STANDARDS
133The identifiers are represented and generated in conformance with the DCE 1.1
134RPC specification.
135The
136.Fn uuidgen
137system call is itself not part of the specification.
138.Sh HISTORY
139The
140.Fn uuidgen
141system call first appeared in
142.Fx 5.0 .
128.El
129.Sh SEE ALSO
130.Xr uuidgen 1 ,
131.Xr uuid 3
132.Sh STANDARDS
133The identifiers are represented and generated in conformance with the DCE 1.1
134RPC specification.
135The
136.Fn uuidgen
137system call is itself not part of the specification.
138.Sh HISTORY
139The
140.Fn uuidgen
141system call first appeared in
142.Fx 5.0 .