summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-12-01 11:16:56 +0100
committerGuido Günther <agx@sigxcpu.org>2017-12-01 11:16:56 +0100
commit6b43cfe57c56a1a1780c3741e186ce71ee51f252 (patch)
tree6c393b5b994ee9ac7584dbd3c7ece7d2f0cdf99c
parenta0c13b92e97922003f58e25ef49a428a80a16c94 (diff)
docs: gbp.conf: bring back section names
These got lost in f6e360f6ca0b4e3b510f82546a1daada592b18b6.
-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"/>,