> Von: Samuel Thibault <[EMAIL PROTECTED]> > It seems like my previous mail went unnoticed, here it is again: > > Samuel Thibault, le Thu 23 Feb 2006 12:14:45 +0100, a écrit : > > I noticed the new manpages 2.24 package that adds a lot of > > references. However there are a few missing bits. Grepping equivalent > > man3/*w* missed the wide string functions that are not documented yet > > (but should still be referenced for letting the programmer know that > > they exist and do what he guesses). Here is the list: > > > > strcoll wcscoll > > strxfrm wcsxfrm > > strchrnul wcschrnul > > strstr wcswcs > > strtod wcstod > > strtof wcstof > > strtold wcstold > > atol wcstol > > strtol wcstol > > strtoul wcstoul > > strtoll wcstoll > > strtoull wcstoull > > atoq wcstoq > > strtoq wcstoq > > strtouq wcstouq > > scanf wscanf > > strftime wcsftime
Sorry, I thought I had responded to your earlier mail... >From an upstream point of view, I don't want to make these changes at this time. The reason is that the w* pages in question do not yet exist. I have added text to the HOWTOHELP document noting that these pages are yet to be written and that when they are, SEE ALSO links can be created in the pages for their traditional equivalents. These w* pages are just a few among a very large number of man pages that remain to be written, and are not high on my own list of priorities. If you would like to contribute the required man pages, you are most welcome. > > An additionnal extra would be fgets to reference fgetws. This has been done (i.e., I have added a SEE ALSO link in gets.3). Cheers, Michael -- Michael Kerrisk maintainer of Linux man pages Sections 2, 3, 4, 5, and 7 Want to help with man page maintenance? Grab the latest tarball at ftp://ftp.win.tue.nl/pub/linux-local/manpages/, read the HOWTOHELP file and grep the source files for 'FIXME'. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

