Package: estraier Severity: minor Tags: patch Hello,
The attached patch fixes some typos in estfind.1. Kind Regards, -- Nekral
diff -rauN ../orig/estraier-1.2.28/debian/estfind.1 ./estraier-1.2.28/debian/estfind.1 --- ../orig/estraier-1.2.28/debian/estfind.1 2006-01-27 01:20:47.000000000 +0100 +++ ./estraier-1.2.28/debian/estfind.1 2006-01-27 01:23:38.000000000 +0100 @@ -38,28 +38,28 @@ For a complete description, see the /usr/share/doc/estraier/spex.html .TP .B \-html -a shortcut for ".*\.htm\(l\)?" "text/html". +a shortcut for ".*\\.htm\\(l\\)?" "text/html". .TP .B \-text -a shortcut for ".*\.\(txt\|asc\)" "text/plain". +a shortcut for ".*\\.\\(txt\\|asc\\)" "text/plain". .TP .B \-pdf -a shortcut for ".*\.pdf" "application/pdf". +a shortcut for ".*\\.pdf" "application/pdf". .TP .B \-doc -a shortcut for ".*\.doc" "application/msword". +a shortcut for ".*\\.doc" "application/msword". .TP .B \-xls -a shortcut for ".*\.xls" "application/vnd.ms-excel". +a shortcut for ".*\\.xls" "application/vnd.ms-excel". .TP .B \-ppt -a shortcut for ".*\.ppt" "application/vnd.ms-powerpoint". +a shortcut for ".*\\.ppt" "application/vnd.ms-powerpoint". .TP .B \-xdw -a shortcut for ".*\.xdw" "application/vnd.fujixerox.docuworks". +a shortcut for ".*\\.xdw" "application/vnd.fujixerox.docuworks". .TP .B \-man -a shortcut for ".*\.[0-9]" "application/x-troff-man". +a shortcut for ".*\\.[0-9]" "application/x-troff-man". .TP .B \-magic It specifies to use "file" to determine mime type as last resort.

