From 7d4567f2cc16959e827f542e6de76a28ff11789e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 11 Oct 2006 21:59:33 +0000 Subject: * Removed URIs from the evaluator (NIX-66). They are now just another kind of notation for strings. --- doc/manual/writing-nix-expressions.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/manual/writing-nix-expressions.xml b/doc/manual/writing-nix-expressions.xml index e8d84164e3df..b8d097ae2286 100644 --- a/doc/manual/writing-nix-expressions.xml +++ b/doc/manual/writing-nix-expressions.xml @@ -649,16 +649,20 @@ configureFlags = " some of which in turn contain expressions (e.g., ${mesa}). + As a convenience, URIs as defined in + appendix B of RFC 2396 + can be written as is, without quotes. For + instance, the string + "https://svn.cs.uu.nl:12443/dist/trace/trace-nix-trunk.tar.bz2" + can also be written as + https://svn.cs.uu.nl:12443/dist/trace/trace-nix-trunk.tar.bz2. + Integers, e.g., 123. - URIs as defined in appendix B - of RFC - 2396, e.g., - https://svn.cs.uu.nl:12443/dist/trace/trace-nix-trunk.tar.bz2. - Paths, e.g., /bin/sh or ./builder.sh. A path must contain at least one slash to be recognised as such; for -- cgit 1.4.1