Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2015 00:49:34 +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: r280931 - head/sys/boot/forth
Message-ID:  <201504010049.t310nYZf020087@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Wed Apr  1 00:49:34 2015
New Revision: 280931
URL: https://svnweb.freebsd.org/changeset/base/280931

Log:
  Comments. No functional change.
  
  MFC after:	3 days
  X-MFC-to:	stable/10

Modified:
  head/sys/boot/forth/menu-commands.4th

Modified: head/sys/boot/forth/menu-commands.4th
==============================================================================
--- head/sys/boot/forth/menu-commands.4th	Wed Apr  1 00:45:47 2015	(r280930)
+++ head/sys/boot/forth/menu-commands.4th	Wed Apr  1 00:49:34 2015	(r280931)
@@ -67,7 +67,7 @@ variable root_state
 	evaluate
 ;
 
-: altboot ( -- )
+: altboot ( N -- NOTREACHED )
 	s" boot_single" 2dup getenv -1 <> if
 		drop ( c-addr/u c-addr -- c-addr/u ) \ unused
 		unsetenv ( c-addr/u -- )



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