aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2017-12-28 01:31:28 +0000
committerEitan Adler <eadler@FreeBSD.org>2017-12-28 01:31:28 +0000
commit837fe32558013664753f81ee12f7153deafb592c (patch)
tree3a0d9a58bf10767291fd21b269535d5f62f32971 /lib
parent6134b18696cecbb846f6d793f5cb2d665d594dad (diff)
downloadsrc-837fe32558013664753f81ee12f7153deafb592c.tar.gz
src-837fe32558013664753f81ee12f7153deafb592c.zip
Fix a few more speelling errors
Reviewed by: bjk Reviewed by: jilles (incl formal "accept") Differential Revision: https://reviews.freebsd.org/D13650
Notes
Notes: svn path=/head/; revision=327259
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/kqueue.22
-rw-r--r--lib/libc/sys/sendfile.22
-rw-r--r--lib/libopenbsd/imsg_init.32
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index 0cf537130432..ac327be950c3 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -190,7 +190,7 @@ The
.Fa ext[2]
and
.Fa ext[3]
-members are always passed throught the kernel as-is,
+members are always passed through the kernel as-is,
making additional context available to application.
.El
.Pp
diff --git a/lib/libc/sys/sendfile.2 b/lib/libc/sys/sendfile.2
index 313c349ee9ff..ef9d9bb60cd7 100644
--- a/lib/libc/sys/sendfile.2
+++ b/lib/libc/sys/sendfile.2
@@ -190,7 +190,7 @@ may read ahead when reading the file.
A macro
.Fn SF_FLAGS
is provided to combine readahead amount and flags.
-Example shows specifing readahead of 16 pages and
+An example showing specifying readahead of 16 pages and
.Dv SF_NOCACHE
flag:
.Pp
diff --git a/lib/libopenbsd/imsg_init.3 b/lib/libopenbsd/imsg_init.3
index eb4b1a665d55..22b20af3bd64 100644
--- a/lib/libopenbsd/imsg_init.3
+++ b/lib/libopenbsd/imsg_init.3
@@ -347,7 +347,7 @@ On success
returns a pointer to the buffer; on failure it returns NULL.
.Pp
.Fn ibuf_dynamic
-allocates a resizeable buffer of initial length
+allocates a resizable buffer of initial length
.Fa len
and maximum size
.Fa max .