diff options
author | 2014-08-16 17:33:40 +0000 | |
---|---|---|
committer | 2014-08-16 17:33:40 +0000 | |
commit | db0b4bfedc5eff2b3e0bec1e5b35d06446c6536b (patch) | |
tree | 311d76c9320de6bc7293a3d1353d15031138fb93 /lib/libc/sys/pipe.2 | |
parent | use C rather than C++ array initialization syntax (diff) | |
download | wireguard-openbsd-db0b4bfedc5eff2b3e0bec1e5b35d06446c6536b.tar.xz wireguard-openbsd-db0b4bfedc5eff2b3e0bec1e5b35d06446c6536b.zip |
Fixed typo in "distinct".
ok jmc@
Diffstat (limited to 'lib/libc/sys/pipe.2')
-rw-r--r-- | lib/libc/sys/pipe.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/pipe.2 b/lib/libc/sys/pipe.2 index be482356cc3..825b19e8910 100644 --- a/lib/libc/sys/pipe.2 +++ b/lib/libc/sys/pipe.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pipe.2,v 1.15 2013/07/17 05:42:11 schwarze Exp $ +.\" $OpenBSD: pipe.2,v 1.16 2014/08/16 17:33:40 tobias Exp $ .\" $NetBSD: pipe.2,v 1.6 1995/02/27 12:35:27 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)pipe.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: August 16 2014 $ .Dt PIPE 2 .Os .Sh NAME @@ -112,4 +112,4 @@ function call appeared in .At v3 . Since .At v4 , -it allocates two distict file descriptors. +it allocates two distinct file descriptors. |