diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-12-21T21·57+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-12-21T21·57+0000 |
commit | df7a718786c83e1eca908864820bb05ab964c451 (patch) | |
tree | d1df804c89f0c75b60a52c6ce0f89c9fbf7e6b1c /doc/manual/nix-instantiate.xml | |
parent | 397c8ba898a522512ea56a3d2ae78dedda01bd77 (diff) |
* Man pages in sections.
Diffstat (limited to 'doc/manual/nix-instantiate.xml')
-rw-r--r-- | doc/manual/nix-instantiate.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/manual/nix-instantiate.xml b/doc/manual/nix-instantiate.xml new file mode 100644 index 000000000000..2e2749e43441 --- /dev/null +++ b/doc/manual/nix-instantiate.xml @@ -0,0 +1,37 @@ +<refentry> + <refnamediv> + <refname>nix-instantiate</refname> + <refpurpose>generate Nix expressions from a high-level description</refpurpose> + </refnamediv> + + <refsynopsisdiv> + <cmdsynopsis> + <command>fix</command> + <group choice='opt' rep='repeat'> + <arg><option>--verbose</option></arg> + <arg><option>-v</option></arg> + </group> + <arg rep='repeat'><replaceable>files</replaceable></arg> + </cmdsynopsis> + </refsynopsisdiv> + + <refsect1> + <title>Description</title> + + <para> + The command <command>fix</command> generates Nix expressions from + expressions is Fix's own high-level language. While Nix expressions are + very primitive and not intended to be written directly, Fix expressions + are quite easy to write. + </para> + + </refsect1> + +</refentry> + + +<!-- +local variables: +sgml-parent-document: ("book.xml" "refentry") +end: +--> |