Fixed typo in "distinct".
authortobias <tobias@openbsd.org>
Sat, 16 Aug 2014 17:33:40 +0000 (17:33 +0000)
committertobias <tobias@openbsd.org>
Sat, 16 Aug 2014 17:33:40 +0000 (17:33 +0000)
ok jmc@

lib/libc/sys/pipe.2

index be48235..825b19e 100644 (file)
@@ -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.