Skip to content

Commit

Permalink
mdoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Dec 26, 2014
1 parent e66fe60 commit 6047eb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contrib/libxo/libxo/xo_create.3
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/libxo/libxo/xo_emit.3
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions contrib/libxo/libxo/xo_open_container.3
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6047eb6

Please sign in to comment.