This is the mail archive of the libc-hacker@cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Crypt extension 2.0.109 available.


Geoff Keating <geoffk@ozemail.com.au> writes:

> I have just uploaded version 2.0.109 of the glibc crypt extension.

Thanks, but there are still a few problems with the manual.

Every @deftypefun should be preceded by two @comment lines.  The first
should define the header, the second the standard.  E.g., the crzpt
definition change is


 @comment crypt.h
-@comment ???
 @deftypefun {char *} crypt (const char * @var{key}, const char * @var{salt})


I.e., the second is taken out.  Instead there should be

 @comment BSD, SVID

See my previous mail on this.

Thanks,

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]