doc: fix description of how to handle possibly negative parameters
commit0c8ccc9063f2a4d9025854045ea5aa21ff5c5637
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 29 Nov 2009 19:14:02 +0000 (29 20:14 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 29 Nov 2009 19:21:11 +0000 (29 20:21 +0100)
tree04ccc1272501b79e9d79196d460e5327515746a4
parent9d2659986737e1155f7e316d7bfe9ad9a1173b8e
doc: fix description of how to handle possibly negative parameters

Commit 3b332f7 (doc: clarify handling of negative unknowns and parameters)
"clarified" the original description, but the new description implied
that every possbibly negative parameter requires the introduction of
a separate additional parameter, whereas in fact one additional parameter
is sufficient.  Revert the description to something that is closer
to the original description.

Unfortunately, the implementation in piplib was based on the "clarified"
description and therefore doubles the number of parameters, whereas
only one extra parameter would do.  This should be fixed at some point.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/piplib.texi