[Gmp-commit] /var/hg/gmp: Fix a typo by using math symbols instead of verbiage.

mercurial at gmplib.org mercurial at gmplib.org
Wed Dec 19 15:59:05 CET 2012


details:   /var/hg/gmp/rev/04c6f5300c93
changeset: 15203:04c6f5300c93
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Wed Dec 19 15:59:02 2012 +0100
description:
Fix a typo by using math symbols instead of verbiage.

diffstat:

 doc/gmp.texi |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 7e0283ea1819 -r 04c6f5300c93 doc/gmp.texi
--- a/doc/gmp.texi	Wed Dec 19 15:33:33 2012 +0100
+++ b/doc/gmp.texi	Wed Dec 19 15:59:02 2012 +0100
@@ -3647,7 +3647,7 @@
 @deftypefun void mpz_primorial_ui (mpz_t @var{rop}, unsigned long int @var{n})
 @cindex Primorial functions
 Set @var{rop} to the primorial of @var{n}, i.e. the product of all positive
-prime numbers smaller then or equal to @var{n}.
+prime numbers @math{@le{}@var{n}}.
 @end deftypefun
 
 @deftypefun void mpz_bin_ui (mpz_t @var{rop}, mpz_t @var{n}, unsigned long int @var{k})


More information about the gmp-commit mailing list