+++ 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.
(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.
Fixed upstream: https://github.com/libguestfs/libguestfs/commit/a21dfc483c5102334d8c490a50077ec201ffe2e4