898951
From 913b0f1385085b9a0a17f835fa56b1ccd2ad65c6 Mon Sep 17 00:00:00 2001
898951
Message-Id: <913b0f1385085b9a0a17f835fa56b1ccd2ad65c6@dist-git>
898951
From: Peter Krempa <pkrempa@redhat.com>
898951
Date: Wed, 28 Jan 2015 10:33:40 +0100
898951
Subject: [PATCH] virsh: man: Crosslink "desc" and "metadata" sections
898951
898951
https://bugzilla.redhat.com/show_bug.cgi?id=1184929
898951
898951
Those two commands work with a single API so cross-link them.
898951
898951
(cherry picked from commit c68ae7f61155891651081e523c5576e719f932eb)
898951
898951
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
898951
---
898951
 tools/virsh.pod | 4 +++-
898951
 1 file changed, 3 insertions(+), 1 deletion(-)
898951
898951
diff --git a/tools/virsh.pod b/tools/virsh.pod
898951
index c3ae204..d0dbbca 100644
898951
--- a/tools/virsh.pod
898951
+++ b/tools/virsh.pod
898951
@@ -581,6 +581,7 @@ effect on the next boot.
898951
 Show or modify description and title of a domain. These values are user
898951
 fields that allow to store arbitrary textual data to allow easy
898951
 identification of domains. Title should be short, although it's not enforced.
898951
+(See also B<metadata> that works with XML based domain metadata.)
898951
 
898951
 Flags I<--live> or I<--config> select whether this command works on live
898951
 or persistent definitions of the domain. If both I<--live> and I<--config>
898951
@@ -1080,7 +1081,8 @@ Show or modify custom XML metadata of a domain. The metadata is a user
898951
 defined XML that allows to store arbitrary XML data in the domain definition.
898951
 Multiple separate custom metadata pieces can be stored in the domain XML.
898951
 The pieces are identified by a private XML namespace provided via the
898951
-I<uri> argument.
898951
+I<uri> argument. (See also B<desc> that works with textual metadata of
898951
+a domain.)
898951
 
898951
 Flags I<--live> or I<--config> select whether this command works on live
898951
 or persistent definitions of the domain. If both I<--live> and I<--config>
898951
-- 
898951
2.2.2
898951