aboutsummaryrefslogtreecommitdiff
path: root/doc/linking.dox
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-12-21 15:03:13 +0100
committerAndreas Schneider <asn@cynapses.org>2010-12-21 15:03:13 +0100
commit256e88690d8d49d18dafb63b1f0b89b7111b7cb1 (patch)
tree2060b78848161437d20aa9e7d7a75b54a1ec3eeb /doc/linking.dox
parent3a94c94f20ee42c76f030d1808e2edf621107ec1 (diff)
downloadlibssh-256e88690d8d49d18dafb63b1f0b89b7111b7cb1.tar.gz
libssh-256e88690d8d49d18dafb63b1f0b89b7111b7cb1.tar.xz
libssh-256e88690d8d49d18dafb63b1f0b89b7111b7cb1.zip
doc: Make the warning bold.
Diffstat (limited to 'doc/linking.dox')
-rw-r--r--doc/linking.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/linking.dox b/doc/linking.dox
index 7b5f6e75..c66c4d10 100644
--- a/doc/linking.dox
+++ b/doc/linking.dox
@@ -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