diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-16 08:26:13 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-16 08:26:13 +0000 |
| commit | 5be28542797ac26e17de490f50e0830003596d38 (patch) | |
| tree | 8069da00bdeed33ee5434671a0bae67379506370 /share/examples/bootforth | |
| parent | e5eb97b547f5af1e2b6e4396933dc06b93d5590e (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvs
'RELENG_3_3_0_RELEASE'.
This commit was manufactured to restore the state of the 3.3-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
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/menuconf.4th | 2 | ||||
| -rw-r--r-- | share/examples/bootforth/screen.4th | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/share/examples/bootforth/README b/share/examples/bootforth/README index b8eb8a0f3a16..56d74c2e5bc9 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.1.2.2 1999/08/29 16:44:53 peter Exp $ diff --git a/share/examples/bootforth/boot.4th b/share/examples/bootforth/boot.4th index 631775b304f7..c361c9ce0d7b 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.1.2.1 1999/08/29 16:44:53 peter Exp $ \ Load the screen manipulation words diff --git a/share/examples/bootforth/frames.4th b/share/examples/bootforth/frames.4th index ff91c5b7ec87..4d0334507a1f 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.1.2.1 1999/08/29 16:44:53 peter Exp $ marker task-frames.4th diff --git a/share/examples/bootforth/loader.rc b/share/examples/bootforth/loader.rc index d216a460416f..acd22cc9b670 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.2.2.2 1999/08/29 16:44:54 peter Exp $ cr .( Loading Forth extensions:) diff --git a/share/examples/bootforth/menuconf.4th b/share/examples/bootforth/menuconf.4th index 97efd5af8af4..4e5a69ccb174 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.2.2.2 1999/08/29 16:44:54 peter Exp $ : title f_single diff --git a/share/examples/bootforth/screen.4th b/share/examples/bootforth/screen.4th index 3ea79e453d80..95ba109a5bf3 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.1.2.1 1999/08/29 16:44:54 peter Exp $ marker task-screen.4th |
