[Pkg-octave-commit] [octave-parallel] 04/05: d/p/documentation-typos.patch: New patch

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Wed May 4 13:17:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a commit to branch master
in repository octave-parallel.

commit cdec27d55c1e298516c1d772c092bb91dac4d0f5
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Wed May 4 10:10:10 2016 -0300

    d/p/documentation-typos.patch: New patch
---
 debian/patches/documentation-typos.patch | 43 ++++++++++++++++++++++++++++++++
 debian/patches/series                    |  1 +
 2 files changed, 44 insertions(+)

diff --git a/debian/patches/documentation-typos.patch b/debian/patches/documentation-typos.patch
new file mode 100644
index 0000000..f9b2265
--- /dev/null
+++ b/debian/patches/documentation-typos.patch
@@ -0,0 +1,43 @@
+Description: Fix spelling errors in the documentation
+Author: Rafael Laboissiere <rafael at laboissiere.net>
+Forwarded: https://savannah.gnu.org/bugs/index.php?47845
+Last-Update: 2016-05-04
+
+--- octave-parallel-3.1.0.orig/doc/parallel.txi
++++ octave-parallel-3.1.0/doc/parallel.txi
+@@ -65,7 +65,7 @@ this document. They should work, however
+ This documentation applies to version @PACKAGEVERSION of the parallel
+ package.
+ 
+-The package contains functions for explicite local parallel execution,
++The package contains functions for explicit local parallel execution,
+ and functions for parallel execution over a cluster of machines,
+ possibly combined with local parallel execution at each machine of the
+ cluster.
+@@ -127,7 +127,7 @@ work, but encryption and authentication
+ @chapter Functions for local parallel execution
+ @cindex local execution
+ 
+-Explicite local parallel execution, with the intent to exploit more than
++Explicit local parallel execution, with the intent to exploit more than
+ one local processor(-core), is performed by calling a user-defined
+ function in parallel with several different arguments. This is done in
+ parallel @emph{processes}, so any changes to (global) variables in the
+@@ -139,7 +139,7 @@ to Octaves @code{cellfun} and @code{parc
+ 
+ Note that some operations in Octave, particularly some matrix
+ operations, may already be performed in parallel threads. This may limit
+-the advantage yielded by explicite local parallel execution. Also, RAM
++the advantage yielded by explicit local parallel execution. Also, RAM
+ access can be a bottleneck which limits computation speed of multicore
+ computing.
+ 
+@@ -396,7 +396,7 @@ is the same at the server.
+ using @code{varargin}.
+ @end itemize
+ 
+-Anonymous functions should be useable as usual, since the function
++Anonymous functions should be usable as usual, since the function
+ specification sent to the server will include the anonymous functions
+ context.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..086ffff
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+documentation-typos.patch

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-parallel.git



More information about the Pkg-octave-commit mailing list