diff --git a/reference/ftp/functions/ftp-cdup.xml b/reference/ftp/functions/ftp-cdup.xml
index 9b953c7034..7cc3d5a7cf 100644
--- a/reference/ftp/functions/ftp-cdup.xml
+++ b/reference/ftp/functions/ftp-cdup.xml
@@ -1,5 +1,5 @@
-
+
@@ -16,7 +16,7 @@
Changes to the parent directory.
- Returns &true; on success or &false; on error.
+ &return.success;
diff --git a/reference/ftp/functions/ftp-delete.xml b/reference/ftp/functions/ftp-delete.xml
index e580b9c955..170299251f 100644
--- a/reference/ftp/functions/ftp-delete.xml
+++ b/reference/ftp/functions/ftp-delete.xml
@@ -1,5 +1,5 @@
-
+
@@ -18,7 +18,7 @@
path from the FTP server.
- Returns &true; on success or &false; on error.
+ &return.success;
diff --git a/reference/ftp/functions/ftp-fget.xml b/reference/ftp/functions/ftp-fget.xml
index b7c2a13caf..d4addc66b3 100644
--- a/reference/ftp/functions/ftp-fget.xml
+++ b/reference/ftp/functions/ftp-fget.xml
@@ -1,5 +1,5 @@
-
+
@@ -29,7 +29,7 @@
- Returns &true; on success or &false; on error.
+ &return.success;
See also ftp_get.
diff --git a/reference/ftp/functions/ftp-fput.xml b/reference/ftp/functions/ftp-fput.xml
index 2b8646b29c..46a6ca6b51 100644
--- a/reference/ftp/functions/ftp-fput.xml
+++ b/reference/ftp/functions/ftp-fput.xml
@@ -1,5 +1,5 @@
-
+
@@ -29,7 +29,7 @@
- Returns &true; on success or &false; on error.
+ &return.success;
diff --git a/reference/ftp/functions/ftp-get.xml b/reference/ftp/functions/ftp-get.xml
index f51818efd5..78e666f0ae 100644
--- a/reference/ftp/functions/ftp-get.xml
+++ b/reference/ftp/functions/ftp-get.xml
@@ -1,5 +1,5 @@
-
+
@@ -29,7 +29,7 @@
- Returns &true; on success or &false; on error.
+ &return.success;
See also ftp_fget and ftp_async_get.
diff --git a/reference/ftp/functions/ftp-login.xml b/reference/ftp/functions/ftp-login.xml
index 2fb7ceb73d..098de63845 100644
--- a/reference/ftp/functions/ftp-login.xml
+++ b/reference/ftp/functions/ftp-login.xml
@@ -1,5 +1,5 @@
-
+
@@ -18,7 +18,7 @@
Logs in to the given FTP stream.
- Returns &true; on success or &false; on error.
+ &return.success;
diff --git a/reference/ftp/functions/ftp-nb-fget.xml b/reference/ftp/functions/ftp-nb-fget.xml
index 6ac3a5a3ac..6d807de733 100644
--- a/reference/ftp/functions/ftp-nb-fget.xml
+++ b/reference/ftp/functions/ftp-nb-fget.xml
@@ -1,5 +1,5 @@
-
+
ftp_nb_fget
@@ -26,7 +26,7 @@
file is being downloaded.
- Returns &true; on success or &false; on error.
+ &return.success;
See also ftp_nb_get.
diff --git a/reference/ftp/functions/ftp-nb-fput.xml b/reference/ftp/functions/ftp-nb-fput.xml
index 361e3abad9..1d469b415d 100644
--- a/reference/ftp/functions/ftp-nb-fput.xml
+++ b/reference/ftp/functions/ftp-nb-fput.xml
@@ -1,5 +1,5 @@
-
+
ftp_nb_fput
@@ -26,7 +26,7 @@
file is being downloaded.
- Returns &true; on success or &false; on error.
+ &return.success;
See also ftp_nb_put,
diff --git a/reference/ftp/functions/ftp-nb-get.xml b/reference/ftp/functions/ftp-nb-get.xml
index 4a6d956a90..0e75a1546e 100644
--- a/reference/ftp/functions/ftp-nb-get.xml
+++ b/reference/ftp/functions/ftp-nb-get.xml
@@ -1,5 +1,5 @@
-
+
ftp_nb_get
@@ -26,7 +26,7 @@
file is being downloaded.
- Returns &true; on success or &false; on error.
+ &return.success;
diff --git a/reference/ftp/functions/ftp-nb-put.xml b/reference/ftp/functions/ftp-nb-put.xml
index 67be7cbd2f..8f781da18e 100644
--- a/reference/ftp/functions/ftp-nb-put.xml
+++ b/reference/ftp/functions/ftp-nb-put.xml
@@ -1,5 +1,5 @@
-
+
ftp_nb_put
@@ -25,7 +25,7 @@
file is being downloaded.
- Returns &true; on success or &false; on error.
+ &return.success;
diff --git a/reference/ftp/functions/ftp-pasv.xml b/reference/ftp/functions/ftp-pasv.xml
index 35fb546fd1..01670ff812 100644
--- a/reference/ftp/functions/ftp-pasv.xml
+++ b/reference/ftp/functions/ftp-pasv.xml
@@ -1,5 +1,5 @@
-
+
@@ -21,7 +21,7 @@
rather than by the server.
- Returns &true; on success or &false; on error.
+ &return.success;
diff --git a/reference/ftp/functions/ftp-put.xml b/reference/ftp/functions/ftp-put.xml
index 0830802d4f..ac6ea8ae1d 100644
--- a/reference/ftp/functions/ftp-put.xml
+++ b/reference/ftp/functions/ftp-put.xml
@@ -1,5 +1,5 @@
-
+
@@ -28,7 +28,7 @@
- Returns &true; on success or &false; on error.
+ &return.success;
diff --git a/reference/ftp/functions/ftp-rename.xml b/reference/ftp/functions/ftp-rename.xml
index 68030bbac1..73fe11e97f 100644
--- a/reference/ftp/functions/ftp-rename.xml
+++ b/reference/ftp/functions/ftp-rename.xml
@@ -1,5 +1,5 @@
-
+
@@ -21,7 +21,7 @@
ftp_stream.
- Returns &true; on success or &false; on error.
+ &return.success;
diff --git a/reference/ftp/functions/ftp-rmdir.xml b/reference/ftp/functions/ftp-rmdir.xml
index b9e4d52f09..07c2931259 100644
--- a/reference/ftp/functions/ftp-rmdir.xml
+++ b/reference/ftp/functions/ftp-rmdir.xml
@@ -1,5 +1,5 @@
-
+
@@ -17,7 +17,8 @@
Removes the specified directory.
- Returns &true; on success or &false; on error.
+ &return.success;
+
diff --git a/reference/ftp/functions/ftp-site.xml b/reference/ftp/functions/ftp-site.xml
index 4af0bb4bf0..604608b274 100644
--- a/reference/ftp/functions/ftp-site.xml
+++ b/reference/ftp/functions/ftp-site.xml
@@ -1,5 +1,5 @@
-
+
@@ -21,7 +21,7 @@
membership.
- Returns &true; on success or &false; on error.
+ &return.success;