From 0a0bd69f4b4f693988b5ed200b440d9faa1b62df Mon Sep 17 00:00:00 2001 From: Brad King Date: Sat, 12 Apr 2025 19:24:38 -0400 Subject: Help: Polish cmake-file-api(7) manual Re-order some bullets to list the success case first. Also remove a repeated word. --- Help/manual/cmake-file-api.7.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Help/manual/cmake-file-api.7.rst b/Help/manual/cmake-file-api.7.rst index 808ad55..6ff4f77 100644 --- a/Help/manual/cmake-file-api.7.rst +++ b/Help/manual/cmake-file-api.7.rst @@ -42,7 +42,7 @@ It has the following subdirectories: ``reply/`` Holds reply files written by CMake whenever it runs to generate a build - system. These are indexed by a `v1 Reply Index File`_ file that may + system. These are indexed by a `v1 Reply Index File`_ that may reference additional `v1 Reply Files`_. CMake owns all reply files. Clients must never remove them. @@ -352,10 +352,10 @@ The members are: contains a JSON array with a response for each entry of the ``requests`` array, in the same order. Each response is - * a JSON object with a single ``error`` member containing a string - with an error message, or * a `v1 Reply File Reference`_ to the corresponding reply file for - the requested object kind and selected version. + the requested object kind and selected version, or + * a JSON object with a single ``error`` member containing a string + with an error message. After reading the reply index file, clients may read the other `v1 Reply Files`_ it references. -- cgit v0.12