From 25ee2c86c1d231ee0f930e6cfe1bb5be5e4ee539 Mon Sep 17 00:00:00 2001 From: Bartosz Kosiorek Date: Mon, 2 May 2016 12:27:57 +0200 Subject: [PATCH] Help: Add missing space in cmake(1) manual --- Help/manual/cmake.1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index 5295a48c9..0b060bcc5 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -169,7 +169,7 @@ Available commands are: ``compare_files `` Check if ```` is same as ````. If files are the same, - then returns 0, if not itreturns 1. + then returns 0, if not it returns 1. ``copy ... `` Copy files to ```` (either file or directory).