Opened 16 years ago
Closed 16 years ago
#3505 closed defect (fixed)
manual 6.6 says "intnet<x>", probably means "-nic<x>" => Fixed in SVN
Reported by: | daniel7 | Owned by: | |
---|---|---|---|
Component: | documentation | Version: | VirtualBox 2.1.4 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
In version 2.1.4 of the VirtualBox manual, section 6.6 says:
You can use VBoxManage modifyvm <VM name> -nic<x> intnet. Optionally, you can specify a network name with the command VBoxManage modifyvm <VM name> intnet<x> <network name>.
In the second sentence, that "intnet<x>" should be "-int<x>", right?
Change History (2)
comment:1 by , 16 years ago
Summary: | manual 6.6 says "intnet<x>", probably means "-nic<x>" → manual 6.6 says "intnet<x>", probably means "-nic<x>" => Fixed in SVN |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks for the report. There was a typo and the correct sentences should be: You can use VBoxManage modifyvm <VM name> -nic<x> intnet. Optionally, you can specify a network name with the command VBoxManage modifyvm <VM name> -intnet<x> <network name>. Note the -intnet instead of intnet.
VBoxManage --help shows the correct options.