summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-05-07 19:28:42 +0200
committerUlrich Müller <ulm@gentoo.org>2024-05-08 20:11:59 +0200
commite1251fe69eac1e01c3915ae289b9ba73e8cc7413 (patch)
tree9ec42b5dea26714c733f186bafdebe2a4c008561 /merge.tex
parentebuild-env-vars.tex: Be more specific about REPLACING_VERSIONS phases (diff)
downloadpms-e1251fe69eac1e01c3915ae289b9ba73e8cc7413.tar.gz
pms-e1251fe69eac1e01c3915ae289b9ba73e8cc7413.tar.bz2
pms-e1251fe69eac1e01c3915ae289b9ba73e8cc7413.zip
Use sentence case throughout
Subsection headings were already changed from title case to sentence case in commit ca463ce. This left chapter and section headings alone, which is inconsistent (although it is specified by some style guides like APA). This commit changes headings to sentence case throughout, following most other Gentoo documentation, e.g. wiki and devmanual. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'merge.tex')
-rw-r--r--merge.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/merge.tex b/merge.tex
index ca1036d..83eab01 100644
--- a/merge.tex
+++ b/merge.tex
@@ -1,4 +1,4 @@
-\chapter{Merging and Unmerging}
+\chapter{Merging and unmerging}
\note{In this chapter, \i{file} and \i{regular file} have their Unix meanings.}
@@ -38,7 +38,7 @@ including modification time, may be discarded.
Behaviour upon encountering an empty directory is undefined. Ebuilds must not attempt to install an
empty directory.
-\section{Regular Files}
+\section{Regular files}
Regular files are merged onto the filesystem (but see the notes on configuration file protection,
below). The method used to perform the merge is not specified, so long as the end result is correct.
@@ -141,11 +141,11 @@ Ebuilds must not attempt to merge a symlink on top of a directory.
Any absolute symlink whose link starts with \t{D} must be rewritten with the leading \t{D} removed.
The package manager should issue a notice when doing this.
-\section{Hard Links}
+\section{Hard links}
A hard link may be merged either as a single file with links or as multiple independent files.
-\section{Other Files}
+\section{Other files}
Ebuilds must not attempt to install any other type of file (FIFOs, device nodes etc).