Fix typos in the Nixpkgs Manual. (#70775)

This commit is contained in:
Danny Bautista 2019-10-15 09:52:31 -04:00 committed by Renaud
parent 514f21a68d
commit 3a90d58a44
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@
However, this does not allow unfree software for individual users. Their configurations are managed separately. However, this does not allow unfree software for individual users. Their configurations are managed separately.
</para> </para>
<para> <para>
A user's of nixpkgs configuration is stored in a user-specific configuration file located at <filename>~/.config/nixpkgs/config.nix</filename>. For example: A user's nixpkgs configuration is stored in a user-specific configuration file located at <filename>~/.config/nixpkgs/config.nix</filename>. For example:
<programlisting> <programlisting>
{ {
allowUnfree = true; allowUnfree = true;

View File

@ -1692,7 +1692,7 @@ someVar=$(stripHash $name)
</term> </term>
<listitem> <listitem>
<para> <para>
Convenience function for <literal>makeWrapper</literal> that automatically creates a sane wrapper file It takes all the same arguments as <literal>makeWrapper</literal>, except for <literal>--argv0</literal>. Convenience function for <literal>makeWrapper</literal> that automatically creates a sane wrapper file. It takes all the same arguments as <literal>makeWrapper</literal>, except for <literal>--argv0</literal>.
</para> </para>
<para> <para>
It cannot be applied multiple times, since it will overwrite the wrapper file. It cannot be applied multiple times, since it will overwrite the wrapper file.
@ -1869,7 +1869,7 @@ addEnvHooks "$hostOffset" myBashFunction
</para> </para>
<para> <para>
Here are some more packages that provide a setup hook. Since the list of hooks is extensible, this is not an exhaustive list the mechanism is only to be used as a last resort, it might cover most uses. Here are some more packages that provide a setup hook. Since the list of hooks is extensible, this is not an exhaustive list. The mechanism is only to be used as a last resort, so it might cover most uses.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term> <term>