[Pkg-openmpi-commits] r223 - in /openmpi/trunk/debian: changelog patches/manpage-spelling-errors patches/series

manuel at users.alioth.debian.org manuel at users.alioth.debian.org
Tue Jan 5 14:36:13 UTC 2010


Author: manuel
Date: Tue Jan  5 14:36:13 2010
New Revision: 223

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=223
Log:
Fixed several spelling-error-in-manpage lintian warnings

Added:
    openmpi/trunk/debian/patches/manpage-spelling-errors
Modified:
    openmpi/trunk/debian/changelog
    openmpi/trunk/debian/patches/series

Modified: openmpi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/changelog?rev=223&op=diff
==============================================================================
--- openmpi/trunk/debian/changelog (original)
+++ openmpi/trunk/debian/changelog Tue Jan  5 14:36:13 2010
@@ -11,8 +11,9 @@
   * Added hppa (back) to the list of architectures. Closes: #389306.
   * Removed conflict with libopal-dev in libopenmpi-dev. Closes: #559161.
   * Removed conflict with ancient pgapack in libopenmpi-dev.
-
- -- Manuel Prinz <manuel at debian.org>  Tue, 05 Jan 2010 15:19:55 +0100
+  * Fixed several spelling-error-in-manpage lintian warnings.
+
+ -- Manuel Prinz <manuel at debian.org>  Tue, 05 Jan 2010 15:34:53 +0100
 
 openmpi (1.3.3-4) unstable; urgency=medium
 

Added: openmpi/trunk/debian/patches/manpage-spelling-errors
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/patches/manpage-spelling-errors?rev=223&op=file
==============================================================================
--- openmpi/trunk/debian/patches/manpage-spelling-errors (added)
+++ openmpi/trunk/debian/patches/manpage-spelling-errors Tue Jan  5 14:36:13 2010
@@ -1,0 +1,71 @@
+Description: Fix spelling errors in manpages
+ This patch fixes minor spelling errors in several manpages.
+Author: Manuel Prinz <manuel at debian.org>
+Last-Update: 2010-01-05
+
+--- a/orte/tools/orterun/orterun.1in
++++ b/orte/tools/orterun/orterun.1in
+@@ -680,7 +680,7 @@
+ The \fI-nolocal\fP option prevents any processes from being mapped onto the
+ local host (in this case node aa).  While \fImpirun\fP typically consumes
+ few system resources, \fI-nolocal\fP can be helpful for launching very
+-large jobs where \fImpirun\fP may actually need to use noticable amounts
++large jobs where \fImpirun\fP may actually need to use noticeable amounts
+ of memory and/or processing time.
+ .
+ .PP
+--- a/opal/tools/opal-restart/opal-restart.1in
++++ b/opal/tools/opal-restart/opal-restart.1in
+@@ -63,7 +63,7 @@
+ .TP
+ .B -s | --self
+ Restart this process using the \fIself\fR CRS component. This component is a
+-special case, all other CRS components are automaticly detected.
++special case, all other CRS components are automatically detected.
+ .
+ .
+ .TP
+--- a/ompi/mpi/man/man3/MPI_Comm_split.3in
++++ b/ompi/mpi/man/man3/MPI_Comm_split.3in
+@@ -35,7 +35,7 @@
+ Control of subset assignment (nonnegative integer).
+ .TP 1i
+ key
+-Control of rank assigment (integer).
++Control of rank assignment (integer).
+ 
+ .SH OUTPUT PARAMETERS
+ .ft R
+--- a/ompi/mpi/man/man3/MPI_Grequest_start.3in
++++ b/ompi/mpi/man/man3/MPI_Grequest_start.3in
+@@ -135,7 +135,7 @@
+                bool \fIcomplete\fP);
+ .fi
+ .sp
+-The \fIcancel_fn\fP function is invoked to start the cancelation of a generalized request. It is called by MPI_Request_cancel(request). MPI passes to the callback function complete=true if MPI_Grequest_complete has already been called on the request, and complete=false otherwise. 
++The \fIcancel_fn\fP function is invoked to start the cancellation of a generalized request. It is called by MPI_Request_cancel(request). MPI passes to the callback function complete=true if MPI_Grequest_complete has already been called on the request, and complete=false otherwise.
+ 
+ .SH FORTRAN 77 NOTES
+ .ft R
+--- a/ompi/mpi/man/man3/MPI_Intercomm_create.3in
++++ b/ompi/mpi/man/man3/MPI_Intercomm_create.3in
+@@ -26,7 +26,7 @@
+ Intercomm Intracomm::Create_intercomm(int \fIlocal_leader\fP, const 
+ 	Comm& \fIpeer_comm\fP, int \fIremote_leader\fP, int \fItag\fP) const
+ 
+-.SH INPUT PARAMTERS
++.SH INPUT PARAMETERS
+ .ft R
+ .TP 1i
+ local_comm
+--- a/ompi/mpi/man/man3/MPI_Keyval_create.3in
++++ b/ompi/mpi/man/man3/MPI_Keyval_create.3in
+@@ -76,7 +76,7 @@
+ .SH NOTES
+ Key values are global (available for any and all communicators).
+ .sp
+-There are subtle differences between C and Fortran that require that the copy_fn be written in the same language that MPI_Keyval_create is called from. This should not be a problem for most users; only programers using both Fortran and C in the same program need to be sure that they follow this rule. 
++There are subtle differences between C and Fortran that require that the copy_fn be written in the same language that MPI_Keyval_create is called from. This should not be a problem for most users; only programmers using both Fortran and C in the same program need to be sure that they follow this rule.
+ .sp
+ Even though both formal arguments attribute_val_in
+ and attribute_val_out are of type void*, their usage differs. The C copy function is passed by MPI in attribute_val_in the value of the attribute, and in attribute_val_out the address of the attribute, so as to allow the function to return the (new) attribute value. The use of type void* for both is to avoid messy type casts.  

Modified: openmpi/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/patches/series?rev=223&op=diff
==============================================================================
--- openmpi/trunk/debian/patches/series (original)
+++ openmpi/trunk/debian/patches/series Tue Jan  5 14:36:13 2010
@@ -1,2 +1,3 @@
 manpage-errors-checkpoint
 build_hurd
+manpage-spelling-errors




More information about the Pkg-openmpi-commits mailing list