typo fix in web.texi
authorAndy Wingo <wingo@pobox.com>
Fri, 29 Jun 2012 09:55:40 +0000 (11:55 +0200)
committerAndy Wingo <wingo@pobox.com>
Mon, 2 Jul 2012 21:02:20 +0000 (23:02 +0200)
* doc/ref/web.texi (URIs): Fix a typo/thinko.

doc/ref/web.texi

index 8bb99e2..c374833 100644 (file)
@@ -178,10 +178,10 @@ URI := scheme ":" ["//" [userinfo "@@"] host [":" port]] path \
 
 For example, in the URI, @indicateurl{http://www.gnu.org/help/}, the
 scheme is @code{http}, the host is @code{www.gnu.org}, the path is
-@code{/help/}, and there is no userinfo, port, query, or path.  All URIs
-have a scheme and a path (though the path might be empty).  Some URIs
-have a host, and some of those have ports and userinfo.  Any URI might
-have a query part or a fragment.
+@code{/help/}, and there is no userinfo, port, query, or fragment.  All
+URIs have a scheme and a path (though the path might be empty).  Some
+URIs have a host, and some of those have ports and userinfo.  Any URI
+might have a query part or a fragment.
 
 Userinfo is something of an abstraction, as some legacy URI schemes
 allowed userinfo of the form @code{@var{username}:@var{passwd}}.  But