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