Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jan 2016 23:33:57 +0000 (UTC)
From:      Benedict Reuschling <bcr@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r47963 - head/en_US.ISO8859-1/books/handbook/virtualization
Message-ID:  <201601082333.u08NXvJD028247@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601082333.u08NXvJD028247>