diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
commit | b205d83df7763ca1f099bce5ac12a05862a626c4 (patch) | |
tree | f30d11bce592433d73cbb079c6db2d3428a52cf5 /share/examples/bootforth | |
parent | 54055718ff5134ddd61afc4c5f01440022040a06 (diff) |
Diffstat (limited to 'share/examples/bootforth')
-rw-r--r-- | share/examples/bootforth/README | 2 | ||||
-rw-r--r-- | share/examples/bootforth/boot.4th | 2 | ||||
-rw-r--r-- | share/examples/bootforth/frames.4th | 2 | ||||
-rw-r--r-- | share/examples/bootforth/loader.rc | 2 | ||||
-rw-r--r-- | share/examples/bootforth/menu.4th | 2 | ||||
-rw-r--r-- | share/examples/bootforth/menuconf.4th | 2 | ||||
-rw-r--r-- | share/examples/bootforth/screen.4th | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/share/examples/bootforth/README b/share/examples/bootforth/README index b8eb8a0f3a169..5aff7c90743f2 100644 --- a/share/examples/bootforth/README +++ b/share/examples/bootforth/README @@ -32,4 +32,4 @@ configuration to distinguish one from the other. Daniel C. Sobral <dcs@freebsd.org> -$FreeBSD$ +$FreeBSD: src/share/examples/bootforth/README,v 1.3.54.1 2009/04/15 03:14:26 kensmith Exp $ diff --git a/share/examples/bootforth/boot.4th b/share/examples/bootforth/boot.4th index 8f26e0d0a38dc..803f64e736c8f 100644 --- a/share/examples/bootforth/boot.4th +++ b/share/examples/bootforth/boot.4th @@ -1,6 +1,6 @@ \ Example of the file which is automatically loaded by /boot/loader \ on startup. -\ $FreeBSD$ +\ $FreeBSD: src/share/examples/bootforth/boot.4th,v 1.3.34.1 2009/04/15 03:14:26 kensmith Exp $ \ Load the screen manipulation words diff --git a/share/examples/bootforth/frames.4th b/share/examples/bootforth/frames.4th index 3b1f4046891fe..3c8a57ebbaf66 100644 --- a/share/examples/bootforth/frames.4th +++ b/share/examples/bootforth/frames.4th @@ -1,6 +1,6 @@ \ Words implementing frame drawing \ XXX Filled boxes are left as an exercise for the reader... ;-/ -\ $FreeBSD$ +\ $FreeBSD: src/share/examples/bootforth/frames.4th,v 1.3.28.1 2009/04/15 03:14:26 kensmith Exp $ marker task-frames.4th diff --git a/share/examples/bootforth/loader.rc b/share/examples/bootforth/loader.rc index 617bc3db41046..ce094bab8267c 100644 --- a/share/examples/bootforth/loader.rc +++ b/share/examples/bootforth/loader.rc @@ -1,6 +1,6 @@ \ Example of the file which is automatically loaded by /boot/loader \ on startup. -\ $FreeBSD$ +\ $FreeBSD: src/share/examples/bootforth/loader.rc,v 1.4.34.1 2009/04/15 03:14:26 kensmith Exp $ cr .( Loading Forth extensions:) diff --git a/share/examples/bootforth/menu.4th b/share/examples/bootforth/menu.4th index 5c5c3e98c74e8..2c155f18ee00f 100644 --- a/share/examples/bootforth/menu.4th +++ b/share/examples/bootforth/menu.4th @@ -1,7 +1,7 @@ \ Simple greeting screen, presenting basic options. \ XXX This is far too trivial - I don't have time now to think \ XXX about something more fancy... :-/ -\ $FreeBSD$ +\ $FreeBSD: src/share/examples/bootforth/menu.4th,v 1.4.54.1 2009/04/15 03:14:26 kensmith Exp $ : title f_single diff --git a/share/examples/bootforth/menuconf.4th b/share/examples/bootforth/menuconf.4th index a769f77e35433..e46647db4082b 100644 --- a/share/examples/bootforth/menuconf.4th +++ b/share/examples/bootforth/menuconf.4th @@ -1,7 +1,7 @@ \ Simple greeting screen, presenting basic options. \ XXX This is far too trivial - I don't have time now to think \ XXX about something more fancy... :-/ -\ $FreeBSD$ +\ $FreeBSD: src/share/examples/bootforth/menuconf.4th,v 1.5.34.1 2009/04/15 03:14:26 kensmith Exp $ : title f_single diff --git a/share/examples/bootforth/screen.4th b/share/examples/bootforth/screen.4th index 3ea79e453d800..4b59852f76237 100644 --- a/share/examples/bootforth/screen.4th +++ b/share/examples/bootforth/screen.4th @@ -1,5 +1,5 @@ \ Screen manipulation related words. -\ $FreeBSD$ +\ $FreeBSD: src/share/examples/bootforth/screen.4th,v 1.2.54.1 2009/04/15 03:14:26 kensmith Exp $ marker task-screen.4th |