Manual tweaks.
authorCarl Hetherington <cth@carlh.net>
Sun, 17 Oct 2021 20:53:37 +0000 (22:53 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 17 Oct 2021 20:53:37 +0000 (22:53 +0200)
doc/manual/dcpomatic.xml

index 19551d0086442483c35ad36d15bd4f8081190556..1c3ca9dcb25763df0e320b5994c30b4cd524477b 100644 (file)
@@ -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>