about summary refs log tree commit diff
path: root/manual/socket.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-06-11 14:56:10 +0000
committerUlrich Drepper <drepper@redhat.com>1998-06-11 14:56:10 +0000
commit29fe4d0d250eb8a51e6d3a916f0083c1fcb88f69 (patch)
treea99134a248fcc3412673592aa30d1963da96c7c8 /manual/socket.texi
parent36ecfe5690660610f27d839f3cae31f417b33a04 (diff)
downloadglibc-29fe4d0d250eb8a51e6d3a916f0083c1fcb88f69.tar.gz
glibc-29fe4d0d250eb8a51e6d3a916f0083c1fcb88f69.tar.xz
glibc-29fe4d0d250eb8a51e6d3a916f0083c1fcb88f69.zip
Update.
1998-06-11  Ulrich Drepper  <drepper@cygnus.com>

	* libc.map: Don't export argp's fmtstream handling functions.
Diffstat (limited to 'manual/socket.texi')
-rw-r--r--manual/socket.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/socket.texi b/manual/socket.texi
index 0eab88a4b2..8ac5fa5b84 100644
--- a/manual/socket.texi
+++ b/manual/socket.texi
@@ -2040,7 +2040,7 @@ queue.
 
 @comment sys/socket.h
 @comment BSD
-@deftypefun int accept (int @var{socket}, struct sockaddr *@var{addr}, socklen_t *@var{length-ptr})
+@deftypefun int accept (int @var{socket}, struct sockaddr *@var{addr}, socklen_t *@var{length_ptr})
 This function is used to accept a connection request on the server
 socket @var{socket}.