summaryrefslogtreecommitdiffstats
path: root/lib/libutil/property.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-10 17:46:15 +0000
committerru <ru@FreeBSD.org>2000-11-10 17:46:15 +0000
commita6f5d950d860b642619fd71c1efc1875f906cc17 (patch)
treed290d38e2fe5b5c638aa4cd22f5612eb6b8cd6de /lib/libutil/property.3
parent48c9ea08a6fa4c9c3d612d66b001208c85107546 (diff)
downloadFreeBSD-src-a6f5d950d860b642619fd71c1efc1875f906cc17.zip
FreeBSD-src-a6f5d950d860b642619fd71c1efc1875f906cc17.tar.gz
Avoid use of direct troff requests in mdoc(7) manual pages.
Diffstat (limited to 'lib/libutil/property.3')
-rw-r--r--lib/libutil/property.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/property.3 b/lib/libutil/property.3
index 6d5cd4f..449ded5 100644
--- a/lib/libutil/property.3
+++ b/lib/libutil/property.3
@@ -45,14 +45,14 @@
.Ft void
.Fn properties_free "properties list"
.Sh DESCRIPTION
-.nf
+.Bd -literal
typedef struct _properties {
struct _properties *next;
char *name;
char *value;
} *properties;
-.fi
-
+.Ed
+.Pp
The function
.Fn properties_read
reads
OpenPOWER on IntegriCloud