diff --git a/functions/fdf.xml b/functions/fdf.xml
index 43b82f8f7b..89e5e28ac6 100644
--- a/functions/fdf.xml
+++ b/functions/fdf.xml
@@ -88,7 +88,7 @@ if(fdf_get_value($fdf, "show_preparer") == "On") {
} else
echo "Preparer shall not be shown.<BR>";
fdf_close($fdf);
-?>
+?>
@@ -130,7 +130,7 @@ fclose($fdffp);
$fdf = fdf_open("test.fdf");
...
fdf_close($fdf);
-?>
+?>
@@ -194,7 +194,7 @@ Header("Content-type: application/vnd.fdf");
$fp = fopen("outtest.fdf", "r");
fpassthru($fp);
unlink("outtest.fdf");
-?>
+?>
@@ -534,7 +534,7 @@ unlink("outtest.fdf");
- The fdf_set_javascript_action sets a javascript
+ fdf_set_javascript_action sets a javascript
action for the given field fieldname.
@@ -558,10 +558,11 @@ unlink("outtest.fdf");
- The fdf_set_encoding sets the character
- encoding in FDF document. encoding
- should be the valid encoding name such as "Shift-JIS" or
- "Unicode".
+ fdf_set_encoding sets the character
+ encoding in FDF document fdf_document.
+ encoding should be the valid encoding
+ name such as "Shift-JIS" or
+ "Unicode".
The fdf_set_encoding is available in