diff --git a/doc/stdenv/multiple-output.xml b/doc/stdenv/multiple-output.xml
index 20658918db72..f710a9959ad2 100644
--- a/doc/stdenv/multiple-output.xml
+++ b/doc/stdenv/multiple-output.xml
@@ -154,7 +154,7 @@
- is for development-only files. These include C(++) headers, pkg-config, cmake and aclocal files. They go to dev or out by default.
+ is for development-only files. These include C(++) headers (include/), pkg-config (lib/pkgconfig/), cmake (lib/cmake/) and aclocal files (share/aclocal/). They go to dev or out by default.
@@ -164,7 +164,7 @@
- is meant for user-facing binaries, typically residing in bin/. They go to bin or out by default.
+ is meant for user-facing binaries, typically residing in bin/. They go to bin or out by default.
@@ -194,7 +194,7 @@
- is for developer documentation. Currently we count gtk-doc and devhelp books in there. It goes to devdoc or is removed (!) by default. This is because e.g. gtk-doc tends to be rather large and completely unused by nixpkgs users.
+ is for developer documentation. Currently we count gtk-doc and devhelp books, typically residing in share/gtk-doc/ and share/devhelp/, in there. It goes to devdoc or is removed (!) by default. This is because e.g. gtk-doc tends to be rather large and completely unused by nixpkgs users.
@@ -204,7 +204,7 @@
- is for man pages (except for section 3). They go to man or $outputBin by default.
+ is for man pages (except for section 3), typically residing in share/man/man[0-9]/. They go to man or $outputBin by default.
@@ -214,7 +214,7 @@
- is for section 3 man pages. They go to devman or $outputMan by default.
+ is for section 3 man pages, typically residing in share/man/man3/. They go to devman or $outputMan by default.
@@ -224,7 +224,7 @@
- is for info pages. They go to info or $outputBin by default.
+ is for info pages, typically residing in share/info/. They go to info or $outputBin by default.