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 d86251bcf512..1f6e062e1bef 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 467e968f962a..3fed3c080557 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 9895a74466be..5e2e94e37303 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 2d6e6f6c96b9..3083323436cf 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.3 1999/01/28 10:51:49 jkh Exp $ +\ $Id: menu.4th,v 1.2.2.1 1999/02/23 08:46:00 dcs Exp $ : title f_single diff --git a/share/examples/bootforth/screen.4th b/share/examples/bootforth/screen.4th index 4b0a01e7c982..a9630e218da3 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 |
