php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #13781 error in the french documentation at getprotobynumber()
Submitted: 2001-10-21 14:09 UTC Modified: 2001-10-22 22:19 UTC
From: christian at mandranet dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.6 OS:
Private report: No CVE-ID: None
 [2001-10-21 14:09 UTC] christian at mandranet dot com
Hi,

There is an mistake in the online French documentation at the page : 



http://fr.php.net/manual/fr/function.getprotobynumber.php



It is written :

getprotobynumber() retourne le num?ro de protocole associ? avec le nom de protocole name, comme dans /etc/protocols. 

But it is false... this is the definition of getprotobyname(), in reallity it's that :

getprotobynumber() retourne le nom de protocole associ? avec le num?ro de protocole number, comme dans /etc/protocols.

Bye... and thank you very much... for this excellent documentation...

Christian Wiederseiner
mandraNET 
http://www.mandranet.com

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-21 14:10 UTC] jimw@php.net
reclassifying.
 [2001-10-22 22:19 UTC] dams@php.net
Corrected.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 00:01:33 2024 UTC