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/menu.4th | 2 | ||||
-rw-r--r-- | share/examples/bootforth/screen.4th | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/share/examples/bootforth/README b/share/examples/bootforth/README index d86251bcf512d..1f6e062e1bef0 100644 --- a/share/examples/bootforth/README +++ b/share/examples/bootforth/README @@ -19,4 +19,4 @@ hacker, unfortunately... Andrzej Bialecki <abial@freebsd.org> -$Id$ +$Id: README,v 1.1 1998/12/22 12:15:45 abial Exp $ diff --git a/share/examples/bootforth/boot.4th b/share/examples/bootforth/boot.4th index 467e968f962a0..3fed3c0805571 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$ +\ $Id: boot.4th,v 1.1 1998/12/22 12:15:45 abial Exp $ \ Load the screen manipulation words diff --git a/share/examples/bootforth/frames.4th b/share/examples/bootforth/frames.4th index 9895a74466be4..5e2e94e37303e 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$ +\ $Id: frames.4th,v 1.1 1998/12/22 12:15:45 abial Exp $ marker task-frames.4th diff --git a/share/examples/bootforth/menu.4th b/share/examples/bootforth/menu.4th index 06493c53f14b6..649fac6b60ac6 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.1 1998/12/22 12:15:45 abial Exp $ +\ $Id: menu.4th,v 1.2 1998/12/31 14:06:30 abial Exp $ : title f_single diff --git a/share/examples/bootforth/screen.4th b/share/examples/bootforth/screen.4th index 4b0a01e7c982d..a9630e218da3c 100644 --- a/share/examples/bootforth/screen.4th +++ b/share/examples/bootforth/screen.4th @@ -1,5 +1,5 @@ \ Screen manipulation related words. -\ $Id$ +\ $Id: screen.4th,v 1.1 1998/12/22 12:15:45 abial Exp $ marker task-screen.4th |