[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
error in manpage recvfrom
From: |
Marshal |
Subject: |
error in manpage recvfrom |
Date: |
Fri, 21 Sep 2001 00:37:03 +0200 |
User-agent: |
Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 |
There is a very small error in the man page of recvfrom.
I don't know if this is the right place to report it but
here we go.
between argument 4 and argument 5 a comma (,) is missing.
--- copy/paste
SYNOPSIS
#include <sys/types.h>
#include <sys/socket.h>
int recv(int s, void *buf, int len, unsigned int flags);
-->THIS LINE---> int recvfrom(int s, void *buf, int len, unsigned
int flags struct sockaddr *from, int *fromlen);
int recvmsg(int s, struct msghdr *msg, unsigned int flags);
DESCRIPTION
--- end
send replies to this messages also to my mailaddress. I'm
not a member of the mailinglist.
--
grt, marshal
[ url : http://www.startplaza.nu | security news & links ]
[ url : http://www.heknet.com | security news & exploits ]
- error in manpage recvfrom,
Marshal <=