From 5579ee31d567e7be07fa7353e968351eeb740116 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 27 Jun 2001 13:14:34 -0400 Subject: [PATCH] documentation change --- Source/cmLinkLibrariesCommand.h | 10 +++++----- Source/cmSubdirCommand.h | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Source/cmLinkLibrariesCommand.h b/Source/cmLinkLibrariesCommand.h index 877154d93..1be241ef5 100644 --- a/Source/cmLinkLibrariesCommand.h +++ b/Source/cmLinkLibrariesCommand.h @@ -96,11 +96,11 @@ public: { return "LINK_LIBRARIES(library1 library2 ...)\n" - "Specify a list of libraries to be linked into\n" - "executables or shared objects. This command is passed\n" - "down to all other commands. \n" - "The debug and optimized strings may be used to indicate that\n" - "the next library listed is to be used only for that specific\n" + "Specify a list of libraries to be linked into " + "executables or shared objects. This command is passed " + "down to all other commands. " + "The debug and optimized strings may be used to indicate that " + "the next library listed is to be used only for that specific " "type of build"; } diff --git a/Source/cmSubdirCommand.h b/Source/cmSubdirCommand.h index 804312617..ef7f5e856 100644 --- a/Source/cmSubdirCommand.h +++ b/Source/cmSubdirCommand.h @@ -88,8 +88,8 @@ public: { return "SUBDIRS(dir1 dir2 ...)\n" - "Add a list of subdirectories to the build.\n" - "This will cause any CMakeLists.txt files in the sub directories\n" + "Add a list of subdirectories to the build. " + "This will cause any CMakeLists.txt files in the sub directories " "to be processed by CMake."; }