Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Dec 2014 18:23:13 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r275480 - head/lib/libxo
Message-ID:  <201412041823.sB4INDbH064400@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Thu Dec  4 18:23:13 2014
New Revision: 275480
URL: https://svnweb.freebsd.org/changeset/base/275480

Log:
  Add MLINKs for all functions described in the libxo manpages.

Modified:
  head/lib/libxo/Makefile

Modified: head/lib/libxo/Makefile
==============================================================================
--- head/lib/libxo/Makefile	Thu Dec  4 17:38:32 2014	(r275479)
+++ head/lib/libxo/Makefile	Thu Dec  4 18:23:13 2014	(r275480)
@@ -33,4 +33,47 @@ MAN+=	xo_attr.3 \
 	xo_set_writer.3
 MAN+=	xo_format.5
 
+MLINKS=	xo_attr.3 xo_attr_h.3 \
+	xo_attr.3 xo_attr_hv.3 \
+	xo_create.3 xo_create_to_file.3 \
+	xo_create.3 xo_destroy.3 \
+	xo_emit.3 xo_emit_h.3 \
+	xo_emit.3 xo_emit_hv.3 \
+	xo_err.3 xo_warn.3 \
+	xo_err.3 xo_warnx.3 \
+	xo_err.3 xo_warn_c.3 \
+	xo_err.3 xo_warn_hc.3 \
+	xo_err.3 xo_errc.3 \
+	xo_err.3 xo_errx.3 \
+	xo_err.3 xo_message.3 \
+	xo_err.3 xo_message_c.3 \
+	xo_err.3 xo_message_hc.3 \
+	xo_err.3 xo_message_hcv.3 \
+	xo_finish.3 xo_finish_h.3 \
+	xo_flush.3 xo_flush_h.3 \
+	xo_open_container.3 xo_open_container_h.3 \
+	xo_open_container.3 xo_open_container_hd.3 \
+	xo_open_container.3 xo_open_container_d.3 \
+	xo_open_container.3 xo_close_container.3 \
+	xo_open_container.3 xo_close_container_h.3 \
+	xo_open_container.3 xo_close_container_hd.3 \
+	xo_open_container.3 xo_close_container_d.3 \
+	xo_open_list.3 xo_open_list_h.3 \
+	xo_open_list.3 xo_open_list_hd.3 \
+	xo_open_list.3 xo_open_list_d.3 \
+	xo_open_list.3 xo_open_instance.3 \
+	xo_open_list.3 xo_open_instance_h.3 \
+	xo_open_list.3 xo_open_instance_hd.3 \
+	xo_open_list.3 xo_open_instance_d.3 \
+	xo_open_list.3 xo_close_instance.3 \
+	xo_open_list.3 xo_close_instance_h.3 \
+	xo_open_list.3 xo_close_instance_hd.3 \
+	xo_open_list.3 xo_close_instance_d.3 \
+	xo_open_list.3 xo_close_list.3 \
+	xo_open_list.3 xo_close_list_h.3 \
+	xo_open_list.3 xo_close_list_hd.3 \
+	xo_open_list.3 xo_close_list_d.3 \
+	xo_set_flags.3 xo_clear_flags.3 \
+	xo_set_style.3 xo_set_style_name.3
+
 .include <bsd.lib.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412041823.sB4INDbH064400>