summaryrefslogtreecommitdiff
path: root/docs/manpages
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-06-30 23:37:43 +0200
committerGuido Günther <agx@sigxcpu.org>2013-06-30 23:53:58 +0200
commitfc74aa26134ef89c62c8b6888a142aeb6d4cb4f5 (patch)
treeefd93cac6c157972b098ea9c6a8fba362ebfe260 /docs/manpages
parente829dc5d79e00e4f301c59669e1444a1ff71a080 (diff)
Fix broken xrefs
Diffstat (limited to 'docs/manpages')
-rw-r--r--docs/manpages/gbp-buildpackage.sgml2
-rw-r--r--docs/manpages/gbp-dch.sgml2
-rw-r--r--docs/manpages/gbp-import-dsc.sgml2
-rw-r--r--docs/manpages/gbp-import-dscs.sgml2
-rw-r--r--docs/manpages/gbp-import-orig.sgml2
-rw-r--r--docs/manpages/gbp.conf.sgml6
6 files changed, 8 insertions, 8 deletions
diff --git a/docs/manpages/gbp-buildpackage.sgml b/docs/manpages/gbp-buildpackage.sgml
index c7fc528..a704939 100644
--- a/docs/manpages/gbp-buildpackage.sgml
+++ b/docs/manpages/gbp-buildpackage.sgml
@@ -1,4 +1,4 @@
-<refentry id="man.git.buildpackage">
+<refentry id="man.gbp.buildpackage">
<refentryinfo>
<address>
&dhemail;
diff --git a/docs/manpages/gbp-dch.sgml b/docs/manpages/gbp-dch.sgml
index 96e42f5..177f45d 100644
--- a/docs/manpages/gbp-dch.sgml
+++ b/docs/manpages/gbp-dch.sgml
@@ -1,4 +1,4 @@
-<refentry id="man.git.dch">
+<refentry id="man.gbp.dch">
<refentryinfo>
<address>
&dhemail;
diff --git a/docs/manpages/gbp-import-dsc.sgml b/docs/manpages/gbp-import-dsc.sgml
index 52d8d43..192b521 100644
--- a/docs/manpages/gbp-import-dsc.sgml
+++ b/docs/manpages/gbp-import-dsc.sgml
@@ -1,4 +1,4 @@
-<refentry id="man.git.import.dsc">
+<refentry id="man.gbp.import.dsc">
<refentryinfo>
<address>
&dhemail;
diff --git a/docs/manpages/gbp-import-dscs.sgml b/docs/manpages/gbp-import-dscs.sgml
index b494e29..71ae883 100644
--- a/docs/manpages/gbp-import-dscs.sgml
+++ b/docs/manpages/gbp-import-dscs.sgml
@@ -1,4 +1,4 @@
-<refentry id="man.git.import.dscs">
+<refentry id="man.gbp.import.dscs">
<refentryinfo>
<address>
&dhemail;
diff --git a/docs/manpages/gbp-import-orig.sgml b/docs/manpages/gbp-import-orig.sgml
index 2a2e015..084aca4 100644
--- a/docs/manpages/gbp-import-orig.sgml
+++ b/docs/manpages/gbp-import-orig.sgml
@@ -1,4 +1,4 @@
-<refentry id="man.git.import.orig">
+<refentry id="man.gbp.import.orig">
<refentryinfo>
<address>
&dhemail;
diff --git a/docs/manpages/gbp.conf.sgml b/docs/manpages/gbp.conf.sgml
index 4ffa116..535ea17 100644
--- a/docs/manpages/gbp.conf.sgml
+++ b/docs/manpages/gbp.conf.sgml
@@ -72,7 +72,7 @@ For backwards compatibility sections starting with <filename>git-</filename> or
<para>
<option>key=value</option> pairs of the command sections reflect the command line
-options and their settings. For example <xref linkend="man.git.buildpackage">
+options and their settings. For example <xref linkend="man.gbp.buildpackage">
manualpage contains the <option>--git-export-dir</option>=<parameter>diirectory</parameter>
option which can be turned into configuration file setting by dropping the
<option>--git</option> prefix with:
@@ -85,7 +85,7 @@ option which can be turned into configuration file setting by dropping the
<para>
Notice that some option are actually repeatable, or take Python lists.
-For example the <xref linkend="man.git.import.orig"> commmand has the
+For example the <xref linkend="man.gbp.import.orig"> commmand has the
<option>--filter</option>=<parameter>pattern</parameter> option which can
be truned into a configuration file option like this:
</para>
@@ -107,7 +107,7 @@ An alternative way is to write it using Python list syntax:
<para>
Boolean options can bei either <option>True</option> or <option>False</option>. For example
-<xref linkend="man.git.import.orig">; has the <option>--pristine-tar</option> and
+<xref linkend="man.gbp.import.orig">; has the <option>--pristine-tar</option> and
<option>--no-pristine-tar</option> options which translate to:
</para>
<programlisting>