diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/da.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/da.mdwn b/community/da.mdwn index 7715f094..11cb9694 100644 --- a/community/da.mdwn +++ b/community/da.mdwn @@ -24,9 +24,9 @@ The [code](http://www.assembla.com/spaces/VNetHurd/trac_subversion_tool). ### To create a virtual network interface: -Implement the RPC interface defined in device.defs just as "boot" does. -Publish the port, so other programs can get the port and open the virtual device by calling device_open(). -The hypervisor now works as a translator and other programs can get the port by calling file_name_port(). +* Implement the RPC interface defined in device.defs just as "boot" does. +* Publish the port, so other programs can get the port and open the virtual device by calling device__open(). +* The hypervisor now works as a translator and other programs can get the port by calling file__name__port(). (to be continued) |