Module Name: src
Committed By: plunky
Date: Mon Mar 19 09:34:36 UTC 2012
Modified Files:
src/lib/libc/sys: accept.2
Log Message:
pselect->paccept for this page
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/accept.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/accept.2
diff -u src/lib/libc/sys/accept.2:1.28 src/lib/libc/sys/accept.2:1.29
--- src/lib/libc/sys/accept.2:1.28 Mon Jun 27 08:21:07 2011
+++ src/lib/libc/sys/accept.2 Mon Mar 19 09:34:36 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: accept.2,v 1.28 2011/06/27 08:21:07 wiz Exp $
+.\" $NetBSD: accept.2,v 1.29 2012/03/19 09:34:36 plunky Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)accept.2 8.2 (Berkeley) 12/11/93
.\"
-.Dd June 2, 2011
+.Dd March 19, 2012
.Dt ACCEPT 2
.Os
.Sh NAME
@@ -228,6 +228,6 @@ The
function appeared in
.Bx 4.2 .
The
-.Fn pselect
+.Fn paccept
function is inspired from Linux and appeared in
.Nx 6.0 .