summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-08-06 16:00:01 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-08-06 16:00:01 +0100
commitf351a144d72ba3c86d49a259a89cea64f9639875 (patch)
tree9a0d0b79085bc63174c2c9b8547a0a14df81602b
parent60adf092a8900323c048c94f3f0934be416a3eb6 (diff)
downloadlibguestfs-f351a144d72ba3c86d49a259a89cea64f9639875.tar.gz
libguestfs-f351a144d72ba3c86d49a259a89cea64f9639875.tar.xz
libguestfs-f351a144d72ba3c86d49a259a89cea64f9639875.zip
docs: Emphasize deprecation notice in man pages.
-rw-r--r--generator/generator_docstrings.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/generator_docstrings.ml b/generator/generator_docstrings.ml
index 6d242bdc..baccdd64 100644
--- a/generator/generator_docstrings.ml
+++ b/generator/generator_docstrings.ml
@@ -45,7 +45,7 @@ let deprecation_notice ?(prefix = "") flags =
let alt =
find_map (function DeprecatedBy str -> Some str | _ -> None) flags in
let txt =
- sprintf "This function is deprecated.
+ sprintf "I<This function is deprecated.>
In new code, use the L</%s%s> call instead.
Deprecated functions will not be removed from the API, but the