docs: Remove reference to double underscore, which is no longer used in internal identifiers.

This commit is contained in:
Richard W.M. Jones
2016-01-28 21:03:22 +00:00
parent 4125181681
commit e32a14ceec

View File

@@ -78,7 +78,7 @@ For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the
C<daemon/> directory.
For library actions, implement the function C<guestfs_impl_E<lt>nameE<gt>>
(note: double underscore) in the C<src/> directory.
in the C<src/> directory.
In either case, use another function as an example of what to do.