diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-09-30 21:48:51 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-09-30 21:48:51 +0000 |
| commit | ab737c5f072439d5870b79723a4c35ba5fd6be1e (patch) | |
| tree | 39205168093477ac4107ad8d40956d6d967d1096 | |
| parent | 969fdab1808be435de5388e2dc11875cbe3aa40c (diff) | |
Notes
| -rw-r--r-- | sys/boot/forth/loader.4th.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/forth/loader.4th.8 b/sys/boot/forth/loader.4th.8 index d5cf383814a3d..0e1872453c7d1 100644 --- a/sys/boot/forth/loader.4th.8 +++ b/sys/boot/forth/loader.4th.8 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 25, 1999 +.Dd September 30, 2004 .Dt LOADER.4TH 8 .Os .Sh NAME @@ -183,7 +183,7 @@ start Load a different kernel with the standard configuration: .Pp .Bd -literal -offset indent -compact -set kernel="/boot/kernel.old/kernel" +set kernel="kernel.old" unload boot-conf .Ed |
