Blob Blame History Raw
From 913b0f1385085b9a0a17f835fa56b1ccd2ad65c6 Mon Sep 17 00:00:00 2001
Message-Id: <913b0f1385085b9a0a17f835fa56b1ccd2ad65c6@dist-git>
From: Peter Krempa <pkrempa@redhat.com>
Date: Wed, 28 Jan 2015 10:33:40 +0100
Subject: [PATCH] virsh: man: Crosslink "desc" and "metadata" sections

https://bugzilla.redhat.com/show_bug.cgi?id=1184929

Those two commands work with a single API so cross-link them.

(cherry picked from commit c68ae7f61155891651081e523c5576e719f932eb)

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
---
 tools/virsh.pod | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tools/virsh.pod b/tools/virsh.pod
index c3ae204..d0dbbca 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -581,6 +581,7 @@ effect on the next boot.
 Show or modify description and title of a domain. These values are user
 fields that allow to store arbitrary textual data to allow easy
 identification of domains. Title should be short, although it's not enforced.
+(See also B<metadata> that works with XML based domain metadata.)
 
 Flags I<--live> or I<--config> select whether this command works on live
 or persistent definitions of the domain. If both I<--live> and I<--config>
@@ -1080,7 +1081,8 @@ Show or modify custom XML metadata of a domain. The metadata is a user
 defined XML that allows to store arbitrary XML data in the domain definition.
 Multiple separate custom metadata pieces can be stored in the domain XML.
 The pieces are identified by a private XML namespace provided via the
-I<uri> argument.
+I<uri> argument. (See also B<desc> that works with textual metadata of
+a domain.)
 
 Flags I<--live> or I<--config> select whether this command works on live
 or persistent definitions of the domain. If both I<--live> and I<--config>
-- 
2.2.2