svn commit: r276253 - head/contrib/libxo/libxo

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 26 20:57:12 UTC 2014


Author: bapt
Date: Fri Dec 26 20:57:10 2014
New Revision: 276253
URL: https://svnweb.freebsd.org/changeset/base/276253

Log:
  mdoc fixes

Modified:
  head/contrib/libxo/libxo/xo_create.3
  head/contrib/libxo/libxo/xo_emit.3
  head/contrib/libxo/libxo/xo_open_container.3

Modified: head/contrib/libxo/libxo/xo_create.3
==============================================================================
--- head/contrib/libxo/libxo/xo_create.3	Fri Dec 26 20:50:40 2014	(r276252)
+++ head/contrib/libxo/libxo/xo_create.3	Fri Dec 26 20:57:10 2014	(r276253)
@@ -76,7 +76,7 @@ https://github.com/Juniper/libxo/release
 .Sh SEE ALSO
 .Xr xo_emit 3
 and
-.Xf xo_set_options 3 .
+.Xr xo_set_options 3 .
 .Sh HISTORY
 The
 .Fa libxo

Modified: head/contrib/libxo/libxo/xo_emit.3
==============================================================================
--- head/contrib/libxo/libxo/xo_emit.3	Fri Dec 26 20:50:40 2014	(r276252)
+++ head/contrib/libxo/libxo/xo_emit.3	Fri Dec 26 20:57:10 2014	(r276253)
@@ -35,7 +35,7 @@ but using a more complex format descript
 .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.

Modified: head/contrib/libxo/libxo/xo_open_container.3
==============================================================================
--- head/contrib/libxo/libxo/xo_open_container.3	Fri Dec 26 20:50:40 2014	(r276252)
+++ head/contrib/libxo/libxo/xo_open_container.3	Fri Dec 26 20:57:10 2014	(r276253)
@@ -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 direct
 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
 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


More information about the svn-src-head mailing list