]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - libuuid/man/uuid_parse.3
docs: (man) remove double quotes (") in .SH lines
[thirdparty/util-linux.git] / libuuid / man / uuid_parse.3
index 50b2c87b6b934050ee575c91c44b8a0ccb032430..c3a5f88019ea80edde097d551ff17d80390b26f6 100644 (file)
@@ -36,7 +36,9 @@ uuid_parse \- convert an input UUID string into binary representation
 .nf
 .B #include <uuid.h>
 .sp
-.BI "int uuid_parse( char *" in ", uuid_t " uu );
+.BI "int uuid_parse(char *" in ", uuid_t " uu );
+.sp
+.BI "int uuid_parse_range(char *" in_start ", char *" in_end ", uuid_t " uu );
 .fi
 .SH DESCRIPTION
 The
@@ -47,14 +49,24 @@ into the binary representation.  The input UUID is a string of the form
 1b4e28ba\-2fa1\-11d2\-883f\-b9a761bde3fb (in
 .BR printf (3)
 format "%08x\-%04x\-%04x\-%04x\-%012x", 36 bytes plus the trailing '\e0').
+.PP
+The
+.B uuid_parse_range
+function works like
+.B uuid_parse
+but parses only range in string specified by
+.I in_start
+and
+.I in_end
+pointers.
 .SH RETURN VALUE
 Upon successfully parsing the input string, 0 is returned, and the UUID is
 stored in the location pointed to by
 .IR uu ,
 otherwise \-1 is returned.
-.SH "CONFORMING TO"
-This library parses UUIDs compatible OSF DCE 1.1, and hash based UUIDs V3 and
-V5 compatible with RFC-4122.
+.SH CONFORMING TO
+This library parses UUIDs compatible with OSF DCE 1.1, and hash based UUIDs V3
+and V5 compatible with RFC-4122.
 .SH AUTHOR
 Theodore Y.\& Ts'o
 .SH AVAILABILITY
@@ -62,7 +74,7 @@ Theodore Y.\& Ts'o
 is part of the util-linux package since version 2.15.1 and is available from
 https://www.kernel.org/pub/linux/utils/util-linux/.
 .na
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR uuid (3),
 .BR uuid_clear (3),
 .BR uuid_compare (3),