diff --git a/doc/bird.sgml b/doc/bird.sgml index 38f70bf9..087f76b7 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -3591,10 +3591,14 @@ some of them (marked with ` is configured it set automatically. -

For attributes unknown by BIRD, the user can assign a name (on top level) -to an attribute by its number. This defined name can be used then to both set -(by a bytestring literal, transitive) or unset the given attribute even though -BIRD knows nothing about it: +

For attributes unknown by BIRD, the user can assign a name (on top level) to +an attribute by its number. This defined name can be used then to get, set (as a +bytestring, transitive) or unset the given attribute even though BIRD knows +nothing about it. + +

Note that it is not possible to define an attribute with the same number +as one known by BIRD, therefore use of this statement carries a risk of +incompatibility with future BIRD versions.