guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. release_1-9-13-194-ga


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-13-194-gac7f17e
Date: Thu, 16 Dec 2010 15:41:05 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=ac7f17e3ca30ad965dca6067720cc2a05f35063f

The branch, master has been updated
       via  ac7f17e3ca30ad965dca6067720cc2a05f35063f (commit)
      from  299cd1a22941e1685a36f0956302c870b0d824cb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ac7f17e3ca30ad965dca6067720cc2a05f35063f
Author: Andy Wingo <address@hidden>
Date:   Thu Dec 16 16:44:44 2010 +0100

    fix web.texi
    
    * doc/ref/web.texi: Texinfo syntax fixen!

-----------------------------------------------------------------------

Summary of changes:
 doc/ref/web.texi |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/ref/web.texi b/doc/ref/web.texi
index efa6ae7..13ec7a1 100644
--- a/doc/ref/web.texi
+++ b/doc/ref/web.texi
@@ -48,7 +48,7 @@ Guile provides a standard data type for Universal Resource 
Identifiers
 The generic URI syntax is as follows:
 
 @example
-URI := scheme ":" ["//" [userinfo "@"] host [":" port]] path \
+URI := scheme ":" ["//" [userinfo "@@"] host [":" port]] path \
        [ "?" query ] [ "#" fragment ]
 @end example
 
@@ -59,7 +59,7 @@ fragment.
 Userinfo is something of an abstraction, as some legacy URI schemes
 allowed userinfo of the form @address@hidden:@var{passwd}}.
 Passwords don't belong in URIs, so the RFC does not want to condone
-this, but neither can it say that what is before the @address@hidden sign is
+this, but neither can it say that what is before the @code{@@} sign is
 just a username, so the RFC punts on the issue and calls it
 @dfn{userinfo}.
 
@@ -84,7 +84,7 @@ consistency checks to make sure that the constructed URI is 
valid.
 @end defun
 
 @defun uri? x
address@hidden uri-scheme uri
address@hidden uri-scheme uri
 @defunx uri-userinfo uri
 @defunx uri-host uri
 @defunx uri-port uri


hooks/post-receive
-- 
GNU Guile



reply via email to

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