Skip to content

Commit

Permalink
Merge pull request #224 from 0xflotus/patch-1
Browse files Browse the repository at this point in the history
[docs]: fixed small errors
  • Loading branch information
gonsie authored Jan 28, 2019
2 parents 06b0b1f + 937c708 commit 3d42364
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/rst/dbz2.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion doc/rst/dcmp.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion doc/rst/libmfu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/hpc/mpifileutils/blob/master/src/common/mfu_flist.h>`_
and refer to its usage in existing tools.
Expand Down

0 comments on commit 3d42364

Please sign in to comment.