Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Add pipe2 to the NAME section



details:   https://anonhg.NetBSD.org/src/rev/4497fc372b07
branches:  trunk
changeset: 827387:4497fc372b07
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Wed Oct 25 17:44:50 2017 +0000

description:
Add pipe2 to the NAME section

diffstat:

 lib/libc/sys/pipe.2 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 151e52c99844 -r 4497fc372b07 lib/libc/sys/pipe.2
--- a/lib/libc/sys/pipe.2       Wed Oct 25 17:42:05 2017 +0000
+++ b/lib/libc/sys/pipe.2       Wed Oct 25 17:44:50 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pipe.2,v 1.30 2014/02/22 17:26:41 dholland Exp $
+.\"    $NetBSD: pipe.2,v 1.31 2017/10/25 17:44:50 abhinav Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,8 @@
 .Dt PIPE 2
 .Os
 .Sh NAME
-.Nm pipe
+.Nm pipe ,
+.Nm pipe2
 .Nd create descriptor pair for interprocess communication
 .Sh LIBRARY
 .Lb libc



Home | Main Index | Thread Index | Old Index