[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323

Bernhard R. Link brlink at debian.org
Tue Apr 24 15:54:07 UTC 2012


The following commit has been merged in the cleanedupstream branch:
commit 45d2dcb4c1dfe30bc3993d5f2176c230a214383d
Author: Hans Schoenemann <hannes at mathematik.uni-kl.de>
Date:   Mon Mar 12 16:25:32 2012 +0100

    fix: system("cpu) -> system("--cpus")

diff --git a/doc/reference.doc b/doc/reference.doc
index 472f229..748fe55 100644
--- a/doc/reference.doc
+++ b/doc/reference.doc
@@ -1,4 +1,4 @@
- at comment -*-texinfo-*-
+s at comment -*-texinfo-*-
 @comment this file contains the reference part of the manual
 
 @c The following directives are necessary for proper compilation
@@ -6991,7 +6991,7 @@ sent literally to the shell.
 @cindex pid
 @cindex system, pid
 returns the process number as int (for creating unique names).
- at item @code{system("cpu")}
+ at item @code{system("--cpus")}
 @cindex cpu
 @cindex system, cpu
 returns the number of cpu cores as int (for using multiple cores).

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list