From owner-svn-doc-all@freebsd.org Tue Apr 16 10:02:53 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13ECC156C565; Tue, 16 Apr 2019 10:02:53 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AFE2085483; Tue, 16 Apr 2019 10:02:52 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8AE2F1E107; Tue, 16 Apr 2019 10:02:52 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3GA2qfd099351; Tue, 16 Apr 2019 10:02:52 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3GA2qoa099350; Tue, 16 Apr 2019 10:02:52 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201904161002.x3GA2qoa099350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Tue, 16 Apr 2019 10:02:52 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52928 - head/en_US.ISO8859-1/books/handbook/bsdinstall X-SVN-Group: doc-head X-SVN-Commit-Author: crees X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/handbook/bsdinstall X-SVN-Commit-Revision: 52928 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AFE2085483 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2019 10:02:53 -0000 Author: crees Date: Tue Apr 16 10:02:52 2019 New Revision: 52928 URL: https://svnweb.freebsd.org/changeset/doc/52928 Log: Give a hint to curses navigation It is not immediately obvious to all users how to move the cursor around the partitioning section in bsdinstall, and this kind of thing can put people off very quickly. PR: docs/197645 Submitted by: web@umich.edu Modified: head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml Mon Apr 15 18:44:55 2019 (r52927) +++ head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml Tue Apr 16 10:02:52 2019 (r52928) @@ -1440,7 +1440,8 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.After the partitioning scheme has been selected and created, select [ Create ] - again to create the partitions. + again to create the partitions. The Tab + key is used to move the cursor between fields.
Manually Create Partitions