diff --git a/reference/svn/functions/svn-fs-abort-txn.xml b/reference/svn/functions/svn-fs-abort-txn.xml index 7fc2667727eb..3a7963359b30 100644 --- a/reference/svn/functions/svn-fs-abort-txn.xml +++ b/reference/svn/functions/svn-fs-abort-txn.xml @@ -3,7 +3,7 @@ svn_fs_abort_txn - Abort a transaction, returns true if everything is okay, false otherwise + Aborts a transaction @@ -14,10 +14,10 @@ &warn.undocumented.func; - Abort a transaction, returns true if everything is okay, false otherwise + Aborts a transaction. - + &reftitle.notes; &warn.experimental.func; diff --git a/reference/svn/functions/svn-fs-copy.xml b/reference/svn/functions/svn-fs-copy.xml index 616404b53d84..f12736df41fa 100644 --- a/reference/svn/functions/svn-fs-copy.xml +++ b/reference/svn/functions/svn-fs-copy.xml @@ -3,7 +3,7 @@ svn_fs_copy - Copies a file or a directory, returns true if all is ok, false otherwise + Copies a file or a directory @@ -17,10 +17,10 @@ &warn.undocumented.func; - Copies a file or a directory, returns true if all is ok, false otherwise + Copies a file or a directory. - + &reftitle.notes; &warn.experimental.func; diff --git a/reference/svn/functions/svn-fs-delete.xml b/reference/svn/functions/svn-fs-delete.xml index 956bd9df8ec4..612c4e650afa 100644 --- a/reference/svn/functions/svn-fs-delete.xml +++ b/reference/svn/functions/svn-fs-delete.xml @@ -3,7 +3,7 @@ svn_fs_delete - Deletes a file or a directory, return true if all is ok, false otherwise + Deletes a file or a directory @@ -15,10 +15,10 @@ &warn.undocumented.func; - Deletes a file or a directory, return true if all is ok, false otherwise + Deletes a file or a directory. - + &reftitle.notes; &warn.experimental.func; diff --git a/reference/svn/functions/svn-fs-is-dir.xml b/reference/svn/functions/svn-fs-is-dir.xml index 8eb97c6924ad..f8f51f372e5d 100644 --- a/reference/svn/functions/svn-fs-is-dir.xml +++ b/reference/svn/functions/svn-fs-is-dir.xml @@ -3,7 +3,7 @@ svn_fs_is_dir - Return true if the path points to a directory, false otherwise + Determines if a path points to a directory @@ -15,10 +15,10 @@ &warn.undocumented.func; - Return true if the path points to a directory, false otherwise + Determines if the given path points to a directory. - + &reftitle.notes; &warn.experimental.func; diff --git a/reference/svn/functions/svn-fs-is-file.xml b/reference/svn/functions/svn-fs-is-file.xml index 78bb3c36ce68..ab3508d78913 100644 --- a/reference/svn/functions/svn-fs-is-file.xml +++ b/reference/svn/functions/svn-fs-is-file.xml @@ -3,7 +3,7 @@ svn_fs_is_file - Return true if the path points to a file, false otherwise + Determines if a path points to a file @@ -15,10 +15,10 @@ &warn.undocumented.func; - Return true if the path points to a file, false otherwise + Determines if the given path points to a file. - + &reftitle.notes; &warn.experimental.func; diff --git a/reference/svn/functions/svn-fs-make-dir.xml b/reference/svn/functions/svn-fs-make-dir.xml index 4cbad43f8c3f..c460bbde7033 100644 --- a/reference/svn/functions/svn-fs-make-dir.xml +++ b/reference/svn/functions/svn-fs-make-dir.xml @@ -3,7 +3,7 @@ svn_fs_make_dir - Creates a new empty directory, returns true if all is ok, false otherwise + Creates a new empty directory @@ -15,10 +15,10 @@ &warn.undocumented.func; - Creates a new empty directory, returns true if all is ok, false otherwise + Creates a new empty directory. - + &reftitle.notes; &warn.experimental.func; diff --git a/reference/svn/functions/svn-fs-make-file.xml b/reference/svn/functions/svn-fs-make-file.xml index 0cf4fce5285e..1684244dca44 100644 --- a/reference/svn/functions/svn-fs-make-file.xml +++ b/reference/svn/functions/svn-fs-make-file.xml @@ -3,7 +3,7 @@ svn_fs_make_file - Creates a new empty file, returns true if all is ok, false otherwise + Creates a new empty file @@ -15,10 +15,10 @@ &warn.undocumented.func; - Creates a new empty file, returns true if all is ok, false otherwise + Creates a new empty file. - + &reftitle.notes; &warn.experimental.func;