1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Description: emphasize that a hyphen is really needed in "-1" by writing it as \(hy1
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54147
Forwarded: https://bugs.freedesktop.org/attachment.cgi?id=66207
Index: fribidi/doc/fribidi_remove_bidi_marks.3
===================================================================
--- fribidi.orig/doc/fribidi_remove_bidi_marks.3 2019-12-19 09:44:53.620621902 +0100
+++ fribidi/doc/fribidi_remove_bidi_marks.3 2019-12-19 09:46:48.441080836 +0100
@@ -54,13 +54,13 @@
string, the other way. Moreover, the position maps should be filled with
valid entries.
-A position map pointing to a removed character is filled with \-1. By the
+A position map pointing to a removed character is filled with \(hy1. By the
way, you should not use embedding_levels if str is visual string.
For best results this function should be run on a whole paragraph, not
lines; but feel free to do otherwise if you know what you are doing.
.SH "RETURNS"
-New length of the string, or \-1 if an error occurred (memory
+New length of the string, or \(hy1 if an error occurred (memory
allocation failure most probably).
.SH "SEE ALSO"
fribidi_shape_arabic(3),
|