From: Richard W.M. Jones Date: Sat, 6 Aug 2011 15:00:01 +0000 (+0100) Subject: docs: Emphasize deprecation notice in man pages. X-Git-Tag: 1.13.3~5 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=f351a144d72ba3c86d49a259a89cea64f9639875 docs: Emphasize deprecation notice in man pages. --- diff --git a/generator/generator_docstrings.ml b/generator/generator_docstrings.ml index 6d242bd..baccdd6 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 In new code, use the L call instead. Deprecated functions will not be removed from the API, but the