[libvirt] [PATCH] virsh: Add missing parenthesis into man page

Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- Pushed as trivial. tools/virsh.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index cdcb862..a7e0bb0 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -736,7 +736,7 @@ Get network interface stats for a running domain. =item B<domif-setlink> I<domain> I<interface-device> I<state> [I<--config>] Modify link state of the domain's virtual interface. Possible values for -state are "up" and "down. If I<--config> is specified, only the persistent +state are "up" and "down". If I<--config> is specified, only the persistent configuration of the domain is modified, for compatibility purposes, I<--persistent> is alias of I<--config>. I<interface-device> can be the interface's target name or the MAC address. -- 2.3.0

On Wed, Feb 25, 2015 at 11:56:07AM +0100, Michal Privoznik wrote:
On 25.02.2015 09:49, Martin Kletzander wrote:
<snip/>
Did you mean quotation mark instead of parenthesis in $SUBJ?
Yes, even though I read the commit three times before sending, I did. And I already faced few accusations before your mail. I didn't mention it though since editing the history for such triviality would be wasteful. Next time I'll read it four times, I guess.
participants (2)
-
Martin Kletzander
-
Michal Privoznik