* [PATCH] Update copyright date of manual, and a small fix
@ 2011-02-01 9:37 Mark H Weaver
0 siblings, 0 replies; only message in thread
From: Mark H Weaver @ 2011-02-01 9:37 UTC (permalink / raw)
To: guile-devel
[-- Attachment #1: Type: text/plain, Size: 38 bytes --]
A small and obvious fix.
Mark
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Update copyright date of manual, and a small fix --]
[-- Type: text/x-diff, Size: 1725 bytes --]
From a1cb834b176f51fced0d8e346767151508540729 Mon Sep 17 00:00:00 2001
From: Mark H Weaver <mhw@netris.org>
Date: Tue, 1 Feb 2011 04:31:13 -0500
Subject: [PATCH] Update copyright date of manual, and a small fix
* doc/ref/guile.texi: Update copyright date to 2011.
* doc/ref/r6rs.texi (rnrs base): Fix typo: `rem0' -> `div0'.
---
doc/ref/guile.texi | 4 ++--
doc/ref/r6rs.texi | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/ref/guile.texi b/doc/ref/guile.texi
index 1e7a277..dfadd13 100644
--- a/doc/ref/guile.texi
+++ b/doc/ref/guile.texi
@@ -12,8 +12,8 @@
@copying
This manual documents Guile version @value{VERSION}.
-Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2010 Free
-Software Foundation.
+Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2009,
+2010, 2011 Free Software Foundation.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
diff --git a/doc/ref/r6rs.texi b/doc/ref/r6rs.texi
index d6d9d9f..ffd238d 100644
--- a/doc/ref/r6rs.texi
+++ b/doc/ref/r6rs.texi
@@ -499,7 +499,7 @@ it returns @math{ceiling(@var{x}/@var{y})}.
@deffnx {Scheme Procedure} div0-and-mod0 x y
These procedures accept two real numbers @var{x} and @var{y}, where the
divisor @var{y} must be non-zero. @code{div0} returns the
-integer @var{q} and @code{rem0} returns the real number
+integer @var{q} and @code{mod0} returns the real number
@var{r} such that @math{@var{x} = @var{q}*@var{y} + @var{r}} and
@math{-abs(@var{y}/2) <= @var{r} < abs(@var{y}/2)}. @code{div0-and-mod0}
returns both @var{q} and @var{r}, and is more efficient than computing
--
1.5.6.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-02-01 9:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-01 9:37 [PATCH] Update copyright date of manual, and a small fix Mark H Weaver
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).