Bug 1109174

Summary: virt-win-reg manual page is corrupted
Product: [Community] Virtualization Tools Reporter: Richard W.M. Jones <rjones>
Component: libguestfsAssignee: Richard W.M. Jones <rjones>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: acathrow, mbooth, ptoscano
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-19 14:32:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Richard W.M. Jones 2014-06-13 12:00:48 UTC
Description of problem:

$ man virt-win-reg
virt-win-reg(1)             Virtualization Support             virt-win-reg(1)

#!/usr/bin/perl -w # virt-win-reg # Copyright (C) 2010 Red Hat Inc.  # # This
program is free software; you can redistribute it and/or modify # it under the
terms of the GNU General Public License as published by # the Free Software
Foundation; either version 2 of the License, or # (at your option) any later
version.  # # This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the # GNU General
Public License for more details.  # # You should have received a copy of the
GNU General Public License # along with this program; if not, write to the
Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA.

       use warnings; use strict;

       use Sys::Guestfs; use Win::Hivex; use Win::Hivex::Regedit qw(reg_import
       reg_export);

       use Pod::Usage; use Getopt::Long; use File::Temp qw/tempdir/; use
       File::Basename; use Locale::TextDomain 'libguestfs';

After that, it continues correctly.

Version-Release number of selected component (if applicable):

libguestfs 1.27.14

Comment 1 Richard W.M. Jones 2014-06-13 13:25:10 UTC
Patch posted:
https://www.redhat.com/archives/libguestfs/2014-June/msg00077.html

Comment 2 Richard W.M. Jones 2014-06-19 14:32:01 UTC
Fixed upstream and on the website.