diff --git a/doc/manual/command-ref/conf-file.xml b/doc/manual/command-ref/conf-file.xml
index a7d60538c..0f7a2deba 100644
--- a/doc/manual/command-ref/conf-file.xml
+++ b/doc/manual/command-ref/conf-file.xml
@@ -437,10 +437,18 @@ flag, e.g. --option gc-keep-outputs false.
trying to download from a remote host through HTTP or HTTPS. Defaults to
$NIX_CONF_DIR/netrc.
- The netrc file consists of zero or more lines
- like: machine my-machine login
- my-username password
- my-password.
+ The netrc file consists of a list of
+ accounts in the following format:
+
+
+machine my-machine
+login my-username
+password my-password
+
+
+ For the exact syntax, see the
+ curl documentation.