summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2014-03-28 19:25:09 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2014-03-28 19:25:09 +0000
commitf6e568cc20d25ad43cb505138f86e12916bb8175 (patch)
tree5da63803ee5a18f2ad606f26e754e5149efa48a0 /docs
parentc8ea908eab8a2dc25e4e13432c85a7f00cee6c8b (diff)
downloadclang-f6e568cc20d25ad43cb505138f86e12916bb8175.tar.gz
clang-f6e568cc20d25ad43cb505138f86e12916bb8175.tar.bz2
clang-f6e568cc20d25ad43cb505138f86e12916bb8175.tar.xz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/Modules.rst5
1 files changed, 4 insertions, 1 deletions
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: