diff options
author | scolobb <scolobb@web> | 2009-06-23 13:59:11 +0000 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2009-06-23 13:59:11 +0000 |
commit | 99224d3e476fb975bfbc2ff92a4167d7a52ae9b9 (patch) | |
tree | c91c2dbe45ced02ff72bb3c887328044aa0057b3 /user | |
parent | be6ec0cbbf094924d989d80ddde40d359e7f8ffd (diff) |
Diffstat (limited to 'user')
-rw-r--r-- | user/zhengda/howto.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/zhengda/howto.mdwn b/user/zhengda/howto.mdwn index a2664a18..1258ffed 100644 --- a/user/zhengda/howto.mdwn +++ b/user/zhengda/howto.mdwn @@ -38,7 +38,7 @@ In this section, I show how to create two virtual interfaces and run three pfine Step 4: create the network device file in /dev with devnode. The network device file is used to help other translators open the device. - # settrans -acfg /dev/eth0 /root/hurd/devnode/devnode -d eth0 + # settrans -acfg /dev/eth0 /root/hurd/devnode/devnode eth0 Step 5: create the virtual network device with eth-multiplexer. |