man: fix reference to sd_bus_add_fallback_vtable

This commit is contained in:
Peter A. Bigot 2019-06-09 12:15:09 -05:00 committed by Yu Watanabe
parent 469b18d87d
commit 12880d14ad

View file

@ -200,7 +200,7 @@
<replaceable>userdata</replaceable> parameter contains a pointer that will be passed to various callback
functions. It may be specified as <constant>NULL</constant> if no value is necessary.</para>
<para><function>sd_bus_add_object_vtable()</function> is similar to
<para><function>sd_bus_add_fallback_vtable()</function> is similar to
<function>sd_bus_add_object_vtable()</function>, but is used to register "fallback" attributes. When
looking for an attribute declaration, bus object paths registered with
<function>sd_bus_add_object_vtable()</function> are checked first. If no match is found, the fallback