summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorRaf Czlonka <rczlonka@gmail.com>2018-12-20 14:50:20 (GMT)
committerBrad King <brad.king@kitware.com>2019-01-10 18:38:51 (GMT)
commit9922e70b1ac308a74bbd3aeceb4cc0406b12f55b (patch)
treedb4d22c609b16864032ff2d94f888f4e2eb7389c /Help
parent9c41382165cef2524eb2aeff862e6961545f2305 (diff)
downloadCMake-9922e70b1ac308a74bbd3aeceb4cc0406b12f55b.zip
CMake-9922e70b1ac308a74bbd3aeceb4cc0406b12f55b.tar.gz
CMake-9922e70b1ac308a74bbd3aeceb4cc0406b12f55b.tar.bz2
Help: Prevent .so from being treated as a roff macro
Move `.so` to the line above - otherwise it is being treated as a `roff` macro, i.e.: $ mandoc -Tlint /usr/local/man/man7/cmake-properties.7 | head -n 3 mandoc: /usr/local/man/man7/cmake-properties.7:1131:2: WARNING: .so is fragile, better use ln(1): so libraries. mandoc: /usr/local/man/man7/cmake-properties.7: ERROR: No such file or directory mandoc: /usr/local/man/man7/cmake-properties.7:1131:15: ERROR: .so request failed: .so libraries. and causes other issues down the line.
Diffstat (limited to 'Help')
-rw-r--r--Help/prop_tgt/ANDROID_NATIVE_LIB_DIRECTORIES.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_tgt/ANDROID_NATIVE_LIB_DIRECTORIES.rst b/Help/prop_tgt/ANDROID_NATIVE_LIB_DIRECTORIES.rst
index bc67380..d0cd29d 100644
--- a/Help/prop_tgt/ANDROID_NATIVE_LIB_DIRECTORIES.rst
+++ b/Help/prop_tgt/ANDROID_NATIVE_LIB_DIRECTORIES.rst
@@ -1,8 +1,8 @@
ANDROID_NATIVE_LIB_DIRECTORIES
------------------------------
-Set the Android property that specifies directories to search for the
-.so libraries.
+Set the Android property that specifies directories to search for the ``.so``
+libraries.
This a string property that contains the directory paths separated
by semicolons.