Bug 1099396

Summary: typo errors in man pages
Product: [Community] Virtualization Tools Reporter: Pino Toscano <ptoscano>
Component: libguestfsAssignee: Richard W.M. Jones <rjones>
Status: CLOSED UPSTREAM QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedCC: acathrow, bfan, jiyu, leiwang, lkong, mbooth, ptoscano, wshi
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1099284 Environment:
Last Closed: 2014-05-20 09:55:04 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:
Bug Depends On:    
Bug Blocks: 1099284, 1099332    

Description Pino Toscano 2014-05-20 08:33:44 UTC
+++ This bug was initially created as a clone of Bug #1099284 +++

Description of problem:
manual page             | wrong word         | correct word
------------------------+--------------------+------------
guestfs-recipes.1       | favourite          | favorite
guestfs-release-notes.1 | Addng              | Adding
guestfs-release-notes.1 | chinese            | Chinese
guestfs-release-notes.1 | filesytem          | filesystem
guestfish.1             | non-existant       | non-existent
virt-make-fs.1          | QEmu/KVM           | qemu/KVM
Sys::Guestfs.3pm        | non-existant       | non-existent




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

How reproducible:
always

Steps to reproduce:
1. man <anything-from-1st-column>
2. search for <anything-from-2nd-column>

Actual results:
There are typo errors in the man page.

Expected results:
There are no typo errors in the man page.

Comment 1 Pino Toscano 2014-05-20 08:42:05 UTC
(In reply to Pino Toscano from comment #0)
> Description of problem:
> manual page             | wrong word         | correct word
> ------------------------+--------------------+------------
> guestfs-recipes.1       | favourite          | favorite

The "wrong" word is British English. I see other BE words used all around the documentation, so most probably either we change all to American English or just stay with BE.

> guestfs-release-notes.1 | filesytem          | filesystem

This comes from the title of bug #690819.

> virt-make-fs.1          | QEmu/KVM           | qemu/KVM

I guess this and the "qemu/KVM" occurrences should rather be "QEMU/KVM".

> guestfs-release-notes.1 | Addng              | Adding
> guestfs-release-notes.1 | chinese            | Chinese
> guestfish.1             | non-existant       | non-existent
> Sys::Guestfs.3pm        | non-existant       | non-existent

These should be fixed for sure.