diff --git a/doc/language-support.xml b/doc/language-support.xml
index 14e8aa7a7ba4..def0de1d91f2 100644
--- a/doc/language-support.xml
+++ b/doc/language-support.xml
@@ -257,7 +257,7 @@ are provided with all modules included.
buildEnv
Function to build python interpreter environments with extra packages bundled together.
- See for usage and documentation.
+ See for usage and documentation.
@@ -587,7 +587,7 @@ sed -i '/ = data_files/d' setup.py
There is no need to have global site-packages in Nix. Each package has isolated
dependency tree and installing any python package will only populate $PATH
- inside user environment. See to create self-contained
+ inside user environment. See to create self-contained
interpreter with a set of packages.
@@ -876,7 +876,7 @@ Runtime) instead of the OpenJRE.
in
pkgs/development/lua-modules/generic/default.nix
and works similarly to buildPerlPackage. (See
- for details.)
+ for details.)
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index 58310834fd2f..4e51db730105 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -59,7 +59,7 @@ build. To make this easier, the standard environment breaks the
package build into a number of phases, all of
which can be overridden or modified individually: unpacking the
sources, applying patches, configuring, building, and installing.
-(There are some others; see .)
+(There are some others; see .)
For instance, a package that doesn’t supply a makefile but instead has
to be compiled “manually” could be handled like this: