svn commit: r47963 - head/en_US.ISO8859-1/books/handbook/virtualization
Benedict Reuschling
bcr at FreeBSD.org
Fri Jan 8 23:33:58 UTC 2016
Author: bcr
Date: Fri Jan 8 23:33:56 2016
New Revision: 47963
URL: https://svnweb.freebsd.org/changeset/doc/47963
Log:
Consistently number the nmdm-devices to avoid potential confusion.
Remove the speed option from the cu example as 9600 is the default speed anyway.
Reviewed by: allanjude@
Differential Revision: https://reviews.freebsd.org/D4835
Modified:
head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Fri Jan 8 19:26:47 2016 (r47962)
+++ head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Fri Jan 8 23:33:56 2016 (r47963)
@@ -1232,14 +1232,14 @@ grub> <userinput>boot</userinput></scree
<filename>/dev/nmdm</filename> devices are created
automatically as needed, where each is a pair, corresponding
to the two ends of the null modem cable
- (<filename>/dev/nmdm1A</filename> and
- <filename>/dev/nmdm1B</filename>). See &man.nmdm.4; for more
+ (<filename>/dev/nmdm0A</filename> and
+ <filename>/dev/nmdm0B</filename>). See &man.nmdm.4; for more
information.</para>
<screen>&prompt.root; <userinput>kldload nmdm</userinput>
&prompt.root; <userinput>bhyve -A -H -P -s 0:0,hostbridge -s 1:0,lpc -s 2:0,virtio-net,<replaceable>tap1</replaceable> -s 3:0,virtio-blk,<replaceable>./linux.img</replaceable> \
-l com1,<replaceable>/dev/nmdm0A</replaceable> -c <replaceable>4</replaceable> -m <replaceable>1024M</replaceable> <replaceable>linuxguest</replaceable></userinput>
-&prompt.root; <userinput>cu -l <replaceable>/dev/nmdm0B</replaceable> -s 9600</userinput>
+&prompt.root; <userinput>cu -l <replaceable>/dev/nmdm0B</replaceable></userinput>
Connected
Ubuntu 13.10 handbook ttyS0
More information about the svn-doc-head
mailing list