1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-31 00:03:07 +03:00

doc: Make the warning bold.

This commit is contained in:
Andreas Schneider
2010-12-21 15:03:13 +01:00
parent 3a94c94f20
commit 256e88690d

View File

@ -9,9 +9,9 @@ header file and the libssh shared library.
@section static Static Linking
@warning The libssh library is licensed under the LGPL! Make sure you
@warning <b>The libssh library is licensed under the LGPL! Make sure you
understand what this means to your codebase if you want to distribute
binaries and link statically against LGPL code!
binaries and link statically against LGPL code!</b>
On UNIX systems linking against the static version of the library is the
same as linking against the shared library. Both have the same name. Some