From c21c9b7c80ab30150d42623e4d98fc0c73e9c5d7 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Mon, 28 Jan 2019 17:45:58 +0100 Subject: [PATCH 1/3] removed s --- doc/rst/dbz2.1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rst/dbz2.1.rst b/doc/rst/dbz2.1.rst index 9a3179cc3..1fbf91b6f 100644 --- a/doc/rst/dbz2.1.rst +++ b/doc/rst/dbz2.1.rst @@ -37,7 +37,7 @@ OPTIONS .. option:: -m, --memory SIZE - Limit the memory that can be used by a processs, in bytes (optional). + Limit the memory that can be used by a process, in bytes (optional). .. option:: -v, --verbose From eb6a329ae20c86cd9b7ab76fa0bad5a5fb1aab9b Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Mon, 28 Jan 2019 17:47:02 +0100 Subject: [PATCH 2/3] fixed source --- doc/rst/dcmp.1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rst/dcmp.1.rst b/doc/rst/dcmp.1.rst index fcc790831..9bd696d00 100644 --- a/doc/rst/dcmp.1.rst +++ b/doc/rst/dcmp.1.rst @@ -110,7 +110,7 @@ For example, the following expression reports entries that exist in both source EXIST=COMMON@TYPE=DIFFER The AND operator binds with higher precedence than the OR operator. -For example, the following expression matches on entries which either (exist in both soure and destination and whose types differ) or (only exist in the source):: +For example, the following expression matches on entries which either (exist in both source and destination and whose types differ) or (only exist in the source):: EXIST=COMMON@TYPE=DIFFER,EXIST=SRC_ONLY From 937c7083aa7cf0cd2c39a0e8682fb9638b5ef3c5 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Mon, 28 Jan 2019 17:50:28 +0100 Subject: [PATCH 3/3] fixed simultaneously --- doc/rst/libmfu.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rst/libmfu.rst b/doc/rst/libmfu.rst index 591376028..1ead06429 100644 --- a/doc/rst/libmfu.rst +++ b/doc/rst/libmfu.rst @@ -49,7 +49,7 @@ independently of other MPI processes. Other functions operate on the global list in a collective fashion, such as deleting all items in a file list. All processes in the MPI job must invoke -these functions simultaenously. +these functions simultaneously. For full details, see `mfu_flist.h `_ and refer to its usage in existing tools.