summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-10-17 22:53:37 +0200
committerCarl Hetherington <cth@carlh.net>2021-10-17 22:54:36 +0200
commitb6adf181f95a46207b2d54f2f94c6d5122464aa0 (patch)
tree5ee6f1c762259bbe3b0f7e16b91d300459e06b4c
parent6ec5bbc84d6c1383c599daf52e3e9fef23c6ce34 (diff)
Manual tweaks.
-rw-r--r--doc/manual/dcpomatic.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml
index 19551d008..1c3ca9dcb 100644
--- a/doc/manual/dcpomatic.xml
+++ b/doc/manual/dcpomatic.xml
@@ -32,9 +32,9 @@ Hello, and welcome to DCP-o-matic!
<listitem>Create <ulink
url="https://en.wikipedia.org/wiki/Digital_Cinema_Package">Digital
Cinema Packages</ulink> (DCPs) from video, audio, subtitle and closed-caption files.</listitem>
- <listitem>Play and verify DCPs.</listitem>
- <listitem>Create KDMs for DCPs.</listitem>
- <listitem>Write cinema-format drives containing DCPs.</listitem>
+ <listitem>Play and verify DCPs (see <xref linkend="ch-player"/> and <xref linkend="ch-verifier"/>).</listitem>
+ <listitem>Create KDMs for DCPs (see <xref linkend="ch-encryption"/>).</listitem>
+ <listitem>Write cinema-format drives containing DCPs (see <xref linkend="ch-writer"/>).</listitem>
</itemizedlist>
</section>
@@ -1913,7 +1913,7 @@ into reels:
The picture, sound and subtitle data of the DCP will be
split up into more smaller files on disk, rather than fewer larger
files. This can be useful if the DCP is to be transferred on storage
-that have file size limits. The FAT32 filesystem, for example, can
+that has a file size limit. The FAT32 filesystem, for example, can
only hold files smaller than 4Gb. A 6Gb DCP with a single reel could
not be transferred using a FAT32-formatted disk. If that DCP were
split up into two 3Gb reels it could be transferred.
@@ -3302,7 +3302,7 @@ There are two options for the encoding server;
<code>dcpomatic_server_cli</code>, which runs on the command line, and
<code>dcpomatic_server</code>, which has a simple GUI. The command line
version is well-suited to headless servers, especially on Linux, and
-the GUI version works best on Windows where it will put an icon in the
+the GUI version works best on Windows and macOS where it will put an icon in the
system tray.
</para>
@@ -3770,7 +3770,7 @@ The full details of OV and VF files are discussed in <xref linkend="sec-overlay"
<title>Verifying DCPs</title>
<para>
- The player also offers a DCP verifier. To check a DCP,
+ The DCP-o-matic Player (see <xref linkend="ch-player"/>) also offers a DCP verifier. To check a DCP,
open it and then select <guilabel>Verify DCP</guilabel> from the
<guilabel>Tools</guilabel> menu.
</para>