[Cmake-commits] CMake branch, master, updated. v3.11.1-678-g2d7a086

Kitware Robot kwrobot at kitware.com
Thu May 3 07:55:05 EDT 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  2d7a0862e41e9240c74f8d1ecef400fbf3f96ba8 (commit)
       via  7a50425caa4860355bafa8d9600026155f2d27d1 (commit)
      from  95759529967b31b5f72b9775806dbb9d68e01612 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2d7a0862e41e9240c74f8d1ecef400fbf3f96ba8
commit 2d7a0862e41e9240c74f8d1ecef400fbf3f96ba8
Merge: 9575952 7a50425
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu May 3 11:53:45 2018 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Thu May 3 07:54:21 2018 -0400

    Merge topic 'doc-server-pipe'
    
    7a50425caa Help: Fix and clarify server mode --pipe= option docs
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Merge-request: !2026


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7a50425caa4860355bafa8d9600026155f2d27d1
commit 7a50425caa4860355bafa8d9600026155f2d27d1
Author:     Israel Blancas <iblancasa at gmail.com>
AuthorDate: Tue May 1 20:33:57 2018 +0200
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed May 2 13:10:17 2018 -0400

    Help: Fix and clarify server mode --pipe= option docs
    
    Document the `=` in the option name.  Clarify the term "named pipe" as
    an abstraction of local domain sockets on Unix and named pipes on
    Windows.

diff --git a/Help/manual/cmake-server.7.rst b/Help/manual/cmake-server.7.rst
index 0fed0b1..25d364c 100644
--- a/Help/manual/cmake-server.7.rst
+++ b/Help/manual/cmake-server.7.rst
@@ -49,10 +49,12 @@ Operation
 Start :manual:`cmake(1)` in the server command mode, supplying the path to
 the build directory to process::
 
-  cmake -E server (--debug|--pipe <NAMED_PIPE>)
+  cmake -E server (--debug|--pipe=<NAMED_PIPE>)
 
 The server will communicate using stdin/stdout (with the ``--debug`` parameter)
-or using a named pipe (with the ``--pipe <NAMED_PIPE>`` parameter).
+or using a named pipe (with the ``--pipe=<NAMED_PIPE>`` parameter).  Note
+that "named pipe" refers to a local domain socket on Unix and to a named pipe
+on Windows.
 
 When connecting to the server (via named pipe or by starting it in ``--debug``
 mode), the server will reply with a hello message::

-----------------------------------------------------------------------

Summary of changes:
 Help/manual/cmake-server.7.rst |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list