1
Fork 0
NSS plugin for passwd and groups databases
 
 
Go to file
Joseph HERLANT c85b8f8ecd Correcting not escaped minus signs in manpage.
Extract of the explanations why we need a change for this:
By default, "-" chars are interpreted as hyphens (U+2010) by groff, not as minus
signs (U+002D). Since options to programs use minus signs (U+002D), this means
for example in UTF-8 locales that you cannot cut and paste options, nor search
for them easily. The Debian groff package currently forces "-" to be interpreted
as a minus sign due to the number of manual pages with this problem, but this is
a Debian-specific modification and hopefully eventually can be removed.

"-" must be escaped ("\-") to be interpreted as minus.
2014-03-06 18:56:00 +01:00
cxxmph Added missing file in the distribution. 2012-06-09 03:55:16 -03:00
examples Remaining part of the fix for bug 3465649. This one fixes both BRZ and 2013-04-20 01:28:00 -07:00
figs Documentation updated for release 0.9 2009-06-12 21:49:26 -03:00
man Correcting not escaped minus signs in manpage. 2014-03-06 18:56:00 +01:00
papers Documentation updated for release 0.9 2009-06-12 21:49:26 -03:00
portage/dev-libs/cmph Updated ebuild file. 2012-06-08 11:08:46 -03:00
src This fixes a bug the key_struct_vector_read function. 2013-04-20 01:44:25 -07:00
tests Compiles with clang. 2012-06-01 17:49:00 -03:00
tex Documentation updated for release 0.9 2009-06-12 21:49:26 -03:00
ALGORITHMS.t2t Documentation updated for release 0.9 2009-06-12 21:49:26 -03:00
AUTHORS Adding Nivio as a co-author in the web pages 2012-03-20 21:37:25 -07:00
BDZ.t2t Fixed a broken link 2009-06-12 22:07:09 -03:00
BMZ.t2t Documentation updated for release 0.9 2009-06-12 21:49:26 -03:00
BRZ.t2t Documentation updated for release 0.9 2009-06-12 21:49:26 -03:00
CHD.t2t Documentation updated for release 0.9 2009-06-12 21:49:26 -03:00
CHM.t2t Documentation updated for release 0.9 2009-06-12 21:49:26 -03:00
COMPARISON.t2t Documentation updated for release 0.9 2009-06-12 21:49:26 -03:00
CONCEPTS.t2t Documentation updated for release 0.9 2009-06-12 21:49:26 -03:00
CONFIG.t2t Documentation updated for release 0.9 2009-06-12 21:49:26 -03:00
COPYING Fixed license. 2011-11-05 09:51:45 -02:00
ChangeLog Added gentoo ebuild. 2005-09-26 04:30:54 +00:00
DOC.css BMZ documentation was finished 2005-01-31 18:50:58 +00:00
Doxyfile Added Doxyfile. 2005-01-21 21:19:18 +00:00
EXAMPLES.t2t Documentation updated for release 0.9 2009-06-12 21:49:26 -03:00
FAQ.t2t Documentation updated for release 0.9 2009-06-12 21:49:26 -03:00
FCH.t2t Documentation updated for release 0.9 2009-06-12 21:49:26 -03:00
FOOTER.t2t Adding Nivio as a co-author in the web pages 2012-03-20 21:37:25 -07:00
GOOGLEANALYTICS.t2t Documentation updated for release 0.9 2009-06-12 21:49:26 -03:00
GPERF.t2t Documentation updated for release 0.9 2009-06-12 21:49:26 -03:00
LGPL-2 Fixed licenses, applied patch from Colin Walters fixing gcc 2.95 warnings and added -Wall -Werror compilation flags. 2011-01-21 03:11:55 -02:00
LOGO.t2t BMZ documentation was finished 2005-01-31 18:50:58 +00:00
MPL-1.1 Fixed licenses, applied patch from Colin Walters fixing gcc 2.95 warnings and added -Wall -Werror compilation flags. 2011-01-21 03:11:55 -02:00
Makefile.am Fixes for make dist. 2012-06-08 11:02:07 -03:00
NEWS Initial revision 2004-12-23 13:16:30 +00:00
NEWSLOG.t2t Ready to roll. 2011-05-15 12:29:24 -03:00
README Pre-release comments. 2012-06-03 04:17:14 -03:00
README.md Improved readme. 2012-05-30 21:44:13 -03:00
README.t2t Pre-release comments. 2012-06-03 04:17:14 -03:00
TABLE1.t2t BMZ documentation was finished 2005-01-31 18:50:58 +00:00
TABLE4.t2t BMZ documentation was finished 2005-01-31 18:50:58 +00:00
TABLE5.t2t BMZ documentation was finished 2005-01-31 18:50:58 +00:00
TABLEBRZ1.t2t external memory based algorithm documentation added 2006-04-25 16:51:02 +00:00
TABLEBRZ2.t2t external memory based algorithm documentation updated 2006-04-25 19:34:06 +00:00
TABLEBRZ3.t2t external memory based algorithm documentation updated 2006-04-25 19:34:06 +00:00
acinclude.m4 Fix typo 2012-06-02 22:21:08 -03:00
cmph.pc.in Minor 2009-07-04 20:17:36 -07:00
cmph.spec *** empty log message *** 2005-09-23 21:05:48 +00:00
cmph.vcproj Added missing files. 2005-01-18 17:10:28 +00:00
cmphapp.vcproj Added missing files. 2005-01-18 17:10:28 +00:00
configure.ac Fixing bug 3465649. I still need to make CMPH_BRZ work for small sets. 2013-04-17 01:19:15 -07:00
cxxmph.pc.in Add c++0x flag to pkgconfig. 2012-06-08 11:25:32 -03:00
gendocs Documentation updated for release 0.9 2009-06-12 21:49:26 -03:00
scpscript Adding Nivio as a co-author in the web pages 2012-03-20 21:37:25 -07:00

README.md