From db0b4bfedc5eff2b3e0bec1e5b35d06446c6536b Mon Sep 17 00:00:00 2001 From: tobias Date: Sat, 16 Aug 2014 17:33:40 +0000 Subject: [PATCH] Fixed typo in "distinct". ok jmc@ --- lib/libc/sys/pipe.2 | 6 +++--- 1 file 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. -- 2.20.1