Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Article improvements.



details:   https://anonhg.NetBSD.org/src/rev/bc73471d75e3
branches:  trunk
changeset: 565276:bc73471d75e3
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Apr 03 15:19:49 2004 +0000

description:
Article improvements.

diffstat:

 share/man/man4/kloader.4 |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (49 lines):

diff -r 87dfda7fc0f7 -r bc73471d75e3 share/man/man4/kloader.4
--- a/share/man/man4/kloader.4  Sat Apr 03 12:39:51 2004 +0000
+++ b/share/man/man4/kloader.4  Sat Apr 03 15:19:49 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: kloader.4,v 1.1 2004/04/03 02:33:40 uwe Exp $
+.\"    $NetBSD: kloader.4,v 1.2 2004/04/03 15:19:49 wiz Exp $
 .\"
 .\" Copyright (c) 2004 Valeriy E. Ushakov
 .\" All rights reserved.
@@ -41,7 +41,7 @@
 .Pp
 Some platforms supported by
 .Nx
-do not have a firmware that can boot
+do not have a firmware that can boot the
 .Nx
 kernel.
 Examples are game consoles (dreamcast and playstation2 ports), and
@@ -56,9 +56,9 @@
 again.
 This problem is addressed by
 .Nm ,
-that allows currently running kernel to serve as a bootloader for the
-kernel being booted, thus avoiding the burden of booting into the
-native OS first.
+which allows the currently running kernel to serve as a bootloader
+for the kernel being booted, thus avoiding the burden of booting
+into the native OS first.
 .Pp
 When
 .Nm
@@ -68,7 +68,7 @@
 .Nm
 to load the new kernel into memory, and arrange for control to be
 passed to the new kernel \(em just like a standalone bootloader does.
-The new kernel then boots in an ordinary manner.
+The new kernel then boots in the ordinary manner.
 .Sh SEE ALSO
 .Xr reboot 2 ,
 .Xr boot 8 ,
@@ -85,7 +85,7 @@
 .Fa bootstr
 arguments passed to the
 .Xr reboot 2
-system call, and reboots the system with previous boot settings.
+system call, and reboots the system with the previous boot settings.
 .Pp
 .Nm
 doesn't support booting compressed kernels.



Home | Main Index | Thread Index | Old Index