summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/dlinfo.34
-rw-r--r--lib/libc/gen/getfsent.32
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/dlinfo.3 b/lib/libc/gen/dlinfo.3
index 1658471..ef77e7c 100644
--- a/lib/libc/gen/dlinfo.3
+++ b/lib/libc/gen/dlinfo.3
@@ -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 .
diff --git a/lib/libc/gen/getfsent.3 b/lib/libc/gen/getfsent.3
index 299c868..e08f798 100644
--- a/lib/libc/gen/getfsent.3
+++ b/lib/libc/gen/getfsent.3
@@ -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
OpenPOWER on IntegriCloud