From f6e568cc20d25ad43cb505138f86e12916bb8175 Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Fri, 28 Mar 2014 19:25:09 +0000 Subject: [PATCH] Documentation: remove a spurious '1' and wrap to 80 columns git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205035 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Modules.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Modules.rst b/docs/Modules.rst index 39aa73a343..eec0b774cf 100644 --- a/docs/Modules.rst +++ b/docs/Modules.rst @@ -242,7 +242,10 @@ a module, one must write a ``module.modulemap`` file for that library. The and is written in the module map language described below. .. note:: - For compatibility with previous releases, if a module map file named ``module.modulemap`` is not found, Clang will also search for a file named ``module.map``. This behavior is deprecated and we plan to eventually remove it.1 + For compatibility with previous releases, if a module map file named + ``module.modulemap`` is not found, Clang will also search for a file named + ``module.map``. This behavior is deprecated and we plan to eventually + remove it. As an example, the module map file for the C standard library might look a bit like this: -- 2.40.0