Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys accept() is a function, not an argument!



details:   https://anonhg.NetBSD.org/src/rev/59b76dc66f7b
branches:  trunk
changeset: 460532:59b76dc66f7b
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Oct 27 12:28:13 2019 +0000

description:
accept() is a function, not an argument!

diffstat:

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

diffs (27 lines):

diff -r 5ffc11b8ff51 -r 59b76dc66f7b lib/libc/sys/accept.2
--- a/lib/libc/sys/accept.2     Sun Oct 27 12:14:51 2019 +0000
+++ b/lib/libc/sys/accept.2     Sun Oct 27 12:28:13 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: accept.2,v 1.33 2017/05/09 06:41:56 abhinav Exp $
+.\"    $NetBSD: accept.2,v 1.34 2019/10/27 12:28:13 pgoyette 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 February 8, 2017
+.Dd October 27, 2019
 .Dt ACCEPT 2
 .Os
 .Sh NAME
@@ -58,7 +58,7 @@
 .Xr listen 2 .
 The
 .Fn accept
-argument
+function
 extracts the first connection request on the queue of pending
 connections, creates a new socket with the same properties of
 .Fa s



Home | Main Index | Thread Index | Old Index