aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorDaniel C. Sobral <dcs@FreeBSD.org>1999-02-28 02:10:14 +0000
committerDaniel C. Sobral <dcs@FreeBSD.org>1999-02-28 02:10:14 +0000
commit52f42bab713334ccdb86d678067c284311af282a (patch)
tree5be444cd77f5909481387fdafdbda52a68fdc5ec /sys/boot
parent0e3cdf2cf88423443867fb1c6f383e969a28e3e6 (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/ficl/softwords/freebsd.fr4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/ficl/softwords/freebsd.fr b/sys/boot/ficl/softwords/freebsd.fr
index 5cc004deda1d2..6da771bffbe4c 100644
--- a/sys/boot/ficl/softwords/freebsd.fr
+++ b/sys/boot/ficl/softwords/freebsd.fr
@@ -22,7 +22,7 @@
\ ** OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
\ ** SUCH DAMAGE.
\ **
-\ ** $Id: freebsd.fr,v 1.1 1999/02/04 16:19:22 root Exp root $
+\ ** $Id: freebsd.fr,v 1.1 1999/02/04 17:13:49 dcs Exp $
\ Words for use in scripts:
\ % ignore errors here
@@ -30,7 +30,7 @@
: tib> source >in @ tuck over >in ! - >r + r> ;
: % tib> ['] evaluate catch drop ;
-: $ tib> 2dup type ['] evaluate catch throw ;
+: $ tib> 2dup type cr ['] evaluate catch throw ;
\ ** E N D F R E E B S D . F R