summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/dup.2
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-02-21 09:14:36 +0000
committerjmc <jmc@openbsd.org>2003-02-21 09:14:36 +0000
commitee1e5b735178e59d2fa64ad5b891dec465be7095 (patch)
treea5b6755a445ce03f261495c775c740e0d7b73ebb /lib/libc/sys/dup.2
parentprint sshd_config filename in debug2 mode. (diff)
downloadwireguard-openbsd-ee1e5b735178e59d2fa64ad5b891dec465be7095.tar.xz
wireguard-openbsd-ee1e5b735178e59d2fa64ad5b891dec465be7095.zip
typos;
Diffstat (limited to 'lib/libc/sys/dup.2')
-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 63b3f3bfb55..d08981d2615 100644
--- a/lib/libc/sys/dup.2
+++ b/lib/libc/sys/dup.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dup.2,v 1.9 2002/02/08 18:46:12 art Exp $
+.\" $OpenBSD: dup.2,v 1.10 2003/02/21 09:14:37 jmc Exp $
.\" $NetBSD: dup.2,v 1.4 1995/02/27 12:32:21 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -113,7 +113,7 @@ fail if:
.Fa oldd
or
.Fa newd
-is not a valid active descriptor
+is not a valid active descriptor.
.It Bq Er EMFILE
Too many descriptors are active.
.El