diff options
-rw-r--r-- | doc/src/sgml/pgfreespacemap.sgml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/src/sgml/pgfreespacemap.sgml b/doc/src/sgml/pgfreespacemap.sgml index 51f772a397a..4519a66a8d2 100644 --- a/doc/src/sgml/pgfreespacemap.sgml +++ b/doc/src/sgml/pgfreespacemap.sgml @@ -65,10 +65,12 @@ whether a page is full or empty. </para> - <para> - NOTE: The interface was changed in version 8.4, to reflect the new FSM - implementation introduced in the same version. - </para> + <note> + <para> + The interface was changed in version 8.4, to reflect the new FSM + implementation introduced in the same version. + </para> + </note> </sect2> <sect2> |