Spelling fixes.

This commit is contained in:
mpp 2004-06-21 18:57:32 +00:00
parent 6be13565e6
commit 5742a5ff52
6 changed files with 7 additions and 7 deletions

View File

@ -57,7 +57,7 @@ The
and
.Fn clock_settime
allow the calling process to retrieve or set the value used by a clock
which is specifed by
which is specified by
.Fa clock_id .
.Pp
The

View File

@ -13,7 +13,7 @@
.Os
.Sh NAME
.Nm jail , jail_attach
.Nd imprison current process and future decendants
.Nd imprison current process and future descendants
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
@ -72,7 +72,7 @@ to indicate the error.
.Pp
.Rv -std jail_attach
.Sh PRISON?
Once a process has been put in a prison, it and its decendants cannot escape
Once a process has been put in a prison, it and its descendants cannot escape
the prison.
.Pp
Inside the prison, the concept of

View File

@ -345,7 +345,7 @@ The file referenced by the descriptor was renamed.
.It NOTE_REVOKE
Access to the file was revoked via
.Xr revoke 2
or the underlying fileystem was unmounted.
or the underlying filesystem was unmounted.
.El
.Pp
On return,

View File

@ -134,7 +134,7 @@ The
.Fn poll
system call
returns the number of descriptors that are ready for I/O, or -1 if an
error occured. If the time limit expires,
error occurred. If the time limit expires,
.Fn poll
returns 0.
If

View File

@ -211,7 +211,7 @@ then
.Fn close
it before it has actually been sent, the result being that the receiver
gets a closed file descriptor. It is left to the application to
implement an acknowlegment mechanism to prevent this from happening.
implement an acknowledgment mechanism to prevent this from happening.
.Sh SEE ALSO
.Xr fcntl 2 ,
.Xr getsockopt 2 ,

View File

@ -92,7 +92,7 @@ argument has one possible value:
.Fa SF_NODISKIO .
This flag causes any sendfile call which would block on disk I/O to instead
return EBUSY. Busy servers may benefit by transferring requests that would
block to a seperate I/O worker thread.
block to a separate I/O worker thread.
.Pp
When using a socket marked for non-blocking I/O,
.Fn sendfile