guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/doc posix.texi


From: Gary Houston
Subject: guile/guile-core/doc posix.texi
Date: Sun, 17 Jun 2001 13:45:33 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Gary Houston <address@hidden>   01/06/17 13:45:33

Modified files:
        guile-core/doc : posix.texi 

Log message:
        fixed doc code bug

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/posix.texi.diff?cvsroot=OldCVS&tr1=1.10&tr2=1.11&r1=text&r2=text

Patches:
Index: guile/guile-core/doc/posix.texi
diff -u guile/guile-core/doc/posix.texi:1.10 
guile/guile-core/doc/posix.texi:1.11
--- guile/guile-core/doc/posix.texi:1.10        Sat Jun 16 13:16:12 2001
+++ guile/guile-core/doc/posix.texi     Sun Jun 17 13:45:33 2001
@@ -81,7 +81,7 @@
  (lambda ()
    (mkdir "/this-ought-to-fail-if-I'm-not-root"))
  (lambda stuff
-   (let ((errno (system-error-errno 4)))
+   (let ((errno (system-error-errno stuff)))
      (cond
       ((= errno EACCES)
        (display "You're not allowed to do that."))



reply via email to

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