summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--docs/manpages/gbp.conf.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/manpages/gbp.conf.xml b/docs/manpages/gbp.conf.xml
index 0e5dd978..caf56711 100644
--- a/docs/manpages/gbp.conf.xml
+++ b/docs/manpages/gbp.conf.xml
@@ -59,11 +59,12 @@
hash sign (<option>#</option>). The overall layout is:
</para>
<programlisting>
+ [DEFAULTS]
# This section is for global settings. Affects all commands.
# Options set here have the lowest priority.
key = value
-
+ [&lt;command&gt;]
# Specific sections for each command, like <command>buildpackage</command>
# Options set here have lower priority than command line options
key = value
@@ -245,6 +246,7 @@
<refsect1>
<title>SEE ALSO</title>
<para>
+ <xref linkend="man.gbp.config"/>,
<xref linkend="man.gbp.clone"/>,
<xref linkend="man.gbp.create.remote.repo"/>,
<xref linkend="man.gbp.pq"/>,