Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Fix some small English errors.



details:   https://anonhg.NetBSD.org/src/rev/ea63f4f5f527
branches:  trunk
changeset: 572616:ea63f4f5f527
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Jan 09 06:58:13 2005 +0000

description:
Fix some small English errors.

diffstat:

 share/man/man4/options.4 |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (56 lines):

diff -r e3bc3a9d6d94 -r ea63f4f5f527 share/man/man4/options.4
--- a/share/man/man4/options.4  Sun Jan 09 06:35:30 2005 +0000
+++ b/share/man/man4/options.4  Sun Jan 09 06:58:13 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: options.4,v 1.255 2004/12/08 18:33:32 peter Exp $
+.\"    $NetBSD: options.4,v 1.256 2005/01/09 06:58:13 snj Exp $
 .\"
 .\" Copyright (c) 1996
 .\"    Perry E. Metzger.  All rights reserved.
@@ -203,7 +203,7 @@
 .Nx 0.9 .
 This enables support for
 16-bit user, group, and process IDs (following revisions support
-32-bit identifiers),
+32-bit identifiers).
 It also allows the use of the deprecated
 .Xr getdomainname 3 ,
 .Xr setdomainname 3 ,
@@ -414,8 +414,8 @@
 .It Cd options COMPAT_MACH
 On those architectures that support it, this enables the emulation of
 Mach kernel traps for binaries built for the same architecture.
-This features is highly experimental and it is currently
-limited to i386 and powerpc ports of
+This feature is highly experimental and it is currently
+limited to the i386 and powerpc ports of
 .Nx .
 .It Cd options COMPAT_OSF1
 On those architectures that support it, this enables binary
@@ -450,12 +450,12 @@
 64-bit kernels.
 .It Cd options COMPAT_AOUT_M68K
 On m68k architectures which have switched to ELF,
-this enable binary compatibility with
+this enables binary compatibility with
 .Nx Ns Tn /m68k
 .Xr a.out 5
 executables on
 .Nx Ns Tn /m68k
-ELF kernel.
+ELF kernels.
 This handles alignment incompatibility of m68k ABI between
 a.out and ELF which causes the structure padding differences.
 Currently only some system calls which use
@@ -519,9 +519,9 @@
 .Xr sysctl 8
 for details.
 .It Cd options DDB_BREAK_CHAR=integer
-This option overrides the using break to enter the kernel debugger
+This option overrides using break to enter the kernel debugger
 on the serial console.
-The value given will is the ascii value to be used instead.
+The value given is the ascii value to be used instead.
 This is currently only supported by the com driver.
 .It Cd options KGDB
 Compiles in a remote kernel debugger stub for diagnosing kernel problems



Home | Main Index | Thread Index | Old Index