summaryrefslogtreecommitdiffstats
path: root/lib/libutil/property.3
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2003-03-24 16:02:05 +0000
committercharnier <charnier@FreeBSD.org>2003-03-24 16:02:05 +0000
commitf0ffe0ef9f006aa0c680f7def2d63f561eaade3f (patch)
tree1a092156e84df44700be1a9dde40cf947f43e35a /lib/libutil/property.3
parent4a7a5ceb415b6b952d09c593efb016bf4e786972 (diff)
downloadFreeBSD-src-f0ffe0ef9f006aa0c680f7def2d63f561eaade3f.zip
FreeBSD-src-f0ffe0ef9f006aa0c680f7def2d63f561eaade3f.tar.gz
The .Fn function
Diffstat (limited to 'lib/libutil/property.3')
-rw-r--r--lib/libutil/property.36
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libutil/property.3 b/lib/libutil/property.3
index 219c0e7..d9b5d12 100644
--- a/lib/libutil/property.3
+++ b/lib/libutil/property.3
@@ -63,15 +63,17 @@ and returns the head of a new property list, assuming that the
file's contents have been parsed properly, or NULL in case
of error.
.Pp
+The
.Fn property_find
-Returns the associated value string for the property named
+function returns the associated value string for the property named
.Fa name
if found, otherwise NULL. The value returned may be up to
.Dv PROPERTY_MAX_VALUE
bytes in length.
.Pp
+The
.Fn properties_free
-is used to free the structure returned by
+function is used to free the structure returned by
.Fn properties_read
when it is no longer needed.
.Sh FILE FORMAT
OpenPOWER on IntegriCloud