From owner-svn-src-all@FreeBSD.ORG Tue Oct 9 06:32:27 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C6DC107D; Tue, 9 Oct 2012 06:32:27 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 633C48FC21; Tue, 9 Oct 2012 06:32:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q993sruf026363; Tue, 9 Oct 2012 03:54:53 GMT (envelope-from dteske@svn.freebsd.org) Received: (from dteske@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q993srnT026361; Tue, 9 Oct 2012 03:54:53 GMT (envelope-from dteske@svn.freebsd.org) Message-Id: <201210090354.q993srnT026361@svn.freebsd.org> From: Devin Teske Date: Tue, 9 Oct 2012 03:54:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r241367 - head/sys/boot/forth X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2012 06:32:27 -0000 Author: dteske Date: Tue Oct 9 03:54:53 2012 New Revision: 241367 URL: http://svn.freebsd.org/changeset/base/241367 Log: Fix a typo (s/prefix/suffix/) and comment. NOTE: This is in an unused portion of the menu framework. Reviewed by: eadler, adrian (co-mentor) Approved by: adrian (co-mentor) Modified: head/sys/boot/forth/menu-commands.4th Modified: head/sys/boot/forth/menu-commands.4th ============================================================================== --- head/sys/boot/forth/menu-commands.4th Tue Oct 9 03:41:59 2012 (r241366) +++ head/sys/boot/forth/menu-commands.4th Tue Oct 9 03:54:53 2012 (r241367) @@ -164,8 +164,8 @@ marker task-menu-commands.4th @ \ dereference address into value 48 + \ convert to ASCII numeral - s" set root=${root_prefix}${root[N]}${root_prefix}" - \ command to assemble full kernel-path + s" set root=${root_prefix}${root[N]}${root_suffix}" + \ command to assemble root image-path -rot tuck 30 + c! swap \ replace 'N' with array index value evaluate \ sets $kernel to full kernel-path