Module Name: src
Committed By: abhinav
Date: Tue Feb 21 17:56:21 UTC 2017
Modified Files:
src/lib/libc/sys: dup.2
Log Message:
Fix spelling of "includes".
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/lib/libc/sys/dup.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/dup.2
diff -u src/lib/libc/sys/dup.2:1.30 src/lib/libc/sys/dup.2:1.31
--- src/lib/libc/sys/dup.2:1.30 Wed Dec 25 02:49:52 2013
+++ src/lib/libc/sys/dup.2 Tue Feb 21 17:56:21 2017
@@ -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