summaryrefslogtreecommitdiffstats
path: root/contrib/libxo
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-12-26 20:57:10 +0000
committerbapt <bapt@FreeBSD.org>2014-12-26 20:57:10 +0000
commit69687a82550d84ee8ecd5c61d3ecf9ca8815637b (patch)
tree0c09e4ec1153cb3e9eecef2cdc4a5c1eb586a729 /contrib/libxo
parentd221e0d05d1cd3e4074172e515669f7de1af28b5 (diff)
downloadFreeBSD-src-69687a82550d84ee8ecd5c61d3ecf9ca8815637b.zip
FreeBSD-src-69687a82550d84ee8ecd5c61d3ecf9ca8815637b.tar.gz
mdoc fixes
Diffstat (limited to 'contrib/libxo')
-rw-r--r--contrib/libxo/libxo/xo_create.32
-rw-r--r--contrib/libxo/libxo/xo_emit.32
-rw-r--r--contrib/libxo/libxo/xo_open_container.36
3 files changed, 5 insertions, 5 deletions
diff --git a/contrib/libxo/libxo/xo_create.3 b/contrib/libxo/libxo/xo_create.3
index 1e0a69b..ec241ee 100644
--- a/contrib/libxo/libxo/xo_create.3
+++ b/contrib/libxo/libxo/xo_create.3
@@ -76,7 +76,7 @@ https://github.com/Juniper/libxo/releases
.Sh SEE ALSO
.Xr xo_emit 3
and
-.Xf xo_set_options 3 .
+.Xr xo_set_options 3 .
.Sh HISTORY
The
.Fa libxo
diff --git a/contrib/libxo/libxo/xo_emit.3 b/contrib/libxo/libxo/xo_emit.3
index 1128dc7..9f76e13 100644
--- a/contrib/libxo/libxo/xo_emit.3
+++ b/contrib/libxo/libxo/xo_emit.3
@@ -35,7 +35,7 @@ but using a more complex format description string, as described in
.Pp
.Fn xo_emit
uses the default output handle, as described in
-.Xf libxo 3 ,
+.Xr libxo 3 ,
where
.Fn xo_emit_h
uses an explicit handle.
diff --git a/contrib/libxo/libxo/xo_open_container.3 b/contrib/libxo/libxo/xo_open_container.3
index af54d05..a872be2 100644
--- a/contrib/libxo/libxo/xo_open_container.3
+++ b/contrib/libxo/libxo/xo_open_container.3
@@ -105,7 +105,7 @@ container, a warning will be generated.
<div class="data"
data-tag="host-name">my-host.example.org</div>
.Ed
-.SH EMITTING HIERARCHY
+.Sh EMITTING HIERARCHY
To create a container, use the
.Fn xo_open_container
and
@@ -131,7 +131,7 @@ traditional C strings can be used directly.
The close functions with the
.Dq _d
suffix are used in
-.Dq Do The Right Thing
+.Dq The Right Thing
mode, where the name of the open containers, lists, and
instances are maintained internally by
.Em libxo
@@ -161,7 +161,7 @@ Some user may find tracking the names of open containers, lists, and
instances inconvenient.
.Em libxo
offers
-.Dq Do The Right Thing
+.Dq The Right Thing
mode, where
.Em libxo
will track the names of open containers, lists, and instances so
OpenPOWER on IntegriCloud