diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-21 11:49:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-21 11:49:05 +0000 |
commit | 729e84f2be8e46b05b2719e1a476d3ec23ebee56 (patch) | |
tree | 12fbea63990a801f5d0fc455d7d0f1c3a210f597 /share | |
parent | 3a762aebb60df3bd0941b5ec3b7c8bc6fcb0550d (diff) |
library update;
ok deraadt@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man3/intro.3 | 57 |
1 files changed, 29 insertions, 28 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index 5a4c4447c6f..992ea883b7d 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.3,v 1.14 2003/01/20 20:02:08 marc Exp $ +.\" $OpenBSD: intro.3,v 1.15 2003/05/21 11:49:04 jmc Exp $ .\" $NetBSD: intro.3,v 1.5 1995/05/10 22:46:24 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -41,7 +41,7 @@ .Nm intro .Nd introduction to the C libraries .Sh DESCRIPTION -The manual pages in section 3 provide an overview of the C library +The manual pages in section 3 provide an overview of the C library functions, their error returns, and other common definitions and concepts. Most of these functions are available from the C library, .Em libc . @@ -117,49 +117,49 @@ The terminal independent operation library package. .El .Sh FILES .Bl -tag -width /usr/lib/libgnumalloc.a -compact -.It Pa /usr/lib/libacl.a +.It Pa /usr/lib/libasn1.a .It Pa /usr/lib/libbfd.a .It Pa /usr/lib/libc.a -C library +C library. .It Pa /usr/lib/libcom_err.a .It Pa /usr/lib/libcompat.a -4.3 compatibility library +4.3 compatibility library. .It Pa /usr/lib/libcrypto.a .Xr ssl 8 -support library +support library. .It Pa /usr/lib/libcurses++.a C++ .Xr curses 3 -library +library. .It Pa /usr/lib/libcurses.a .Xr curses 3 -library +library. .It Pa /usr/lib/libdes.a .It Pa /usr/lib/libedit.a +.It Pa /usr/lib/libevent.a .It Pa /usr/lib/libfl.a .It Pa /usr/lib/libform.a +.It Pa /usr/lib/libfrtbegin.a .It Pa /usr/lib/libg2c.a -.It Pa /usr/lib/libgmp.a +.It Pa /usr/lib/libgssapi.a +.It Pa /usr/lib/libhdb.a .It Pa /usr/lib/libiberty.a -.It Pa /usr/lib/libkadm.a -.Xr kerberos 1 -support library +.It Pa /usr/lib/libkadm5clnt.a +.It Pa /usr/lib/libkadm5srv.a .It Pa /usr/lib/libkafs.a -.Xr afsd 8 -support library -.It Pa /usr/lib/libkdb.a -.It Pa /usr/lib/libkeycap.a +afsd support library. .It Pa /usr/lib/libkeynote.a -.It Pa /usr/lib/libkrb.a +.It Pa /usr/lib/libkrb5.a .It Pa /usr/lib/libkvm.a .Xr kvm 3 -kernel virtual memory access library +kernel virtual memory access library. .It Pa /usr/lib/libl.a .It Pa /usr/lib/libm.a .Xr math 3 library. .It Pa /usr/lib/libmenu.a .It Pa /usr/lib/libmmalloc.a +.It Pa /usr/lib/libncurses.a .It Pa /usr/lib/libobjc.a .It Pa /usr/lib/libocurses.a The @@ -175,7 +175,7 @@ For use with .Xo .Xr ocurses 3 .Pf ( i.e., Fl l Ns Ar ocurses -.Fl l Ns Ar otermcap ) +.Fl l Ns Ar otermcap ) . .Xc .It Pa /usr/lib/libpanel.a .Xr panel 3 @@ -183,15 +183,16 @@ library for use with .Xo .Xr curses 3 .Pf ( i.e., Fl l Ns Ar panel -.Fl l Ns Ar curses ) +.Fl l Ns Ar curses ) . .Xc .It Pa /usr/lib/libpcap.a .Xr pcap 3 library. +.It Pa /usr/lib/libperl.a .It Pa /usr/lib/libpthread.a .St -p1003.1-01 threads library (see -.Xr pthreads 3 ) +.Xr pthreads 3 ) . .It Pa /usr/lib/libreadline.a .It Pa /usr/lib/libresolv.a The @@ -200,28 +201,28 @@ routines are included in .Em libc . For legacy applications, this library contains only those functions. .It Pa /usr/lib/librpcsvc.a -generated by +Generated by .Xr rpcgen 1 , containing stub functions for many common .Xr rpc 3 -protocols +protocols. +.It Pa /usr/lib/libsectok.a .It Pa /usr/lib/libskey.a -support library for the +Support library for the .Xr skey 1 -authentication toolkit +authentication toolkit. .It Pa /usr/lib/libssl.a .Xr ssl 8 -support library +support library. .It Pa /usr/lib/libstdc++.a -.It Pa /usr/lib/libtelnet.a .It Pa /usr/lib/libtermcap.a .It Pa /usr/lib/libtermlib.a +.It Pa /usr/lib/libusbhid.a .It Pa /usr/lib/libutil.a .It Pa /usr/lib/libwrap.a .It Pa /usr/lib/liby.a .It Pa /usr/lib/libz.a .Pp -.It Pa /usr/lib/libm_i387.a .It Pa /usr/lib/libi386.a .El .\" Must talk about shared libraries, _p profiled libraries, and how to tell the |