diff options
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 9766d3f138bf..b8eb8a0f3a16 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> -$Id: README,v 1.1 1998/12/22 12:15:45 abial Exp $ +$FreeBSD$ diff --git a/share/examples/bootforth/boot.4th b/share/examples/bootforth/boot.4th index 467e968f962a..631775b304f7 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. -\ $Id$ +\ $FreeBSD$ \ Load the screen manipulation words diff --git a/share/examples/bootforth/frames.4th b/share/examples/bootforth/frames.4th index 9895a74466be..ff91c5b7ec87 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... ;-/ -\ $Id$ +\ $FreeBSD$ marker task-frames.4th diff --git a/share/examples/bootforth/loader.rc b/share/examples/bootforth/loader.rc index ef0f96063fab..d216a460416f 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. -\ $Id: loader.rc,v 1.1 1999/05/14 18:06:27 dcs Exp $ +\ $FreeBSD$ cr .( Loading Forth extensions:) diff --git a/share/examples/bootforth/menu.4th b/share/examples/bootforth/menu.4th index 55359dc0d0b7..5c5c3e98c74e 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... :-/ -\ $Id: menu.4th,v 1.2 1998/12/31 14:06:30 abial Exp $ +\ $FreeBSD$ : title f_single diff --git a/share/examples/bootforth/menuconf.4th b/share/examples/bootforth/menuconf.4th index 2711204f89ce..97efd5af8af4 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... :-/ -\ $Id$ +\ $FreeBSD$ : title f_single diff --git a/share/examples/bootforth/screen.4th b/share/examples/bootforth/screen.4th index 4b0a01e7c982..3ea79e453d80 100644 --- a/share/examples/bootforth/screen.4th +++ b/share/examples/bootforth/screen.4th @@ -1,5 +1,5 @@ \ Screen manipulation related words. -\ $Id$ +\ $FreeBSD$ marker task-screen.4th |