diff options
author | 2003-02-21 09:14:36 +0000 | |
---|---|---|
committer | 2003-02-21 09:14:36 +0000 | |
commit | ee1e5b735178e59d2fa64ad5b891dec465be7095 (patch) | |
tree | a5b6755a445ce03f261495c775c740e0d7b73ebb /lib/libc/sys/dup.2 | |
parent | print sshd_config filename in debug2 mode. (diff) | |
download | wireguard-openbsd-ee1e5b735178e59d2fa64ad5b891dec465be7095.tar.xz wireguard-openbsd-ee1e5b735178e59d2fa64ad5b891dec465be7095.zip |
typos;
Diffstat (limited to 'lib/libc/sys/dup.2')
-rw-r--r-- | lib/libc/sys/dup.2 | 4 |
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 |