Module Name: src Committed By: wiz Date: Tue Feb 8 09:35:32 UTC 2011
Modified Files: src/share/man/man3: intro.3 Log Message: New sentence, new line. Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/share/man/man3/intro.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man3/intro.3 diff -u src/share/man/man3/intro.3:1.24 src/share/man/man3/intro.3:1.25 --- src/share/man/man3/intro.3:1.24 Tue Feb 8 03:20:16 2011 +++ src/share/man/man3/intro.3 Tue Feb 8 09:35:32 2011 @@ -1,4 +1,4 @@ -.\" $NetBSD: intro.3,v 1.24 2011/02/08 03:20:16 haad Exp $ +.\" $NetBSD: intro.3,v 1.25 2011/02/08 09:35:32 wiz Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)intro.3 8.1 (Berkeley) 6/5/93 .\" -.Dd October 4, 2001 +.Dd February 8, 2011 .Dt INTRO 3 .Os .Sh NAME @@ -63,11 +63,13 @@ Block-sorting compressor library providing routines for fast and efficient compression. .It Em libc Pq Fl l Ns Ar c -The standard C library. When using the C compiler +The standard C library. +When using the C compiler .Xr cc 1 , it is not necessary to supply the linker flag .Fl l Ns Ar c -for these functions. There are several subsystems included inside +for these functions. +There are several subsystems included inside .Em libc : .Pp .Bl -tag -width "XXXXXX" @@ -102,7 +104,8 @@ .Xr signal 3 .El .It Em libcom_err Pq Fl l Ns Ar com_err -The common error description library. See +The common error description library. +See .Xr com_err 3 . .It Em libcompat Pq Fl l Ns Ar compat Functions which are obsolete but are available for compatibility with @@ -110,14 +113,17 @@ In particular, a number of system call interfaces provided in previous releases of .Bx -have been included for source code compatibility. Use of these -routines should, for the most part, be avoided. The manual page entry +have been included for source code compatibility. +Use of these routines should, for the most part, be avoided. +The manual page entry for each compatibility routine indicates the proper interface to use. .It Em libcrypt Pq Fl l Ns Ar crypt -The crypt library. See +The crypt library. +See .Xr crypt 3 . .It Em libcrypto Pq Fl l Ns Ar crypto -The OpenSSL cryptographic library. See +The OpenSSL cryptographic library. +See .Xr crypto 3 . .It Em libcrypto_idea Pq Fl l Ns Ar crypto_idea The OpenSSL cryptographic library routines for the IDEA algorithm. @@ -129,10 +135,12 @@ protected by patents and its use is restricted. .It Em libcurses Pq Fl l Ns Ar curses Fl l Ns Ar termcap Terminal independent screen management routines -for two dimensional non-bitmap display terminals. See +for two dimensional non-bitmap display terminals. +See .Xr curses 3 . .It Em libdes Pq Fl l Ns Ar des -The OpenSSL cryptographic library for the DES algorithms. See +The OpenSSL cryptographic library for the DES algorithms. +See .Xr des 3 . .It Em libdm Pq Fl l Ns Ar dm The device-mapper driver access library used for communication with @@ -142,31 +150,38 @@ .Xr lvm 8 subsystem. .It Em libedit Pq Fl l Ns Ar edit -The command-line editor or editline library. The editline library -provides generic editing and history functions. See +The command-line editor or editline library. +The editline library provides generic editing and history functions. +See .Xr editline 3 . .It Em libform Pq Fl l Ns Ar form The curses form library provides a terminal-independent form system -using the curses library. The form library provides facilities for -defining forms on terminals. See +using the curses library. +The form library provides facilities for defining forms on terminals. +See .Xr forms 3 . .It Em libgssapi Pq Fl l Ns Ar gssapi -The Generic Security Services (GSS) API library. This library provides +The Generic Security Services (GSS) API library. +This library provides verification services to applications and usually sits above the cryptographic libraries. .It Em libhesiod Pq Fl l Ns Ar hesiod -The Hesiod library. This library provides routines for performing +The Hesiod library. +This library provides routines for performing lookups of Hesiod information, which is stored as text records in the -Domain Name Service. See +Domain Name Service. +See .Xr hesiod 3 . .It Em libhdb Pq Fl l Ns Ar hdb The Heimdal Kerberos 5 authentication/authorisation database access library. .It Em libintl Pq Fl l Ns Ar intl -The internationalized message handling library. See +The internationalized message handling library. +See .Xr gettext 3 . .It Em libipsec Pq Fl l Ns Ar ipsec -The IPsec policy control library. See +The IPsec policy control library. +See .Xr ipsec_set_policy 3 and .Xr ipsec_strerror 3 . @@ -177,25 +192,29 @@ .It Em libkadm5srv Pq Fl l Ns Ar kadm5srv The Kerberos 5 administration server library. .It Em libkafs Pq Fl l Ns Ar kafs -The Kerberos IV AFS library. See +The Kerberos IV AFS library. +See .Xr kafs 3 . .It Em libkdb Pq Fl l Ns Ar kdb The Kerberos IV authentication/authorisation database access library. .It Em libkrb Pq Fl l Ns Ar krb The Kerberos IV library. .It Em libkrb5 Pq Fl l Ns Ar krb5 -The Kerberos 5 library. See +The Kerberos 5 library. +See .Xr krb5 3 . .It Em libkstream Pq Fl l Ns Ar kstream Kerberos IV encrypted stream library. .It Em libkvm Pq Fl l Ns Ar kvm -Kernel data access library. See +Kernel data access library. +See .Xr kvm 3 . .It Em libl Pq Fl l Ns Ar l The library for .Xr lex 1 . .It Em libm Pq Fl l Ns Ar m -The math library. See +The math library. +See .Xr math 3 . .\" The math library is loaded as needed by the Pascal compiler .\" .Xr pc 1 , @@ -210,61 +229,72 @@ .\" Device independent plotting functions (see .\" .Xr plot 3 ) . .\" .It Em libplotf77 Pq Fl l Ns Ar plotf77 -.\" The device independent plotting functions for fortran. (see +.\" The device independent plotting functions for fortran (see .\" .Xr plot 3 ) . .\" .It Em libresolv Pq Fl l Ns Ar resolv .\" Routines for network address resolution. .It Em libmenu Pq Fl l Ns Ar menu -The curses menu library. See +The curses menu library. +See .Xr menus 3 . .It Em libpcap Pq Fl l Ns Ar pcap -The packet capture library. See +The packet capture library. +See .Xr pcap 3 . .It Em libpci Pq Fl l Ns Ar pci -The PCI bus access library. See +The PCI bus access library. +See .Xr pci 3 . .It Em libposix Pq Fl l Ns Ar posix The POSIX compatibility library provides a compatibility interface for -POSIX functions which differ from the standard BSD interfaces. See +POSIX functions which differ from the standard BSD interfaces. +See .Xr chown 2 and .Xr rename 2 . .It Em libresolv Pq Fl l Ns Ar resolv The DNS resolver library. .It Em librmt Pq Fl l Ns Ar rmt -Remote magnetic tape library. See +Remote magnetic tape library. +See .Xr rmtops 3 . .It Em libroken Pq Fl l Ns Ar roken -A library containing compatibility functions used by Kerberos. It -implements functionality required by the Kerberos implementation not +A library containing compatibility functions used by Kerberos. +It implements functionality required by the Kerberos implementation not implemented in the standard .Nx libraries. .It Em librpcsvc Pq Fl l Ns Ar rpcsvc -The Remote Procedure Call (RPC) services library. See +The Remote Procedure Call (RPC) services library. +See .Xr rpc 3 . .It Em libskey Pq Fl l Ns Ar skey -The S/Key one-time password library. See +The S/Key one-time password library. +See .Xr skey 3 . .It Em libsl Pq Fl l Ns Ar sl .It Em libss Pq Fl l Ns Ar ss .It Em libssl Pq Fl l Ns Ar ssl -The secure sockets layer (SSL) library. See +The secure sockets layer (SSL) library. +See .Xr ssl 3 . .It Em libtelnet Pq Fl l Ns Ar telnet The telnet library. .It Em libtermcap Pq Fl l Ns Ar termcap -The terminal-independent operation library. See +The terminal-independent operation library. +See .Xr termcap 3 . .It Em libusb Pq Fl l Ns Ar usb The Universal Serial Bus (USB) access library. .\" See .\" .Xr usb 3 . .It Em libutil Pq Fl l Ns Ar util -The system utilities library. See +The system utilities library. +See .Xr util 3 . .It Em libwrap Pq Fl l Ns Ar wrap -The TCP wrappers library. See +The TCP wrappers library. +See .Xr hosts_access 3 . .It Em liby Pq Fl l Ns Ar y The library for