summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorabhinav <abhinav@NetBSD.org>2017-02-21 17:56:21 +0000
committerabhinav <abhinav@NetBSD.org>2017-02-21 17:56:21 +0000
commit820bf4cdbc53ea4dcd2d08f0f8bad1c821de8cdd (patch)
tree03cb663a4ca2bf9b911c002439a1d6884eee6823 /lib/libc/sys
parentc98298d29022202976ff0db6f1e2a81171b93857 (diff)
Fix spelling of "includes".
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/dup.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/dup.2 b/lib/libc/sys/dup.2
index fcc8651e48f..801281c0780 100644
--- a/lib/libc/sys/dup.2
+++ b/lib/libc/sys/dup.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: dup.2,v 1.30 2013/12/25 02:49:52 wiz Exp $
+.\" $NetBSD: dup.2,v 1.31 2017/02/21 17:56:21 abhinav Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -117,7 +117,7 @@ and can to some extent be adjusted with
.Pp
The
.Fn dup3
-call includs an additional
+call includes an additional
.Fa flags
argument supporting a subset of the
.Xr open 2