From 88197030d5805d95d3e71d0aab71f44c6895b3b2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 28 Oct 2007 08:24:07 +0000 Subject: [BZ #5222] 2007-10-28 Ulrich Drepper [BZ #5222] * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short path elements in counting mode. --- manual/socket.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/socket.texi') diff --git a/manual/socket.texi b/manual/socket.texi index f2f62adc4f..25f45a17f1 100644 --- a/manual/socket.texi +++ b/manual/socket.texi @@ -2070,7 +2070,7 @@ access to connect to the socket. @comment sys/socket.h @comment BSD -@deftypefun int listen (int @var{socket}, unsigned int @var{n}) +@deftypefun int listen (int @var{socket}, int @var{n}) The @code{listen} function enables the socket @var{socket} to accept connections, thus making it a server socket. -- cgit v1.2.3