summaryrefslogtreecommitdiff
path: root/docs/manpages
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2012-08-14 11:05:57 +0300
committerGuido Günther <agx@sigxcpu.org>2012-08-22 10:23:09 +0200
commitf0d4b0d163408be76cfd99c98715b47044bbdfe4 (patch)
tree0dbf9d73c4b4805f63305b634e31b7133c5a2426 /docs/manpages
parent678f85f9b9bdc88348e98684d4344bdfa1b0d61b (diff)
docs: make refentry ids of manpages more consistent
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'docs/manpages')
-rw-r--r--docs/manpages/gbp-clone.sgml2
-rw-r--r--docs/manpages/gbp-create-remote-repo.sgml4
-rw-r--r--docs/manpages/gbp-pq.sgml2
-rw-r--r--docs/manpages/gbp-pull.sgml2
-rw-r--r--docs/manpages/gbp.conf.sgml10
-rw-r--r--docs/manpages/git-buildpackage.sgml2
-rw-r--r--docs/manpages/git-dch.sgml2
-rw-r--r--docs/manpages/git-import-dsc.sgml2
-rw-r--r--docs/manpages/git-import-dscs.sgml2
-rw-r--r--docs/manpages/git-import-orig.sgml2
-rw-r--r--docs/manpages/man.conffiles.sgml2
11 files changed, 16 insertions, 16 deletions
diff --git a/docs/manpages/gbp-clone.sgml b/docs/manpages/gbp-clone.sgml
index 9c32d0c..45c7e2f 100644
--- a/docs/manpages/gbp-clone.sgml
+++ b/docs/manpages/gbp-clone.sgml
@@ -1,4 +1,4 @@
-<refentry id="gbp.man.gbp.clone">
+<refentry id="man.gbp.clone">
<refentryinfo>
<address>
&dhemail;
diff --git a/docs/manpages/gbp-create-remote-repo.sgml b/docs/manpages/gbp-create-remote-repo.sgml
index 93cf926..aa49e62 100644
--- a/docs/manpages/gbp-create-remote-repo.sgml
+++ b/docs/manpages/gbp-create-remote-repo.sgml
@@ -1,4 +1,4 @@
-<refentry id="gbp.man.gbp.create.remote.repo">
+<refentry id="man.gbp.create.remote.repo">
<refentryinfo>
<address>
&dhemail;
@@ -83,7 +83,7 @@
</term>
<listitem>
<para>Name of a config file section in <filename>gbp.conf</filename>
- that specifies the above paramters. See <xref linkend="gbp.man.gbp.conf">
+ that specifies the above paramters. See <xref linkend="man.gbp.conf">
manpage for details.
</para>
</listitem>
diff --git a/docs/manpages/gbp-pq.sgml b/docs/manpages/gbp-pq.sgml
index 7e4dff2..00cafed 100644
--- a/docs/manpages/gbp-pq.sgml
+++ b/docs/manpages/gbp-pq.sgml
@@ -1,4 +1,4 @@
-<refentry id="gbp.man.gbp.pq">
+<refentry id="man.gbp.pq">
<refentryinfo>
<address>
&dhemail;
diff --git a/docs/manpages/gbp-pull.sgml b/docs/manpages/gbp-pull.sgml
index f8a50a9..c100660 100644
--- a/docs/manpages/gbp-pull.sgml
+++ b/docs/manpages/gbp-pull.sgml
@@ -1,4 +1,4 @@
-<refentry id="gbp.man.gbp.pull">
+<refentry id="man.gbp.pull">
<refentryinfo>
<address>
&dhemail;
diff --git a/docs/manpages/gbp.conf.sgml b/docs/manpages/gbp.conf.sgml
index 4336fc4..a0824e4 100644
--- a/docs/manpages/gbp.conf.sgml
+++ b/docs/manpages/gbp.conf.sgml
@@ -1,4 +1,4 @@
-<refentry id="gbp.man.gbp.conf">
+<refentry id="man.gbp.conf">
<refentryinfo>
<address>
&dhemail;
@@ -68,7 +68,7 @@
<para>
<option>key=value</option> pairs of the command sections reflect the command line
-options and their settings. For example <xref linkend="gbp.man.git.buildpackage">
+options and their settings. For example <xref linkend="man.git.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:
@@ -81,7 +81,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="gbp.man.git.import.orig"> commmand has the
+For example the <xref linkend="man.git.import.orig"> commmand has the
<option>--filter</option>=<parameter>pattern</parameter> option which can
be truned into a configuration file option like this:
</para>
@@ -103,7 +103,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="gbp.man.git.import.orig">; has the <option>--pristine-tar</option> and
+<xref linkend="man.git.import.orig">; has the <option>--pristine-tar</option> and
<option>--no-pristine-tar</option> options which translate to:
</para>
<programlisting>
@@ -133,7 +133,7 @@ can't be configured via gbp.conf.
</note>
<para>
-<xref linkend="gbp.man.gbp.create.remote.repo"> can additionally parse remote site
+<xref linkend="man.gbp.create.remote.repo"> can additionally parse remote site
configurations from <filename>gbp.conf</filename>. For example a configration like:
</para>
diff --git a/docs/manpages/git-buildpackage.sgml b/docs/manpages/git-buildpackage.sgml
index 7b06b85..a415161 100644
--- a/docs/manpages/git-buildpackage.sgml
+++ b/docs/manpages/git-buildpackage.sgml
@@ -1,4 +1,4 @@
-<refentry id="gbp.man.git.buildpackage">
+<refentry id="man.git.buildpackage">
<refentryinfo>
<address>
&dhemail;
diff --git a/docs/manpages/git-dch.sgml b/docs/manpages/git-dch.sgml
index 07f003e..a009a58 100644
--- a/docs/manpages/git-dch.sgml
+++ b/docs/manpages/git-dch.sgml
@@ -1,4 +1,4 @@
-<refentry id="gbp.man.git.dch">
+<refentry id="man.git.dch">
<refentryinfo>
<address>
&dhemail;
diff --git a/docs/manpages/git-import-dsc.sgml b/docs/manpages/git-import-dsc.sgml
index fd04979..cb73fed 100644
--- a/docs/manpages/git-import-dsc.sgml
+++ b/docs/manpages/git-import-dsc.sgml
@@ -1,4 +1,4 @@
-<refentry id="gbp.man.git.import.dsc">
+<refentry id="man.git.import.dsc">
<refentryinfo>
<address>
&dhemail;
diff --git a/docs/manpages/git-import-dscs.sgml b/docs/manpages/git-import-dscs.sgml
index 79fee24..3496cb1 100644
--- a/docs/manpages/git-import-dscs.sgml
+++ b/docs/manpages/git-import-dscs.sgml
@@ -1,4 +1,4 @@
-<refentry id="gbp.man.git.import.dscs">
+<refentry id="man.git.import.dscs">
<refentryinfo>
<address>
&dhemail;
diff --git a/docs/manpages/git-import-orig.sgml b/docs/manpages/git-import-orig.sgml
index fb9f7a9..610f3ba 100644
--- a/docs/manpages/git-import-orig.sgml
+++ b/docs/manpages/git-import-orig.sgml
@@ -1,4 +1,4 @@
-<refentry id="gbp.man.git.import.orig">
+<refentry id="man.git.import.orig">
<refentryinfo>
<address>
&dhemail;
diff --git a/docs/manpages/man.conffiles.sgml b/docs/manpages/man.conffiles.sgml
index 70c16cc..70d1ca7 100644
--- a/docs/manpages/man.conffiles.sgml
+++ b/docs/manpages/man.conffiles.sgml
@@ -1,4 +1,4 @@
<title>CONFIGURATION FILES</title>
<para>Several <filename>gbp.conf</filename> files are parsed
to set defaults for the above commandline arguments. See the
- <xref linkend="gbp.man.gbp.conf"> manpage for details.</para>
+ <xref linkend="man.gbp.conf"> manpage for details.</para>