Date: Tue, 9 Oct 2012 03:54:53 +0000 (UTC) From: Devin Teske <dteske@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r241367 - head/sys/boot/forth Message-ID: <201210090354.q993srnT026361@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210090354.q993srnT026361>