Package: gtkfontsel Version: 1.1-6.1 Severity: minor Tags: patch Hello,
The attached patch fixes a formatting error resulting in a missing word. Kind Regards, -- Nekral
diff -rauN ../orig/gtkfontsel-1.1/gtkfontsel.1 ./gtkfontsel-1.1/gtkfontsel.1 --- ../orig/gtkfontsel-1.1/gtkfontsel.1 2006-01-27 01:27:04.000000000 +0100 +++ ./gtkfontsel-1.1/gtkfontsel.1 2006-01-27 01:29:22.000000000 +0100 @@ -4,7 +4,7 @@ .SH NAME gtkfontsel \- a font selector program .SH SYNOPSIS -.B gtkfontsel \[-print\] +.B gtkfontsel [\-print] .SH "DESCRIPTION" This manual page documents briefly the .BR gtkfontsel @@ -18,7 +18,7 @@ font name to the clipboard, so you can easily paste it into another application. -It also supports the '-print' command line option which will print the selected +It also supports the '\-print' command line option which will print the selected font name to stdout when the user hits 'Exit'. .SH OPTIONS .TP

