Spelling fixes.

This commit is contained in:
mpp 2004-06-21 19:30:45 +00:00
parent b3197f553c
commit d32949cafe
2 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@ describing a shared object specified by the
argument.
The
.Vt Link_map
stuctures are maintained as a doubly linked list by
structures are maintained as a doubly linked list by
.Xr ld.so 1 ,
in the same order as
.Xr dlopen 3
@ -247,7 +247,7 @@ for (cnt = 1; cnt <= info->dls_cnt; cnt++, path++) {
.Sh RETURN VALUES
The
.Fn dlinfo
function returns 0 on success, or \-1 if an error occured.
function returns 0 on success, or \-1 if an error occurred.
Whenever an error has been detected, a message detailing it can
be retrieved via a call to
.Xr dlerror 3 .

View File

@ -152,7 +152,7 @@ If the environment variable
is set, all operations are performed against the specified file.
.Ev PATH_FSTAB
will not be honored if the process environment or memory address space is
considred
considered
.Dq tainted .
(See
.Xr issetugid 2