diff options
author | joe <joe@FreeBSD.org> | 2002-05-09 11:47:42 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2002-05-09 11:47:42 +0000 |
commit | 36c976074ebd00defe149d424c3a2ebc63ae20fc (patch) | |
tree | 01758b96f23ae9f77dd349377a497b6afc86cbff /lib | |
parent | 349f81351db3b34270d17d925cff0d27d9d5dbcf (diff) | |
download | FreeBSD-src-36c976074ebd00defe149d424c3a2ebc63ae20fc.zip FreeBSD-src-36c976074ebd00defe149d424c3a2ebc63ae20fc.tar.gz |
Replace /kernel with /boot/kernel/kernel.
PR: docs/37757
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/getbootfile.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/getbootfile.3 b/lib/libc/gen/getbootfile.3 index 0365598..6cde6ad 100644 --- a/lib/libc/gen/getbootfile.3 +++ b/lib/libc/gen/getbootfile.3 @@ -63,7 +63,7 @@ placed in the global location .Sh BUGS If the boot blocks have not been modified to pass this information into the kernel at boot time, the static string -.Dq Pa /kernel +.Dq Pa /boot/kernel/kernel is returned instead of the real boot file. .Sh HISTORY The |