[Debian-hebrew-package] [svn] r452 - pkg/hspell/trunk

Lior Kaplan kaplan at costa.debian.org
Thu Jun 8 18:44:04 UTC 2006


Author: kaplan
Date: Thu Jun  8 18:44:03 2006
New Revision: 452

Modified:
   pkg/hspell/trunk/hspell.1
   pkg/hspell/trunk/hspell.3
Log:
fixed hyphen-used-as-minus-sign reported by lintian


Modified: pkg/hspell/trunk/hspell.1
==============================================================================
--- pkg/hspell/trunk/hspell.1	(original)
+++ pkg/hspell/trunk/hspell.1	Thu Jun  8 18:44:03 2006
@@ -186,7 +186,7 @@
 Load the word lists from the given base pathname, rather than from the
 compiled-in default path. This is mostly used for testing Hspell, when the
 dictionaries have been compiled in the current directory and hspell is run as
-"hspell -Dhebrew.wgz".
+"hspell \-Dhebrew.wgz".
 .TP
 .B \-d, \-B, \-m, \-T, \-C, \-S, \-P, \-p, \-w, and \-W
 These options are passed to 

Modified: pkg/hspell/trunk/hspell.3
==============================================================================
--- pkg/hspell/trunk/hspell.3	(original)
+++ pkg/hspell/trunk/hspell.3	Thu Jun  8 18:44:03 2006
@@ -67,7 +67,7 @@
 
 .B hspell_init()
 returns 0 on success, or negative numbers
-on errors. Currently, the only error is -1, meaning the dictionary files
+on errors. Currently, the only error is \-1, meaning the dictionary files
 could not be read.
 
 The
@@ -179,12 +179,12 @@
 On most systems, the Hspell library is compiled to use the Zlib library
 for reading the compressed dictionaries. Therefore, a program linking with
 the Hspell library must also be linked with the Zlib library (usually, by
-adding "-lz" to the compilation line).
+adding "\-lz" to the compilation line).
 
 Programs that use
 .I autoconf
 to search for the Hspell library, should remember to tell AC_CHECK_LIB
-to also link with the -lz library when checking for -lhspell.
+to also link with the -lz library when checking for \-lhspell.
 
 .SH CAVEATS
 Before Hspell reaches maturity, the API described here



More information about the Debian-hebrew-package mailing list