summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>2004-06-21 19:30:45 +0000
committermpp <mpp@FreeBSD.org>2004-06-21 19:30:45 +0000
commitd32949cafe5f19af65d724d79d991452b8b9e1bb (patch)
tree9903ea9faefe202119b03566e9cd38e96772f797 /lib
parentb3197f553c7cac72776b50fe68f6824d44841b4f (diff)
downloadFreeBSD-src-d32949cafe5f19af65d724d79d991452b8b9e1bb.zip
FreeBSD-src-d32949cafe5f19af65d724d79d991452b8b9e1bb.tar.gz
Spelling fixes.
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