On Tue, May 23, 2006 at 02:42:55AM +0200, Michael Kerrisk wrote:
> > Package: manpages
> > Version: 2.28-1
> > Severity: minor
> >
> > The following should be added to unimplemented.2, and removed from
> > undocumented.3:
> >
> > chflags: comparable to chattr
> > fattach, fdetach: comparable to mount, but for files and their
> > descriptors.
> > open()ing the filename again is something like dup(fd), but
> > with fresh "state" for the file (eg. offset).
>
> Removed from undocumented: yes, for 2.33. But there is no need
> to add them to unimplemented. These functions currently don't
> exist on Linux, and may well never exist.
>
> > The following should probably have a .so link added (which Debian
> > converts to a symlink), and then removed from undocumented.3.
> >
> > fcrypt: alias for crypt
>
> It is not clear to me that the issue is that simple. No change.
./crypt/crypt-entry.c:
/*
* To make fcrypt users happy.
* They don't need to call init_des.
*/
#ifdef _LIBC
weak_alias (crypt, fcrypt)
#else
char *
__fcrypt (key, salt)
const char *key;
const char *salt;
{
return crypt (key, salt);
}
#endif
> > The following are already documented, and should be removed from
> > undocumented.3:
> >
> > fexecve
> > fwscanf
> > program_invocation_name
> > program_invocation_short_name
>
> I don't know what version of undocumented.3
undocumented (8) [scandetd] - No manpage for this program, utility or function.
This was something debian used to encourage for programs lacking
manpages, but is now discouraged in favor of being able to
systematically search for such cases.
undocumented (3) - undocumented library functions
undocumented (2) - undocumented system calls
These are included in the Debian package with lists of undocumented
things.
undocumented (7) - No manpage for this program, utility or function.
And this is a "please write documentation" page.
> > stuff
>
> ??
I don't know either; it is listed in undocumented.3. Joey?
> > p_query
>
> This exists, and is not documented.
Where can I read about it?
Justin
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]