Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Tue, 17 Oct 2017 09:41:31
Message-Id: 1507812194.4e9a228d090df1abf56b12f35849b8b219443ed9.ulm@gentoo
1 commit: 4e9a228d090df1abf56b12f35849b8b219443ed9
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 12 12:43:14 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 12 12:43:14 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=4e9a228d
7
8 metadata-cache: Fix section label.
9
10 metadata-cache.tex | 2 +-
11 tree-layout.tex | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/metadata-cache.tex b/metadata-cache.tex
15 index ed0fa89..47e70a4 100644
16 --- a/metadata-cache.tex
17 +++ b/metadata-cache.tex
18 @@ -1,5 +1,5 @@
19 \chapter{Metadata Cache}
20 -\label{metadata-cache}
21 +\label{sec:metadata-cache}
22
23 \section{Directory Contents}
24
25
26 diff --git a/tree-layout.tex b/tree-layout.tex
27 index 1c23357..fc28c8a 100644
28 --- a/tree-layout.tex
29 +++ b/tree-layout.tex
30 @@ -235,7 +235,7 @@ various XML files used in the repository, and repository timestamps.
31 \subsection{The metadata cache}
32
33 The \t{metadata/cache} directory may contain a cached form of all important ebuild metadata
34 -variables. The contents of this directory are described in section~\ref{metadata-cache}.
35 +variables. The contents of this directory are described in chapter~\ref{sec:metadata-cache}.
36
37 % vim: set filetype=tex fileencoding=utf8 et tw=100 spell spelllang=en :