From bab04acc3a32b4b69b8b02d9bca634e1953e3307 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 18 Nov 2009 13:58:59 +0000 Subject: [PATCH] svn path=/nixpkgs/trunk/; revision=18420 --- doc/coding-conventions.xml | 2 +- doc/quick-start.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/coding-conventions.xml b/doc/coding-conventions.xml index b941e3ca2a6..282fad66280 100644 --- a/doc/coding-conventions.xml +++ b/doc/coding-conventions.xml @@ -207,7 +207,7 @@ args.stdenv.mkDerivation (args // { -
File naming and organisation +
File naming and organisation Names of files and directories should be in lowercase, with dashes between words — not in camel case. For instance, it should be diff --git a/doc/quick-start.xml b/doc/quick-start.xml index 6f49bee4b64..9cacb1fcccf 100644 --- a/doc/quick-start.xml +++ b/doc/quick-start.xml @@ -25,8 +25,8 @@ $ cd nixpkgs pkgs/development/libraries/pkgname, while a web browser goes into pkgs/applications/networking/browsers/pkgname. - See Section XXX for some hints on the tree organisation. Create a - directory for your package, e.g. + See for some hints on the tree + organisation. Create a directory for your package, e.g. $ svn mkdir pkgs/development/libraries/libfoo