This corrects the display of the ext4 line that starts with a single quote. One could fix this error by moving the quoted string. Instead, this patch also tries to prevent this error from occuring in the future. It changes the no-break control character to a character which is less likely to be used at the start of a line in this text (the semicolon). If changing this control character seems like a better way to go than actively avoiding the problem, it might be good to take the same approach in all util-linux-ng man pages. The gtroff manual on request lines: http://www.gnu.org/software/groff/manual/html_node/Requests.html Signed-off-by: Chris Frost <chris@xxxxxxxxxxxx> --- mount/mount.8 | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/mount/mount.8 b/mount/mount.8 index 0147e71..a204a51 100644 --- a/mount/mount.8 +++ b/mount/mount.8 @@ -39,6 +39,8 @@ .\" 010725, Nikita Danilov <NikitaDanilov@xxxxxxxxx>: reiserfs options .\" 011124, Karl Eichwalder <ke@xxxxxxxxxxxxxx>: tmpfs options .\" +.\" Change the '^.' no-break control character to '^;' to avoid accidental use +.c2 ; .TH MOUNT 8 "2004-12-16" "Linux 2.6" "Linux Programmer's Manual" .SH NAME mount \- mount a filesystem -- 1.7.0.4 -- Chris Frost http://www.frostnet.net/chris/ -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html