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 <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-05-11 08:09:28 +12:00
parent efa400c784
commit eae2dfceab
27 changed files with 27 additions and 27 deletions

View File

@ -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

View File

@ -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

View File

@ -26,7 +26,7 @@
.\" See <bits/confname.h> 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

View File

@ -13,7 +13,7 @@
.\" 2000-06-30 correction by Yuichi SATO <sato@complex.eng.hokudai.ac.jp>
.\" 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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -27,7 +27,7 @@
.\" Modified Sat Jul 24 18:11:47 1993 by Rik Faith (faith@cs.unc.edu)
.\" 2007-06-15, Marc Boyer <marc.boyer@enseeiht.fr> + 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

View File

@ -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

View File

@ -30,7 +30,7 @@
.\" 2007-06-15, Marc Boyer <marc.boyer@enseeiht.fr> + 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

View File

@ -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 <moz@compsoc.man.ac.uk>
.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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -25,7 +25,7 @@
.\" Updated, added strtok_r. 2000-02-13 Nicolás Lichtmaier <nick@debian.org>
.\" 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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -19,7 +19,7 @@
.\"
.\" Modified, 6 May 2002, Michael Kerrisk, <mtk.manpages@gmail.com>
.\" 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

View File

@ -20,7 +20,7 @@
.\" 2008-12-05 Petr Baudis <pasky@suse.cz>
.\" 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