Bug 1109174 - virt-win-reg manual page is corrupted
Summary: virt-win-reg manual page is corrupted
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Virtualization Tools
Classification: Community
Component: libguestfs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Richard W.M. Jones
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-06-13 12:00 UTC by Richard W.M. Jones
Modified: 2014-06-19 14:32 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-19 14:32:01 UTC
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.