changeset 6764:a156a04768bf

gcd in menu
author Karl Berry <karl@freefriends.org>
date Sun, 30 Apr 2006 13:38:54 +0000
parents 16c1945e9422
children eccab879e7e7
files doc/gcd.texi doc/gnulib.texi
diffstat 2 files changed, 6 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/doc/gcd.texi
+++ b/doc/gcd.texi
@@ -1,5 +1,5 @@
 @node gcd
-@section gcd
+@section gcd: greatest common divisor
 @findex gcd
 
 The @code{gcd} function returns the greatest common divisor of two numbers
--- a/doc/gnulib.texi
+++ b/doc/gnulib.texi
@@ -1,5 +1,5 @@
 \input texinfo   @c -*-texinfo-*-
-@comment $Id: gnulib.texi,v 1.20 2006-04-29 16:15:46 haible Exp $
+@comment $Id: gnulib.texi,v 1.21 2006-04-30 13:38:54 karl Exp $
 @comment %**start of header
 @setfilename gnulib.info
 @settitle GNU Gnulib
@@ -7,14 +7,14 @@
 @syncodeindex pg cp
 @comment %**end of header
 
-@set UPDATED $Date: 2006-04-29 16:15:46 $
+@set UPDATED $Date: 2006-04-30 13:38:54 $
 
 @copying
 This manual is for GNU Gnulib (updated @value{UPDATED}),
 which is a library of common routines intended to be shared at the
 source level.
 
-Copyright @copyright{} 2004, 2005 Free Software Foundation, Inc.
+Copyright @copyright{} 2004, 2005, 2006 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -85,6 +85,7 @@
 * Quoting::
 * ctime::
 * inet_ntoa::
+* gcd::
 * Out of memory handling::
 * Library version handling::
 * Regular expressions::
@@ -177,14 +178,11 @@
 @end itemize
 
 
-@include gcd.texi
-
-
 @include quote.texi
 
-
 @include ctime.texi
 
+@include gcd.texi
 
 @include inet_ntoa.texi