From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 189561396D9 for ; Tue, 17 Oct 2017 09:41:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6046CE0F08; Tue, 17 Oct 2017 09:41:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E4C7E0F08 for ; Tue, 17 Oct 2017 09:41:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 053F333BEDC for ; Tue, 17 Oct 2017 09:41:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F9FC326 for ; Tue, 17 Oct 2017 09:41:27 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1507812194.4e9a228d090df1abf56b12f35849b8b219443ed9.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: metadata-cache.tex tree-layout.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4e9a228d090df1abf56b12f35849b8b219443ed9 X-VCS-Branch: master Date: Tue, 17 Oct 2017 09:41:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5290d659-cfa1-4aed-a0dc-380fe8695d7f X-Archives-Hash: 5ea3e167f787ed37a2adf88415a45f98 commit: 4e9a228d090df1abf56b12f35849b8b219443ed9 Author: Ulrich Müller gentoo org> AuthorDate: Thu Oct 12 12:43:14 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Oct 12 12:43:14 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=4e9a228d metadata-cache: Fix section label. metadata-cache.tex | 2 +- tree-layout.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata-cache.tex b/metadata-cache.tex index ed0fa89..47e70a4 100644 --- a/metadata-cache.tex +++ b/metadata-cache.tex @@ -1,5 +1,5 @@ \chapter{Metadata Cache} -\label{metadata-cache} +\label{sec:metadata-cache} \section{Directory Contents} diff --git a/tree-layout.tex b/tree-layout.tex index 1c23357..fc28c8a 100644 --- a/tree-layout.tex +++ b/tree-layout.tex @@ -235,7 +235,7 @@ various XML files used in the repository, and repository timestamps. \subsection{The metadata cache} The \t{metadata/cache} directory may contain a cached form of all important ebuild metadata -variables. The contents of this directory are described in section~\ref{metadata-cache}. +variables. The contents of this directory are described in chapter~\ref{sec:metadata-cache}. % vim: set filetype=tex fileencoding=utf8 et tw=100 spell spelllang=en :