From eae2dfceab0a6906cff2f69e7902947b3f7e1678 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 11 May 2012 08:09:28 +1200 Subject: [PATCH] futimesat.2, mount.2, confstr.3, iconv.3, makedev.3, malloc.3, strcasecmp.3, strcat.3, strcmp.3, strcpy.3, strdup.3, strftime.3, strnlen.3, strpbrk.3, strspn.3, strtok.3, strxfrm.3, sk98lin.4, icmp.7, ipv6.7, packet.7, raw.7, rtnetlink.7, unix.7, x25.7, ldconfig.8, nscd.8: tstamp Signed-off-by: Michael Kerrisk --- man2/futimesat.2 | 2 +- man2/mount.2 | 2 +- man3/confstr.3 | 2 +- man3/iconv.3 | 2 +- man3/makedev.3 | 2 +- man3/malloc.3 | 2 +- man3/strcasecmp.3 | 2 +- man3/strcat.3 | 2 +- man3/strcmp.3 | 2 +- man3/strcpy.3 | 2 +- man3/strdup.3 | 2 +- man3/strftime.3 | 2 +- man3/strnlen.3 | 2 +- man3/strpbrk.3 | 2 +- man3/strspn.3 | 2 +- man3/strtok.3 | 2 +- man3/strxfrm.3 | 2 +- man4/sk98lin.4 | 2 +- man7/icmp.7 | 2 +- man7/ipv6.7 | 2 +- man7/packet.7 | 2 +- man7/raw.7 | 2 +- man7/rtnetlink.7 | 2 +- man7/unix.7 | 2 +- man7/x25.7 | 2 +- man8/ldconfig.8 | 2 +- man8/nscd.8 | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/man2/futimesat.2 b/man2/futimesat.2 index 6d468fde5..b3069aa80 100644 --- a/man2/futimesat.2 +++ b/man2/futimesat.2 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" .\" -.TH FUTIMESAT 2 2012-04-05 "Linux" "Linux Programmer's Manual" +.TH FUTIMESAT 2 2012-05-10 "Linux" "Linux Programmer's Manual" .SH NAME futimesat \- change timestamps of a file relative to a \ directory file descriptor diff --git a/man2/mount.2 b/man2/mount.2 index caaf1736e..c77bcc801 100644 --- a/man2/mount.2 +++ b/man2/mount.2 @@ -37,7 +37,7 @@ .\" 2008-10-06, mtk: move umount*() material into separate umount.2 page. .\" 2008-10-06, mtk: Add discussion of namespaces. .\" -.TH MOUNT 2 2012-01-18 "Linux" "Linux Programmer's Manual" +.TH MOUNT 2 2012-05-10 "Linux" "Linux Programmer's Manual" .SH NAME mount \- mount file system .SH SYNOPSIS diff --git a/man3/confstr.3 b/man3/confstr.3 index ce832f849..ca3b5278c 100644 --- a/man3/confstr.3 +++ b/man3/confstr.3 @@ -26,7 +26,7 @@ .\" See for the rest. .\" These should all be added to this page. .\" See also the POSIX.1-2001 specification of confstr() -.TH CONFSTR 3 2010-02-03 "GNU" "Linux Programmer's Manual" +.TH CONFSTR 3 2012-05-10 "GNU" "Linux Programmer's Manual" .SH NAME confstr \- get configuration dependent string variables .SH SYNOPSIS diff --git a/man3/iconv.3 b/man3/iconv.3 index c9f3e6f0e..cd4eaf1b7 100644 --- a/man3/iconv.3 +++ b/man3/iconv.3 @@ -13,7 +13,7 @@ .\" 2000-06-30 correction by Yuichi SATO .\" 2000-11-15 aeb, fixed prototype .\" -.TH ICONV 3 2008-09-08 "GNU" "Linux Programmer's Manual" +.TH ICONV 3 2012-05-10 "GNU" "Linux Programmer's Manual" .SH NAME iconv \- perform character set conversion .SH SYNOPSIS diff --git a/man3/makedev.3 b/man3/makedev.3 index e17a70082..c493bdf6b 100644 --- a/man3/makedev.3 +++ b/man3/makedev.3 @@ -21,7 +21,7 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" -.TH MAKEDEV 3 2010-09-10 "Linux" "Linux Programmer's Manual" +.TH MAKEDEV 3 2012-05-10 "Linux" "Linux Programmer's Manual" .SH NAME makedev, major, minor \- manage a device number .SH SYNOPSIS diff --git a/man3/malloc.3 b/man3/malloc.3 index a48b383f6..a18094b14 100644 --- a/man3/malloc.3 +++ b/man3/malloc.3 @@ -25,7 +25,7 @@ .\" Documented MALLOC_CHECK_, Wolfram Gloger (wmglo@dent.med.uni-muenchen.de) .\" 2007-09-15 mtk: added notes on malloc()'s use of sbrk() and mmap(). .\" -.TH MALLOC 3 2012-04-18 "GNU" "Linux Programmer's Manual" +.TH MALLOC 3 2012-05-10 "GNU" "Linux Programmer's Manual" .SH NAME malloc, free, calloc, realloc \- Allocate and free dynamic memory .SH SYNOPSIS diff --git a/man3/strcasecmp.3 b/man3/strcasecmp.3 index 6186a7e0d..465d2a451 100644 --- a/man3/strcasecmp.3 +++ b/man3/strcasecmp.3 @@ -25,7 +25,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 18:12:45 1993 by Rik Faith (faith@cs.unc.edu) -.TH STRCASECMP 3 2010-09-20 "" "Linux Programmer's Manual" +.TH STRCASECMP 3 2012-05-10 "" "Linux Programmer's Manual" .SH NAME strcasecmp, strncasecmp \- compare two strings ignoring case .SH SYNOPSIS diff --git a/man3/strcat.3 b/man3/strcat.3 index d0899cbb2..f98a0317b 100644 --- a/man3/strcat.3 +++ b/man3/strcat.3 @@ -27,7 +27,7 @@ .\" Modified Sat Jul 24 18:11:47 1993 by Rik Faith (faith@cs.unc.edu) .\" 2007-06-15, Marc Boyer + mtk .\" Improve discussion of strncat(). -.TH STRCAT 3 2011-09-28 "GNU" "Linux Programmer's Manual" +.TH STRCAT 3 2012-05-10 "GNU" "Linux Programmer's Manual" .SH NAME strcat, strncat \- concatenate two strings .SH SYNOPSIS diff --git a/man3/strcmp.3 b/man3/strcmp.3 index 6fed9a867..ab4630f42 100644 --- a/man3/strcmp.3 +++ b/man3/strcmp.3 @@ -27,7 +27,7 @@ .\" Modified Sat Jul 24 18:08:52 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified 2001-08-31, aeb .\" -.TH STRCMP 3 2010-09-20 "" "Linux Programmer's Manual" +.TH STRCMP 3 2012-05-10 "" "Linux Programmer's Manual" .SH NAME strcmp, strncmp \- compare two strings .SH SYNOPSIS diff --git a/man3/strcpy.3 b/man3/strcpy.3 index ee3ded78b..33798917e 100644 --- a/man3/strcpy.3 +++ b/man3/strcpy.3 @@ -30,7 +30,7 @@ .\" 2007-06-15, Marc Boyer + mtk .\" Improve discussion of strncpy(). .\" -.TH STRCPY 3 2010-09-20 "GNU" "Linux Programmer's Manual" +.TH STRCPY 3 2012-05-10 "GNU" "Linux Programmer's Manual" .SH NAME strcpy, strncpy \- copy a string .SH SYNOPSIS diff --git a/man3/strdup.3 b/man3/strdup.3 index c3878ead5..3b5c543da 100644 --- a/man3/strdup.3 +++ b/man3/strdup.3 @@ -26,7 +26,7 @@ .\" 386BSD man pages .\" Modified Sun Jul 25 10:41:34 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Wed Oct 17 01:12:26 2001 by John Levon -.TH STRDUP 3 2011-10-01 "GNU" "Linux Programmer's Manual" +.TH STRDUP 3 2012-05-10 "GNU" "Linux Programmer's Manual" .SH NAME strdup, strndup, strdupa, strndupa \- duplicate a string .SH SYNOPSIS diff --git a/man3/strftime.3 b/man3/strftime.3 index 100fbfa97..952291bfc 100644 --- a/man3/strftime.3 +++ b/man3/strftime.3 @@ -32,7 +32,7 @@ .\" 2005-11-22 mtk, added Glibc Notes covering optional 'flag' and .\" 'width' components of conversion specifications. .\" -.TH STRFTIME 3 2010-01-17 "GNU" "Linux Programmer's Manual" +.TH STRFTIME 3 2012-05-10 "GNU" "Linux Programmer's Manual" .SH NAME strftime \- format date and time .SH SYNOPSIS diff --git a/man3/strnlen.3 b/man3/strnlen.3 index 75863ac96..c10f57f4e 100644 --- a/man3/strnlen.3 +++ b/man3/strnlen.3 @@ -8,7 +8,7 @@ .\" References consulted: .\" GNU glibc-2 source code and manual .\" -.TH STRNLEN 3 2011-09-28 "GNU" "Linux Programmer's Manual" +.TH STRNLEN 3 2012-05-10 "GNU" "Linux Programmer's Manual" .SH NAME strnlen \- determine the length of a fixed-size string .SH SYNOPSIS diff --git a/man3/strpbrk.3 b/man3/strpbrk.3 index 97388ee57..4ebf9deb0 100644 --- a/man3/strpbrk.3 +++ b/man3/strpbrk.3 @@ -25,7 +25,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 18:01:24 1993 by Rik Faith (faith@cs.unc.edu) -.TH STRPBRK 3 2010-09-20 "" "Linux Programmer's Manual" +.TH STRPBRK 3 2012-05-10 "" "Linux Programmer's Manual" .SH NAME strpbrk \- search a string for any of a set of bytes .SH SYNOPSIS diff --git a/man3/strspn.3 b/man3/strspn.3 index 5ae0859e8..840fd4a21 100644 --- a/man3/strspn.3 +++ b/man3/strspn.3 @@ -25,7 +25,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 17:57:50 1993 by Rik Faith (faith@cs.unc.edu) -.TH STRSPN 3 2010-09-20 "" "Linux Programmer's Manual" +.TH STRSPN 3 2012-05-10 "" "Linux Programmer's Manual" .SH NAME strspn, strcspn \- search a string for a set of bytes .SH SYNOPSIS diff --git a/man3/strtok.3 b/man3/strtok.3 index 539ff3080..39ca06088 100644 --- a/man3/strtok.3 +++ b/man3/strtok.3 @@ -25,7 +25,7 @@ .\" Updated, added strtok_r. 2000-02-13 Nicolás Lichtmaier .\" 2005-11-17, mtk: Substantial parts rewritten .\" -.TH STRTOK 3 2010-09-27 "GNU" "Linux Programmer's Manual" +.TH STRTOK 3 2012-05-10 "GNU" "Linux Programmer's Manual" .SH NAME strtok, strtok_r \- extract tokens from strings .SH SYNOPSIS diff --git a/man3/strxfrm.3 b/man3/strxfrm.3 index 898538d85..ce6083744 100644 --- a/man3/strxfrm.3 +++ b/man3/strxfrm.3 @@ -25,7 +25,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sun Jul 25 10:41:28 1993 by Rik Faith (faith@cs.unc.edu) -.TH STRXFRM 3 2011-09-28 "GNU" "Linux Programmer's Manual" +.TH STRXFRM 3 2012-05-10 "GNU" "Linux Programmer's Manual" .SH NAME strxfrm \- string transformation .SH SYNOPSIS diff --git a/man4/sk98lin.4 b/man4/sk98lin.4 index 5e99cea93..a6d49de0d 100644 --- a/man4/sk98lin.4 +++ b/man4/sk98lin.4 @@ -22,7 +22,7 @@ .\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, .\" USA. .\" -.TH SK98LIN 4 2007-11-25 "Linux" "Linux Programmer's Manual" +.TH SK98LIN 4 2012-05-10 "Linux" "Linux Programmer's Manual" .SH NAME sk98lin \- Marvell/SysKonnect Gigabit Ethernet driver v6.21 .SH SYNOPSIS diff --git a/man7/icmp.7 b/man7/icmp.7 index 55f1a38ad..8c4cbed9f 100644 --- a/man7/icmp.7 +++ b/man7/icmp.7 @@ -4,7 +4,7 @@ .\" and in case of nontrivial modification author and date .\" of the modification is added to the header. .\" $Id: icmp.7,v 1.6 2000/08/14 08:03:45 ak Exp $ -.TH ICMP 7 2010-02-25 "Linux" "Linux Programmer's Manual" +.TH ICMP 7 2012-05-10 "Linux" "Linux Programmer's Manual" .SH NAME icmp \- Linux IPv4 ICMP kernel module. .SH DESCRIPTION diff --git a/man7/ipv6.7 b/man7/ipv6.7 index a6c92a8f9..ce75541f5 100644 --- a/man7/ipv6.7 +++ b/man7/ipv6.7 @@ -4,7 +4,7 @@ .\" and in case of nontrivial modification author and date .\" of the modification is added to the header. .\" $Id: ipv6.7,v 1.3 2000/12/20 18:10:31 ak Exp $ -.TH IPV6 7 2011-09-08 "Linux" "Linux Programmer's Manual" +.TH IPV6 7 2012-05-10 "Linux" "Linux Programmer's Manual" .SH NAME ipv6 \- Linux IPv6 protocol implementation .SH SYNOPSIS diff --git a/man7/packet.7 b/man7/packet.7 index 5e3940fff..374f6da8a 100644 --- a/man7/packet.7 +++ b/man7/packet.7 @@ -4,7 +4,7 @@ .\" and in case of nontrivial modification author and date .\" of the modification is added to the header. .\" $Id: packet.7,v 1.13 2000/08/14 08:03:45 ak Exp $ -.TH PACKET 7 2012-03-25 "Linux" "Linux Programmer's Manual" +.TH PACKET 7 2012-05-10 "Linux" "Linux Programmer's Manual" .SH NAME packet \- packet interface on device level. .SH SYNOPSIS diff --git a/man7/raw.7 b/man7/raw.7 index 6c6309439..de6122873 100644 --- a/man7/raw.7 +++ b/man7/raw.7 @@ -6,7 +6,7 @@ .\" and in case of nontrivial modification author and date .\" of the modification is added to the header. .\" $Id: raw.7,v 1.6 1999/06/05 10:32:08 freitag Exp $ -.TH RAW 7 2008-11-20 "Linux" "Linux Programmer's Manual" +.TH RAW 7 2012-05-10 "Linux" "Linux Programmer's Manual" .SH NAME raw \- Linux IPv4 raw sockets .SH SYNOPSIS diff --git a/man7/rtnetlink.7 b/man7/rtnetlink.7 index 8da6359fa..ad0048638 100644 --- a/man7/rtnetlink.7 +++ b/man7/rtnetlink.7 @@ -8,7 +8,7 @@ .\" Based on the original comments from Alexey Kuznetsov, written with .\" help from Matthew Wilcox. .\" $Id: rtnetlink.7,v 1.8 2000/01/22 01:55:04 freitag Exp $ -.TH RTNETLINK 7 2008-08-08 "Linux" "Linux Programmer's Manual" +.TH RTNETLINK 7 2012-05-10 "Linux" "Linux Programmer's Manual" .SH NAME rtnetlink \- Linux IPv4 routing socket .SH SYNOPSIS diff --git a/man7/unix.7 b/man7/unix.7 index 2084f707c..366f34473 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -12,7 +12,7 @@ .\" address that can appear in the sockaddr_un structure: pathname, .\" unnamed, and abstract. .\" -.TH UNIX 7 2012-04-16 "Linux" "Linux Programmer's Manual" +.TH UNIX 7 2012-05-10 "Linux" "Linux Programmer's Manual" .SH NAME unix \- Sockets for local interprocess communication diff --git a/man7/x25.7 b/man7/x25.7 index 58211e775..6baca72f7 100644 --- a/man7/x25.7 +++ b/man7/x25.7 @@ -4,7 +4,7 @@ .\" and in case of nontrivial modification author and date .\" of the modification is added to the header. .\" $Id: x25.7,v 1.4 1999/05/18 10:35:12 freitag Exp $ -.TH X25 7 2008-08-08 "Linux" "Linux Programmer's Manual" +.TH X25 7 2012-05-10 "Linux" "Linux Programmer's Manual" .SH NAME x25 \- ITU-T X.25 / ISO-8208 protocol interface. .SH SYNOPSIS diff --git a/man8/ldconfig.8 b/man8/ldconfig.8 index 064bf7c36..69c9bb95d 100644 --- a/man8/ldconfig.8 +++ b/man8/ldconfig.8 @@ -19,7 +19,7 @@ .\" .\" Modified, 6 May 2002, Michael Kerrisk, .\" Change listed order of /usr/lib and /lib -.TH LDCONFIG 8 2009-04-15 "GNU" "Linux Programmer's Manual" +.TH LDCONFIG 8 2012-05-10 "GNU" "Linux Programmer's Manual" .SH NAME ldconfig \- configure dynamic linker run-time bindings .SH SYNOPSIS diff --git a/man8/nscd.8 b/man8/nscd.8 index 271d0c861..acc308adf 100644 --- a/man8/nscd.8 +++ b/man8/nscd.8 @@ -20,7 +20,7 @@ .\" 2008-12-05 Petr Baudis .\" Rewrite the NOTES section to reflect modern reality .\" -.TH NSCD 8 2008-12-05 "GNU" "Linux Programmer's Manual" +.TH NSCD 8 2012-05-10 "GNU" "Linux Programmer's Manual" .SH NAME nscd \- name service cache daemon .SH DESCRIPTION