summaryrefslogtreecommitdiff
path: root/lib/libc/sys/close.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/close.2')
-rw-r--r--lib/libc/sys/close.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/close.2 b/lib/libc/sys/close.2
index 8400214dbac3..16ca1dc3725d 100644
--- a/lib/libc/sys/close.2
+++ b/lib/libc/sys/close.2
@@ -64,7 +64,7 @@ all associated file descriptors are freed, but since there is
a limit on active descriptors per processes, the
.Fn close
function call
-is useful when a large quanitity of file descriptors are being handled.
+is useful when a large quantity of file descriptors are being handled.
.Pp
When a process forks (see
.Xr fork 2 ) ,
@@ -103,7 +103,7 @@ will fail if:
.Fa D
is not an active descriptor.
.It Bq Er EINTR
-An interupt was received.
+An interrupt was received.
.El
.Sh SEE ALSO
.Xr accept 2 ,