diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-10 23:48:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-10 23:48:19 +0000 |
commit | 4a35cd787d4211704bc33e641f746562a95af113 (patch) | |
tree | ce29960844dfe2d3545c23bd8dc426039505259c /lib/libc | |
parent | e52a9092ce1104a642ff695bcda23f72e5066399 (diff) |
update NAME section to include all documented functions,
or otherwise change Dt to reflect the name of an existing function;
feedback/ok schwarze
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/crypt/blowfish.3 | 6 | ||||
-rw-r--r-- | lib/libc/db/man/dbm.3 | 6 | ||||
-rw-r--r-- | lib/libc/db/man/ndbm.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/auth_subr.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/authenticate.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/directory.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/exec.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/fpclassify.3 | 10 | ||||
-rw-r--r-- | lib/libc/gen/fts.3 | 38 | ||||
-rw-r--r-- | lib/libc/gen/getcap.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/login_cap.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/pwcache.3 | 9 | ||||
-rw-r--r-- | lib/libc/gen/sigsetops.3 | 6 | ||||
-rw-r--r-- | lib/libc/hash/md5.3 | 6 | ||||
-rw-r--r-- | lib/libc/hash/rmd160.3 | 6 | ||||
-rw-r--r-- | lib/libc/hash/sha1.3 | 6 | ||||
-rw-r--r-- | lib/libc/hash/sha2.3 | 37 | ||||
-rw-r--r-- | lib/libc/net/byteorder.3 | 6 | ||||
-rw-r--r-- | lib/libc/net/ethers.3 | 6 | ||||
-rw-r--r-- | lib/libc/net/inet_net.3 | 6 | ||||
-rw-r--r-- | lib/libc/net/resolver.3 | 6 | ||||
-rw-r--r-- | lib/libc/regex/regex.3 | 6 | ||||
-rw-r--r-- | lib/libc/rpc/rpc.3 | 6 | ||||
-rw-r--r-- | lib/libc/rpc/xdr.3 | 6 | ||||
-rw-r--r-- | lib/libc/stdlib/rand48.3 | 6 | ||||
-rw-r--r-- | lib/libc/sys/getitimer.2 | 11 | ||||
-rw-r--r-- | lib/libc/sys/select.2 | 10 | ||||
-rw-r--r-- | lib/libc/uuid/uuid.3 | 6 | ||||
-rw-r--r-- | lib/libc/yp/ypclnt.3 | 6 |
29 files changed, 149 insertions, 104 deletions
diff --git a/lib/libc/crypt/blowfish.3 b/lib/libc/crypt/blowfish.3 index d15bc8901dd..88a62336cf4 100644 --- a/lib/libc/crypt/blowfish.3 +++ b/lib/libc/crypt/blowfish.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: blowfish.3,v 1.22 2013/07/16 15:21:11 schwarze Exp $ +.\" $OpenBSD: blowfish.3,v 1.23 2015/11/10 23:48:17 jmc Exp $ .\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -30,8 +30,8 @@ .\" .\" Manual page, using -mandoc macros .\" -.Dd $Mdocdate: July 16 2013 $ -.Dt BLOWFISH 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt BLF_KEY 3 .Os .Sh NAME .Nm blf_key , diff --git a/lib/libc/db/man/dbm.3 b/lib/libc/db/man/dbm.3 index 924c75cc2a3..091e4731ae9 100644 --- a/lib/libc/db/man/dbm.3 +++ b/lib/libc/db/man/dbm.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dbm.3,v 1.13 2013/07/17 05:42:10 schwarze Exp $ +.\" $OpenBSD: dbm.3,v 1.14 2015/11/10 23:48:17 jmc Exp $ .\" .\" Copyright (c) 1999 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -14,8 +14,8 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 17 2013 $ -.Dt DBM 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt DBMINIT 3 .Os .Sh NAME .Nm dbminit , diff --git a/lib/libc/db/man/ndbm.3 b/lib/libc/db/man/ndbm.3 index d004485a0a9..c8d565e1b74 100644 --- a/lib/libc/db/man/ndbm.3 +++ b/lib/libc/db/man/ndbm.3 @@ -1,7 +1,7 @@ .\" David Leonard, 1998. Placed in the public domain. -.\" $OpenBSD: ndbm.3,v 1.17 2013/06/05 03:39:22 tedu Exp $ -.Dd $Mdocdate: June 5 2013 $ -.Dt NDBM 3 +.\" $OpenBSD: ndbm.3,v 1.18 2015/11/10 23:48:17 jmc Exp $ +.Dd $Mdocdate: November 10 2015 $ +.Dt DBM_OPEN 3 .Os .Sh NAME .Nm dbm_clearerr , diff --git a/lib/libc/gen/auth_subr.3 b/lib/libc/gen/auth_subr.3 index 2b0d9f912ff..5af21eb4b97 100644 --- a/lib/libc/gen/auth_subr.3 +++ b/lib/libc/gen/auth_subr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: auth_subr.3,v 1.21 2013/08/14 08:39:24 jmc Exp $ +.\" $OpenBSD: auth_subr.3,v 1.22 2015/11/10 23:48:18 jmc Exp $ .\" .\" Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved. .\" @@ -31,8 +31,8 @@ .\" SUCH DAMAGE. .\" .\" BSDI $From: auth_subr.3,v 2.5 2000/03/30 19:11:27 polk Exp $ -.Dd $Mdocdate: August 14 2013 $ -.Dt BSD_AUTH 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt AUTH_OPEN 3 .Os .Sh NAME .Nm auth_open , diff --git a/lib/libc/gen/authenticate.3 b/lib/libc/gen/authenticate.3 index 3caa738002c..d07b32f7b52 100644 --- a/lib/libc/gen/authenticate.3 +++ b/lib/libc/gen/authenticate.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: authenticate.3,v 1.15 2013/08/14 08:39:24 jmc Exp $ +.\" $OpenBSD: authenticate.3,v 1.16 2015/11/10 23:48:18 jmc Exp $ .\" .\" Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved. .\" @@ -31,8 +31,8 @@ .\" SUCH DAMAGE. .\" .\" BSDI $From: authenticate.3,v 2.7 1998/09/03 20:27:20 prb Exp $ -.Dd $Mdocdate: August 14 2013 $ -.Dt AUTHENTICATE 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt AUTH_APPROVAL 3 .Os .Sh NAME .Nm auth_approval , diff --git a/lib/libc/gen/directory.3 b/lib/libc/gen/directory.3 index 99c8f1d0a79..160ac912621 100644 --- a/lib/libc/gen/directory.3 +++ b/lib/libc/gen/directory.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: directory.3,v 1.23 2013/10/07 01:50:25 guenther Exp $ +.\" $OpenBSD: directory.3,v 1.24 2015/11/10 23:48:18 jmc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,8 +27,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: October 7 2013 $ -.Dt DIRECTORY 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt OPENDIR 3 .Os .Sh NAME .Nm opendir , diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3 index cd3010a45f5..bdef4aeb1b7 100644 --- a/lib/libc/gen/exec.3 +++ b/lib/libc/gen/exec.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: exec.3,v 1.27 2014/08/18 04:48:22 guenther Exp $ +.\" $OpenBSD: exec.3,v 1.28 2015/11/10 23:48:18 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,8 +27,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: August 18 2014 $ -.Dt EXEC 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt EXECL 3 .Os .Sh NAME .Nm execl , diff --git a/lib/libc/gen/fpclassify.3 b/lib/libc/gen/fpclassify.3 index 7859184f6eb..13527c3ca1d 100644 --- a/lib/libc/gen/fpclassify.3 +++ b/lib/libc/gen/fpclassify.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fpclassify.3,v 1.3 2011/07/07 13:30:28 jmc Exp $ +.\" $OpenBSD: fpclassify.3,v 1.4 2015/11/10 23:48:18 jmc Exp $ .\" .\" Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> .\" All rights reserved. @@ -26,7 +26,7 @@ .\" .\" $FreeBSD: src/lib/libc/gen/fpclassify.3,v 1.6 2005/01/27 05:46:16 das Exp $ .\" -.Dd $Mdocdate: July 7 2011 $ +.Dd $Mdocdate: November 10 2015 $ .Dt FPCLASSIFY 3 .Os .Sh NAME @@ -35,7 +35,11 @@ .Nm isinf , .Nm isnan , .Nm isnormal , -.Nm signbit +.Nm signbit , +.Nm finite , +.Nm finitef , +.Nm isinff , +.Nm isnanf .Nd classify a floating-point number .Sh SYNOPSIS .In math.h diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3 index 65cd4ace86a..53812b3f06a 100644 --- a/lib/libc/gen/fts.3 +++ b/lib/libc/gen/fts.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fts.3,v 1.33 2015/03/13 19:58:40 jmc Exp $ +.\" $OpenBSD: fts.3,v 1.34 2015/11/10 23:48:18 jmc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -29,11 +29,15 @@ .\" .\" @(#)fts.3 8.5 (Berkeley) 4/16/94 .\" -.Dd $Mdocdate: March 13 2015 $ -.Dt FTS 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt FTS_OPEN 3 .Os .Sh NAME -.Nm fts +.Nm fts_open , +.Nm fts_read , +.Nm fts_children , +.Nm fts_set , +.Nm fts_close .Nd traverse a file hierarchy .Sh SYNOPSIS .In sys/types.h @@ -51,7 +55,7 @@ .Fn fts_close "FTS *ftsp" .Sh DESCRIPTION The -.Nm +.Nm fts functions are provided for traversing .Ux file hierarchies. @@ -61,7 +65,7 @@ function returns a .Dq handle on a file hierarchy, which is then supplied to the other -.Nm +.Nm fts functions. The function .Fn fts_read @@ -246,7 +250,7 @@ Note that while cannot hold a number of levels greater than .Dv FTS_MAXLEVEL , the -.Nm +.Nm fts functions themselves are not limited to a fixed number of levels. Application code that inspects @@ -277,13 +281,13 @@ field are undefined. .It Fa fts_number This field is provided for the use of the application program and is not modified by the -.Nm +.Nm fts functions. It is initialized to 0. .It Fa fts_pointer This field is provided for the use of the application program and is not modified by the -.Nm +.Nm fts functions. It is initialized to .Dv NULL . @@ -381,7 +385,7 @@ followed immediately whether or not is also specified. .It Dv FTS_LOGICAL This option causes the -.Nm +.Nm fts routines to return .Li FTSENT structures for the targets of symbolic links @@ -400,14 +404,14 @@ be provided to the function. .It Dv FTS_NOCHDIR As a performance optimization, the -.Nm +.Nm fts functions change directories as they walk the file hierarchy. This has the side-effect that an application cannot rely on being in any particular directory during the traversal. The .Dv FTS_NOCHDIR option turns off this optimization, and the -.Nm +.Nm fts functions will not change the current directory. Note that applications should not themselves change their current directory and try to access files unless @@ -423,7 +427,7 @@ structures reference file characteristic information (the field) for each file visited. This option relaxes that requirement as a performance optimization, allowing the -.Nm +.Nm fts functions to set the .Fa fts_info field to @@ -433,7 +437,7 @@ and leave the contents of the field undefined. .It Dv FTS_PHYSICAL This option causes the -.Nm +.Nm fts routines to return .Li FTSENT structures for symbolic links themselves instead @@ -459,13 +463,13 @@ or .Dq .. encountered in the file hierarchy are ignored. This option causes the -.Nm +.Nm fts routines to return .Li FTSENT structures for them. .It Dv FTS_XDEV This option prevents -.Nm +.Nm fts from descending into directories that have a different device number than the file from which the descent began. .El @@ -767,7 +771,7 @@ The specified option is invalid. .Xr qsort 3 .Sh HISTORY The -.Nm +.Nm fts functions first appeared in .Bx 4.3 Reno . The interface was revised in diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3 index 00a74158bd2..d1db1e887e4 100644 --- a/lib/libc/gen/getcap.3 +++ b/lib/libc/gen/getcap.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getcap.3,v 1.37 2014/07/12 14:43:32 yasuoka Exp $ +.\" $OpenBSD: getcap.3,v 1.38 2015/11/10 23:48:18 jmc Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -30,8 +30,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 12 2014 $ -.Dt GETCAP 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt CGETENT 3 .Os .Sh NAME .Nm cgetent , diff --git a/lib/libc/gen/login_cap.3 b/lib/libc/gen/login_cap.3 index fefc44a3c6c..457e4b7ec84 100644 --- a/lib/libc/gen/login_cap.3 +++ b/lib/libc/gen/login_cap.3 @@ -29,11 +29,11 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: login_cap.3,v 1.16 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: login_cap.3,v 1.17 2015/11/10 23:48:18 jmc Exp $ .\" BSDI $From: login_cap.3,v 1.4 1997/11/07 16:22:27 jch Exp $ .\" -.Dd $Mdocdate: June 5 2013 $ -.Dt LOGIN_CAP 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt LOGIN_GETCLASS 3 .Os .Sh NAME .Nm login_getclass , diff --git a/lib/libc/gen/pwcache.3 b/lib/libc/gen/pwcache.3 index 8356e053ff7..0681b824efb 100644 --- a/lib/libc/gen/pwcache.3 +++ b/lib/libc/gen/pwcache.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pwcache.3,v 1.11 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: pwcache.3,v 1.12 2015/11/10 23:48:18 jmc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,11 +27,12 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ -.Dt PWCACHE 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt USER_FROM_ID 3 .Os .Sh NAME -.Nm pwcache +.Nm user_from_id , +.Nm group_from_id .Nd cache password and group entries .Sh SYNOPSIS .In grp.h diff --git a/lib/libc/gen/sigsetops.3 b/lib/libc/gen/sigsetops.3 index c2db584ce22..d1754cac4db 100644 --- a/lib/libc/gen/sigsetops.3 +++ b/lib/libc/gen/sigsetops.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigsetops.3,v 1.11 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: sigsetops.3,v 1.12 2015/11/10 23:48:18 jmc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,8 +27,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ -.Dt SIGSETOPS 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt SIGEMPTYSET 3 .Os .Sh NAME .Nm sigemptyset , diff --git a/lib/libc/hash/md5.3 b/lib/libc/hash/md5.3 index 5ec7c3ef800..547f5f76cb4 100644 --- a/lib/libc/hash/md5.3 +++ b/lib/libc/hash/md5.3 @@ -16,10 +16,10 @@ .\" If we meet some day, and you think this stuff is worth it, you .\" can buy me a beer in return. Poul-Henning Kamp .\" -.\" $OpenBSD: md5.3,v 1.4 2014/11/16 19:57:24 schwarze Exp $ +.\" $OpenBSD: md5.3,v 1.5 2015/11/10 23:48:18 jmc Exp $ .\" -.Dd $Mdocdate: November 16 2014 $ -.Dt MD5 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt MD5INIT 3 .Os .Sh NAME .Nm MD5Init , diff --git a/lib/libc/hash/rmd160.3 b/lib/libc/hash/rmd160.3 index 4536e38b030..9678b02dc62 100644 --- a/lib/libc/hash/rmd160.3 +++ b/lib/libc/hash/rmd160.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rmd160.3,v 1.34 2014/11/16 19:57:24 schwarze Exp $ +.\" $OpenBSD: rmd160.3,v 1.35 2015/11/10 23:48:18 jmc Exp $ .\" .\" Copyright (c) 1997, 2004 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -17,8 +17,8 @@ .\" See http://www.esat.kuleuven.ac.be/~bosselae/ripemd160.html .\" for detailed information about RIPEMD-160. .\" -.Dd $Mdocdate: November 16 2014 $ -.Dt RMD160 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt RMD160INIT 3 .Os .Sh NAME .Nm RMD160Init , diff --git a/lib/libc/hash/sha1.3 b/lib/libc/hash/sha1.3 index 885b2c99a3c..4479b0d45d4 100644 --- a/lib/libc/hash/sha1.3 +++ b/lib/libc/hash/sha1.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sha1.3,v 1.41 2014/11/26 02:05:58 schwarze Exp $ +.\" $OpenBSD: sha1.3,v 1.42 2015/11/10 23:48:18 jmc Exp $ .\" .\" Copyright (c) 1997, 2004 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -17,8 +17,8 @@ .\" See http://csrc.nist.gov/publications/fips/fips180-1/fip180-1.txt .\" for the detailed standard .\" -.Dd $Mdocdate: November 26 2014 $ -.Dt SHA1 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt SHA1INIT 3 .Os .Sh NAME .Nm SHA1Init , diff --git a/lib/libc/hash/sha2.3 b/lib/libc/hash/sha2.3 index 46e6ce6bc62..1238306e041 100644 --- a/lib/libc/hash/sha2.3 +++ b/lib/libc/hash/sha2.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sha2.3,v 1.22 2015/02/05 02:33:09 schwarze Exp $ +.\" $OpenBSD: sha2.3,v 1.23 2015/11/10 23:48:18 jmc Exp $ .\" .\" Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -20,10 +20,19 @@ .\" .\" See http://www.nist.gov/sha/ for the detailed standard .\" -.Dd $Mdocdate: February 5 2015 $ -.Dt SHA2 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt SHA256INIT 3 .Os .Sh NAME +.Nm SHA224Init , +.Nm SHA224Update , +.Nm SHA224Pad , +.Nm SHA224Final , +.Nm SHA224Transform , +.Nm SHA224End , +.Nm SHA224File , +.Nm SHA224FileChunk , +.Nm SHA224Data , .Nm SHA256Init , .Nm SHA256Update , .Nm SHA256Pad , @@ -32,7 +41,25 @@ .Nm SHA256End , .Nm SHA256File , .Nm SHA256FileChunk , -.Nm SHA256Data +.Nm SHA256Data , +.Nm SHA384Init , +.Nm SHA384Update , +.Nm SHA384Pad , +.Nm SHA384Final , +.Nm SHA384Transform , +.Nm SHA384End , +.Nm SHA384File , +.Nm SHA384FileChunk , +.Nm SHA384Data , +.Nm SHA512Init , +.Nm SHA512Update , +.Nm SHA512Pad , +.Nm SHA512Final , +.Nm SHA512Transform , +.Nm SHA512End , +.Nm SHA512File , +.Nm SHA512FileChunk , +.Nm SHA512Data .Nd calculate the NIST Secure Hash Standard (version 2) .Sh SYNOPSIS .In sys/types.h @@ -114,7 +141,7 @@ The SHA2 functions implement the NIST Secure Hash Standard, FIPS PUB 180-2. The SHA2 functions are used to generate a condensed representation of a message called a message digest, suitable for use as a digital signature. -There are three families of functions, with names corresponding to +There are four families of functions, with names corresponding to the number of bits in the resulting message digest. The SHA-224 and SHA-256 functions are limited to processing a message of less than 2^64 bits as input. diff --git a/lib/libc/net/byteorder.3 b/lib/libc/net/byteorder.3 index 83fe1083f01..98f6aff3622 100644 --- a/lib/libc/net/byteorder.3 +++ b/lib/libc/net/byteorder.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: byteorder.3,v 1.21 2014/07/13 20:40:34 jmc Exp $ +.\" $OpenBSD: byteorder.3,v 1.22 2015/11/10 23:48:18 jmc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,8 +27,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 13 2014 $ -.Dt BYTEORDER 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt HTOBE64 3 .Os .Sh NAME .Nm htobe64 , diff --git a/lib/libc/net/ethers.3 b/lib/libc/net/ethers.3 index c254a120a7f..63304ffe480 100644 --- a/lib/libc/net/ethers.3 +++ b/lib/libc/net/ethers.3 @@ -1,9 +1,9 @@ -.\" $OpenBSD: ethers.3,v 1.23 2014/03/18 03:58:49 lteo Exp $ +.\" $OpenBSD: ethers.3,v 1.24 2015/11/10 23:48:18 jmc Exp $ .\" .\" Written by roland@frob.com. Public domain. .\" -.Dd $Mdocdate: March 18 2014 $ -.Dt ETHERS 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt ETHER_ATON 3 .Os .Sh NAME .Nm ether_aton , diff --git a/lib/libc/net/inet_net.3 b/lib/libc/net/inet_net.3 index e518803c79e..be6723efc93 100644 --- a/lib/libc/net/inet_net.3 +++ b/lib/libc/net/inet_net.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet_net.3,v 1.17 2015/11/08 14:22:11 jmc Exp $ +.\" $OpenBSD: inet_net.3,v 1.18 2015/11/10 23:48:18 jmc Exp $ .\" $NetBSD: inet_net.3,v 1.1 1997/06/18 02:25:27 lukem Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -28,8 +28,8 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 8 2015 $ -.Dt INET_NET 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt INET_NET_NTOP 3 .Os .Sh NAME .Nm inet_net_ntop , diff --git a/lib/libc/net/resolver.3 b/lib/libc/net/resolver.3 index 5454a406430..7dae1c7e652 100644 --- a/lib/libc/net/resolver.3 +++ b/lib/libc/net/resolver.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: resolver.3,v 1.30 2014/08/23 07:25:54 jmc Exp $ +.\" $OpenBSD: resolver.3,v 1.31 2015/11/10 23:48:18 jmc Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,8 +27,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: August 23 2014 $ -.Dt RESOLVER 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt RES_INIT 3 .Os .Sh NAME .Nm res_query , diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3 index 90395456f29..8ee6c71b955 100644 --- a/lib/libc/regex/regex.3 +++ b/lib/libc/regex/regex.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: regex.3,v 1.25 2014/01/22 22:54:14 guenther Exp $ +.\" $OpenBSD: regex.3,v 1.26 2015/11/10 23:48:18 jmc Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. .\" @@ -35,8 +35,8 @@ .\" .\" @(#)regex.3 8.4 (Berkeley) 3/20/94 .\" -.Dd $Mdocdate: January 22 2014 $ -.Dt REGEX 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt REGEXEC 3 .Os .Sh NAME .Nm regcomp , diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3 index bdaf2882483..a343d695fcc 100644 --- a/lib/libc/rpc/rpc.3 +++ b/lib/libc/rpc/rpc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpc.3,v 1.47 2015/09/14 13:08:01 schwarze Exp $ +.\" $OpenBSD: rpc.3,v 1.48 2015/11/10 23:48:18 jmc Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt .\" All rights reserved. @@ -52,8 +52,8 @@ .\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE .\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 14 2015 $ -.Dt RPC 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt CALLRPC 3 .Os .Sh NAME .Nm callrpc , diff --git a/lib/libc/rpc/xdr.3 b/lib/libc/rpc/xdr.3 index e6e4c9662df..147dc30e50c 100644 --- a/lib/libc/rpc/xdr.3 +++ b/lib/libc/rpc/xdr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xdr.3,v 1.25 2014/01/21 03:15:45 schwarze Exp $ +.\" $OpenBSD: xdr.3,v 1.26 2015/11/10 23:48:18 jmc Exp $ .\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998 .\" .\" Copyright (c) 2010, Oracle America, Inc. @@ -30,8 +30,8 @@ .\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE .\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 21 2014 $ -.Dt XDR 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt XDR_ARRAY 3 .Os .Sh NAME .Nm xdr_array , diff --git a/lib/libc/stdlib/rand48.3 b/lib/libc/stdlib/rand48.3 index 20be03fc76e..cc54d9174c7 100644 --- a/lib/libc/stdlib/rand48.3 +++ b/lib/libc/stdlib/rand48.3 @@ -9,10 +9,10 @@ .\" of any kind. I shall in no event be liable for anything that happens .\" to anyone/anything when using this software. .\" -.\" $OpenBSD: rand48.3,v 1.19 2015/09/10 13:44:19 schwarze Exp $ +.\" $OpenBSD: rand48.3,v 1.20 2015/11/10 23:48:18 jmc Exp $ .\" -.Dd $Mdocdate: September 10 2015 $ -.Dt RAND48 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt DRAND48 3 .Os .Sh NAME .Nm drand48 , diff --git a/lib/libc/sys/getitimer.2 b/lib/libc/sys/getitimer.2 index f8d5e359256..e569ba53a6a 100644 --- a/lib/libc/sys/getitimer.2 +++ b/lib/libc/sys/getitimer.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getitimer.2,v 1.28 2015/09/10 17:55:21 schwarze Exp $ +.\" $OpenBSD: getitimer.2,v 1.29 2015/11/10 23:48:18 jmc Exp $ .\" $NetBSD: getitimer.2,v 1.6 1995/10/12 15:40:54 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,12 +30,17 @@ .\" .\" @(#)getitimer.2 8.2 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: September 10 2015 $ +.Dd $Mdocdate: November 10 2015 $ .Dt GETITIMER 2 .Os .Sh NAME .Nm getitimer , -.Nm setitimer +.Nm setitimer , +.Nm timerclear , +.Nm timerisset , +.Nm timercmp , +.Nm timersub , +.Nm timeradd .Nd get/set value of interval timer .Sh SYNOPSIS .In sys/time.h diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index 9075092eb12..1e150d458c6 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: select.2,v 1.39 2015/09/21 06:06:54 guenther Exp $ +.\" $OpenBSD: select.2,v 1.40 2015/11/10 23:48:18 jmc Exp $ .\" $NetBSD: select.2,v 1.5 1995/06/27 22:32:28 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,12 +30,16 @@ .\" .\" @(#)select.2 8.2 (Berkeley) 3/25/94 .\" -.Dd $Mdocdate: September 21 2015 $ +.Dd $Mdocdate: November 10 2015 $ .Dt SELECT 2 .Os .Sh NAME .Nm select , -.Nm pselect +.Nm pselect , +.Nm FD_SET , +.Nm FD_CLR , +.Nm FD_ISSET , +.Nm FD_ZERO .Nd synchronous I/O multiplexing .Sh SYNOPSIS .In sys/select.h diff --git a/lib/libc/uuid/uuid.3 b/lib/libc/uuid/uuid.3 index dd4418f6e2c..3fcb66b7cd2 100644 --- a/lib/libc/uuid/uuid.3 +++ b/lib/libc/uuid/uuid.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uuid.3,v 1.3 2014/08/31 20:34:28 jmc Exp $ +.\" $OpenBSD: uuid.3,v 1.4 2015/11/10 23:48:18 jmc Exp $ .\" $NetBSD: uuid.3,v 1.7 2008/05/02 18:11:05 martin Exp $ .\" .\" Copyright (c) 2004 The NetBSD Foundation, Inc. @@ -55,8 +55,8 @@ .\" .\" $FreeBSD: src/lib/libc/uuid/uuid.3,v 1.4 2003/08/08 19:12:28 marcel Exp $ .\" -.Dd $Mdocdate: August 31 2014 $ -.Dt UUID 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt UUID_COMPARE 3 .Os .Sh NAME .Nm uuid_compare , uuid_create , uuid_create_nil , uuid_equal , diff --git a/lib/libc/yp/ypclnt.3 b/lib/libc/yp/ypclnt.3 index 8dbbffe13af..c5ec2cee029 100644 --- a/lib/libc/yp/ypclnt.3 +++ b/lib/libc/yp/ypclnt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypclnt.3,v 1.26 2014/09/08 01:27:54 schwarze Exp $ +.\" $OpenBSD: ypclnt.3,v 1.27 2015/11/10 23:48:18 jmc Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,8 +27,8 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 8 2014 $ -.Dt YPCLNT 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt YP_BIND 3 .Os .Sh NAME .Nm yp_all , |