Module Name: src
Committed By: abhinav
Date: Wed Oct 25 17:44:50 UTC 2017
Modified Files:
src/lib/libc/sys: pipe.2
Log Message:
Add pipe2 to the NAME section
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/lib/libc/sys/pipe.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/pipe.2
diff -u src/lib/libc/sys/pipe.2:1.30 src/lib/libc/sys/pipe.2:1.31
--- src/lib/libc/sys/pipe.2:1.30 Sat Feb 22 17:26:41 2014
+++ src/lib/libc/sys/pipe.2 Wed Oct 25 17:44:50 2017
@@ -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