mirror of
https://github.com/reactos/CMake.git
synced 2025-02-14 16:38:42 +00:00
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.
This commit is contained in:
parent
9c41382165
commit
9922e70b1a
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user