guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 03/03: Fix makeinfo warnings


From: Andy Wingo
Subject: [Guile-commits] 03/03: Fix makeinfo warnings
Date: Wed, 1 Mar 2017 15:51:16 -0500 (EST)

wingo pushed a commit to branch master
in repository guile.

commit f2db8fc2f5f6d316710282ce0b663a3ebe8053a1
Author: Andy Wingo <address@hidden>
Date:   Wed Mar 1 21:49:47 2017 +0100

    Fix makeinfo warnings
    
    * doc/ref/api-languages.texi (Nil):
    * doc/ref/statprof.texi (Statprof): Use headings instead of sections to
      avoid makeinfo warnings.
---
 doc/ref/api-languages.texi | 2 +-
 doc/ref/statprof.texi      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/ref/api-languages.texi b/doc/ref/api-languages.texi
index dd4f223..839e6ea 100644
--- a/doc/ref/api-languages.texi
+++ b/doc/ref/api-languages.texi
@@ -138,7 +138,7 @@ only one bit, and so a test for, for example, 
@address@hidden
 may be made very efficiently. See @code{libguile/boolean.h}, for more
 information.
 
address@hidden Equality
address@hidden Equality
 
 Since Scheme's @code{equal?} must be transitive, and @code{'()}
 is not @code{equal?} to @code{#f}, to Scheme @code{nil} is not
diff --git a/doc/ref/statprof.texi b/doc/ref/statprof.texi
index 6282811..65f0d47 100644
--- a/doc/ref/statprof.texi
+++ b/doc/ref/statprof.texi
@@ -89,7 +89,7 @@ because the overhead of call-counting unfairly penalizes 
calls.  Still,
 this precise mode can be useful at times to do algorithmic optimizations
 based on the precise call counts.
 
address@hidden Implementation notes
address@hidden Implementation notes
 
 The profiler works by setting the unix profiling signal
 @code{ITIMER_PROF} to go off after the interval you define in the call
@@ -109,7 +109,7 @@ code has been executing within the profiler.  Only run time 
counts
 towards the profile, not wall-clock time.  For example, sleeping and
 waiting for input or output do not cause the timer clock to advance.
 
address@hidden Usage
address@hidden Usage
 
 @deffn {Scheme Procedure} statprof thunk @
        [#:loop loop=1] [#:hz hz=100] @



reply via email to

[Prev in Thread] Current Thread [Next in Thread]