Last of the spelling fixed
This commit is contained in:
@@ -47,7 +47,7 @@ All pathnames rooted at
|
||||
.L /
|
||||
are first searched for in the process preroot directory
|
||||
and then in the system root directory.
|
||||
Setting the process preroot is a priveleged operation controlled by the
|
||||
Setting the process preroot is a privileged operation controlled by the
|
||||
.IR /etc/preroot (1)
|
||||
command.
|
||||
.PP
|
||||
|
||||
@@ -82,7 +82,7 @@ points to the option name value pair from
|
||||
.I n
|
||||
is 0 if
|
||||
.B no
|
||||
preceeded the option
|
||||
preceded the option
|
||||
.I name
|
||||
and
|
||||
.I v
|
||||
|
||||
@@ -124,7 +124,7 @@ int lock; /* 1 to lock stream and not advance pointer */
|
||||
break;
|
||||
}
|
||||
|
||||
/* try to accomodate request size */
|
||||
/* try to accommodate request size */
|
||||
if(n > 0 && n < size && (f->mode&mode) != 0 )
|
||||
{
|
||||
if(f->flags&SF_STRING)
|
||||
|
||||
Reference in New Issue
Block a user