summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2009-04-19 09:45:43 +0200
committerThomas Schwinge <tschwinge@gnu.org>2009-04-19 09:45:43 +0200
commite89e28fd48b5c42cdbfaca296cade0f6549f1adb (patch)
tree095e7027beb445499070f3c366cfb21d5336713c
parent22312957d01b0d380a55e9756d5a81982e41eb4d (diff)
Repair typo.
-rw-r--r--user/zhengda/howto.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/zhengda/howto.mdwn b/user/zhengda/howto.mdwn
index a04c2662..ed13acc2 100644
--- a/user/zhengda/howto.mdwn
+++ b/user/zhengda/howto.mdwn
@@ -1,4 +1,4 @@
-[[meta copyright="Copyright © 2008 Free Software Foundation, Inc."]]
+[[meta copyright="Copyright © 2008, 2009 Free Software Foundation, Inc."]]
[[meta license="""[[toggle id="license" text="GFDL 1.2+"]][[toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -44,7 +44,7 @@ Step 5: create the virtual network device with eth-multiplexer.
eth-multiplexer is responsible to create the virtual network device and dispatch the packet to the right clients that connect to the virtual device. It also connects the virtual network and the external network. Eth-multiplexer of the current version is a netfs translator and can create virtual devices and the device files dynamically, according to the request from the client.
- # ettrans -acfg /root/multiplexer /root/hurd/eth-multiplexer/eth-multiplexer -i /dev/eth0
+ # settrans -acfg /root/multiplexer /root/hurd/eth-multiplexer/eth-multiplexer -i /dev/eth0
Step 6: setup the filter translator eth-filter on the network device. This step is optional.