Fix some small English errors.

This commit is contained in:
snj 2005-01-09 06:58:13 +00:00
parent 1a1000bb12
commit f57f7bfa69
1 changed files with 8 additions and 8 deletions

View File

@ -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 @@ Enable binary compatibility with
.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 @@ the sgimips port.
.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 @@ This is currently limited to the sparc64 port, and only applicable for
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 @@ variable which may be changed at run time -- see
.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