freebsd-src/lib
Nik Clayton fbc400a67a Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

     .\"    $Id$
     .\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by:            bde
1999-07-12 20:50:10 +00:00
..
compat I seem to be having some CVS problems... I don't know why this wasn't 1999-05-22 16:21:47 +00:00
csu Call do_ctors() and do_dtors() using indirect calls through function 1999-06-06 15:59:08 +00:00
libalias Don't get caught in an infinite recursion when PKT_ALIAS_REVERSE 1999-06-22 11:20:03 +00:00
libatm Modify code to be -Wall'able. 1999-07-01 20:48:59 +00:00
libbind Sigh, mkdep doesn't know about all the CFLAGS to pass during depend 1998-06-11 10:39:32 +00:00
libc Add $Id$, to make it simpler for members of the translation teams to 1999-07-12 20:50:10 +00:00
libc_r Add $Id$, to make it simpler for members of the translation teams to 1999-07-12 20:50:10 +00:00
libcalendar .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq 1998-03-19 07:34:22 +00:00
libcam Add a MAINTAINER line to modules that I maintain. 1999-06-18 00:41:47 +00:00
libcom_err Remove definition of malloc and realloc. Instead include stdlib.h. 1998-09-11 05:39:08 +00:00
libcompat Add $Id$, to make it simpler for members of the translation teams to 1999-07-12 20:50:10 +00:00
libcrypt Simplified using new SYMLINKS macro, mainly to test this macro. The 1999-03-23 03:41:09 +00:00
libcurses Add $Id$, to make it simpler for members of the translation teams to 1999-07-12 20:50:10 +00:00
libdevstat Add a MAINTAINER line to modules that I maintain. 1999-06-18 00:41:47 +00:00
libdisk Merge from -stable; support for the 'ida' driver, move fla to major 102 1999-07-05 09:43:29 +00:00
libedit Add $Id$, to make it simpler for members of the translation teams to 1999-07-12 20:50:10 +00:00
libfetch Fixed prototype for fetchParseURL(). 1999-03-05 18:45:32 +00:00
libftpio Cause PORT commands to use the high IP port range. This makes fetch 1999-03-30 22:06:08 +00:00
libgnumalloc Don't install an elf libgnumalloc.so* in /usr/lib/compat.. No elf binaries 1998-10-11 04:18:30 +00:00
libio Cope with non page-aligned arguments to ioperm. 1999-05-22 17:35:04 +00:00
libipx Add $Id$, to make it simpler for members of the translation teams to 1999-07-12 20:50:10 +00:00
libkse Use USRSTACK (defined in <machine/vmparam.h>) to get top of the initial stack. 1999-07-12 16:09:30 +00:00
libkvm Add $Id$, to make it simpler for members of the translation teams to 1999-07-12 20:50:10 +00:00
libm Add $Id$, to make it simpler for members of the translation teams to 1999-07-12 20:50:10 +00:00
libmd add more MLINKS 1999-03-02 22:53:24 +00:00
libmytinfo Fixed CLEANFILES. 1998-12-27 15:04:33 +00:00
libncurses Add $Id$, to make it simpler for members of the translation teams to 1999-07-12 20:50:10 +00:00
libopie libopie also depends on libmd. Programs using libopie shouldn't have to 1998-10-11 04:45:50 +00:00
libpam Add $Id$, to make it simpler for members of the translation teams to 1999-07-12 20:24:20 +00:00
libpcap Fixed CLEANFILES. 1998-12-27 15:04:33 +00:00
libpthread Add $Id$, to make it simpler for members of the translation teams to 1999-07-12 20:50:10 +00:00
libradius Add $Id$, to make it simpler for members of the translation teams to 1999-07-12 20:50:10 +00:00
libresolv Don't build elf libresolv.so*, no elf freebsd binaries have used it ever. 1998-10-11 04:21:56 +00:00
librpcsvc Toss publickey.c in the attic and remove it from the Makefile. 1998-05-18 21:59:53 +00:00
libskey Add $Id$, to make it simpler for members of the translation teams to 1999-07-12 20:50:10 +00:00
libss Replace memory leaking instances of realloc with non-leaking reallocf. 1998-09-16 04:17:47 +00:00
libstand More egcs warning fixes: 1999-04-25 22:29:30 +00:00
libtacplus Add $Id$, to make it simpler for members of the translation teams to 1999-07-12 20:50:10 +00:00
libtelnet Old stuff laying around: Don't use a function called getstr(), that has 1998-12-16 06:04:29 +00:00
libtermcap Add $Id$, to make it simpler for members of the translation teams to 1999-07-12 20:50:10 +00:00
libutil Fix commented out CFLAGS addition for LOGIN_CAP_AUTH, which was missing 1999-07-12 14:27:58 +00:00
libvgl .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq 1998-03-19 07:34:22 +00:00
libwrap Add data storage for two application-provided variables. 1999-04-03 03:29:14 +00:00
libxpg4 I have added the support for BIG5 encoding into libc/libxpg4/mklocale. 1998-08-15 12:51:49 +00:00
liby Don't install an elf liby.so[.2] in /usr/lib/compat. We have never had 1998-10-11 04:10:14 +00:00
libz Merge changes from vendor branch (1.1.1 -> 1.1.3) into mainline. 1999-01-10 09:53:51 +00:00
msun Disable building with alpha software completion options until we upgrade 1998-12-24 13:17:58 +00:00
ncurses/ncurses Renamed the generated include file keys.tries to keys.tries.h so 1998-03-20 16:50:08 +00:00
Makefile Turn off libf2c. Superseeded by EGCS's libg2c. 1999-04-18 09:50:58 +00:00
Makefile.inc