bind.2, connect.2, create_module.2, delete_module.2, execve.2, get_robust_list.2, getpriority.2, getrusage.2, init_module.2, link.2, listen.2, mbind.2, open.2, poll.2, query_module.2, readlink.2, recv.2, remap_file_pages.2, sched_setaffinity.2, semop.2, send.2, stat.2, stime.2, syscall.2, pthread_attr_setstackaddr.3, pthread_attr_setstacksize.3, remquo.3, rtime.3, sched_getcpu.3, stpcpy.3, stpncpy.3, strcasecmp.3, system.3, fd.4, proc.5, ip.7: tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-08 11:31:12 +02:00
parent 77500b7e54
commit 726663fd9d
36 changed files with 36 additions and 36 deletions

View File

@ -65,7 +65,7 @@
.\" $Id: bind.2,v 1.3 1999/04/23 19:56:07 freitag Exp $
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.TH BIND 2 2014-04-26 "Linux" "Linux Programmer's Manual"
.TH BIND 2 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
bind \- bind a name to a socket
.SH SYNOPSIS

View File

@ -64,7 +64,7 @@
.\" Modified 1998, 1999 by Andi Kleen
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.TH CONNECT 2 2014-04-26 "Linux" "Linux Programmer's Manual"
.TH CONNECT 2 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
connect \- initiate a connection on a socket
.SH SYNOPSIS

View File

@ -7,7 +7,7 @@
.\" 2006-02-09, some reformatting by Luc Van Oostenryck; some
.\" reformatting and rewordings by mtk
.\"
.TH CREATE_MODULE 2 2012-10-18 "Linux" "Linux Programmer's Manual"
.TH CREATE_MODULE 2 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
create_module \- create a loadable module entry
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH DELETE_MODULE 2 2012-11-08 "Linux" "Linux Programmer's Manual"
.TH DELETE_MODULE 2 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
delete_module \- unload a kernel module
.SH SYNOPSIS

View File

@ -34,7 +34,7 @@
.\" 2007-09-14 Ollie Wild <aaw@google.com>, mtk
.\" Add text describing limits on command-line arguments + environment
.\"
.TH EXECVE 2 2014-01-08 "Linux" "Linux Programmer's Manual"
.TH EXECVE 2 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
execve \- execute program
.SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" FIXME Something could be added to this page (or exit(2))
.\" about exit_robust_list processing
.\"
.TH GET_ROBUST_LIST 2 2012-07-13 Linux "Linux System Calls"
.TH GET_ROBUST_LIST 2 2014-05-10 Linux "Linux System Calls"
.SH NAME
get_robust_list, set_robust_list \- get/set list of robust futexes
.SH SYNOPSIS

View File

@ -45,7 +45,7 @@
.\" FIXME Oct 2008: Denys Vlasenko is working on a PRIO_THREAD feature that
.\" is likely to get included in mainline; this will need to be documented.
.\"
.TH GETPRIORITY 2 2014-04-28 "Linux" "Linux Programmer's Manual"
.TH GETPRIORITY 2 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
getpriority, setpriority \- get/set program scheduling priority
.SH SYNOPSIS

View File

@ -36,7 +36,7 @@
.\" document ru_maxrss
.\" 2010-05-24, mtk, enhanced description of various fields
.\"
.TH GETRUSAGE 2 2014-05-01 "Linux" "Linux Programmer's Manual"
.TH GETRUSAGE 2 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
getrusage \- get resource usage
.SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH INIT_MODULE 2 2013-01-07 "Linux" "Linux Programmer's Manual"
.TH INIT_MODULE 2 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
init_module, finit_module \- load a kernel module
.SH SYNOPSIS

View File

@ -29,7 +29,7 @@
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" Modified 2005-04-04, as per suggestion by Michael Hardt for rename.2
.\"
.TH LINK 2 2014-05-05 "Linux" "Linux Programmer's Manual"
.TH LINK 2 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
link, linkat \- make a new name for a file
.SH SYNOPSIS

View File

@ -42,7 +42,7 @@
.\" Modified 11 May 2001 by Sam Varshavchik <mrsam@courier-mta.com>
.\"
.\"
.TH LISTEN 2 2014-04-26 "Linux" "Linux Programmer's Manual"
.TH LISTEN 2 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
listen \- listen for connections on a socket
.SH SYNOPSIS

View File

@ -42,7 +42,7 @@
.\" Author: Lee Schermerhorn <lee.schermerhorn@hp.com>
.\" Date: Thu Oct 25 14:16:32 2012 +0200
.\"
.TH MBIND 2 2008-08-15 Linux "Linux Programmer's Manual"
.TH MBIND 2 2014-05-10 Linux "Linux Programmer's Manual"
.SH NAME
mbind \- set memory policy for a memory range
.SH SYNOPSIS

View File

@ -48,7 +48,7 @@
.\" FIXME . Apr 08: The next POSIX revision has O_EXEC, O_SEARCH, and
.\" O_TTYINIT. Eventually these may need to be documented. --mtk
.\"
.TH OPEN 2 2014-04-20 "Linux" "Linux Programmer's Manual"
.TH OPEN 2 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
open, openat, creat \- open and possibly create a file
.SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" 2006-07-01, mtk, Added POLLRDHUP + various other wording and
.\" formatting changes.
.\"
.TH POLL 2 2014-01-31 "Linux" "Linux Programmer's Manual"
.TH POLL 2 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
poll, ppoll \- wait for some event on a file descriptor
.SH SYNOPSIS

View File

@ -7,7 +7,7 @@
.\" 2006-02-09, some reformatting by Luc Van Oostenryck; some
.\" reformatting and rewordings by mtk
.\"
.TH QUERY_MODULE 2 2013-01-27 "Linux" "Linux Programmer's Manual"
.TH QUERY_MODULE 2 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
query_module \- query the kernel for various bits pertaining to modules
.SH SYNOPSIS

View File

@ -41,7 +41,7 @@
.\" 2011-09-20, Guillem Jover <guillem@hadrons.org>:
.\" Added text on dynamically allocating buffer + example program
.\"
.TH READLINK 2 2014-02-21 "Linux" "Linux Programmer's Manual"
.TH READLINK 2 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
readlink, readlinkat \- read value of a symbolic link
.SH SYNOPSIS

View File

@ -38,7 +38,7 @@
.\" Modified 1998,1999 by Andi Kleen
.\" 2001-06-19 corrected SO_EE_OFFENDER, bug report by James Hawtin
.\"
.TH RECV 2 2014-02-11 "Linux" "Linux Programmer's Manual"
.TH RECV 2 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
recv, recvfrom, recvmsg \- receive a message from a socket
.SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\" 2003-12-10 Initial creation, Michael Kerrisk <mtk.manpages@gmail.com>
.\" 2004-10-28 aeb, corrected prototype, prot must be 0
.\"
.TH REMAP_FILE_PAGES 2 2008-04-22 "Linux" "Linux Programmer's Manual"
.TH REMAP_FILE_PAGES 2 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
remap_file_pages \- create a nonlinear file mapping
.SH SYNOPSIS

View File

@ -31,7 +31,7 @@
.\" 2008-11-12, mtk, removed CPU_*() macro descriptions to a
.\" separate CPU_SET(3) page.
.\"
.TH SCHED_SETAFFINITY 2 2014-04-28 "Linux" "Linux Programmer's Manual"
.TH SCHED_SETAFFINITY 2 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
sched_setaffinity, sched_getaffinity \- \
set and get a thread's CPU affinity mask

View File

@ -32,7 +32,7 @@
.\" 2005-04-08, mtk, Noted kernel version numbers for semtimedop()
.\" 2007-07-09, mtk, Added an EXAMPLE code segment.
.\"
.TH SEMOP 2 2013-04-17 "Linux" "Linux Programmer's Manual"
.TH SEMOP 2 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
semop, semtimedop \- System V semaphore operations
.SH SYNOPSIS

View File

@ -37,7 +37,7 @@
.\" Modified Oct 2003 by aeb
.\" Modified 2004-07-01 by mtk
.\"
.TH SEND 2 2014-04-26 "Linux" "Linux Programmer's Manual"
.TH SEND 2 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
send, sendto, sendmsg \- send a message on a socket
.SH SYNOPSIS

View File

@ -37,7 +37,7 @@
.\" 2007-06-08 mtk: Added example program
.\" 2007-07-05 mtk: Added details on underlying system call interfaces
.\"
.TH STAT 2 2014-03-19 "Linux" "Linux Programmer's Manual"
.TH STAT 2 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
stat, fstat, lstat, fstatat \- get file status
.SH SYNOPSIS

View File

@ -27,7 +27,7 @@
.\" Modified 2001-03-16 by Andries Brouwer <aeb@cwi.nl>
.\" Modified 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.TH STIME 2 2010-02-25 "Linux" "Linux Programmer's Manual"
.TH STIME 2 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
stime \- set time
.SH SYNOPSIS

View File

@ -37,7 +37,7 @@
.\" 2002-03-20 Christoph Hellwig <hch@infradead.org>
.\" - adopted for Linux
.\"
.TH SYSCALL 2 2014-04-06 "Linux" "Linux Programmer's Manual"
.TH SYSCALL 2 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
syscall \- indirect system call
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH PTHREAD_ATTR_SETSTACKADDR 3 2014-05-06 "Linux" "Linux Programmer's Manual"
.TH PTHREAD_ATTR_SETSTACKADDR 3 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_attr_setstackaddr, pthread_attr_getstackaddr \-
set/get stack address attribute in thread attributes object

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH PTHREAD_ATTR_SETSTACKSIZE 3 2014-05-06 "Linux" "Linux Programmer's Manual"
.TH PTHREAD_ATTR_SETSTACKSIZE 3 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_attr_setstacksize, pthread_attr_getstacksize \- set/get stack size
attribute in thread attributes object

View File

@ -9,7 +9,7 @@
.\" based on glibc infopages
.\" polished, aeb
.\"
.TH REMQUO 3 2014-05-06 "GNU" "Linux Programmer's Manual"
.TH REMQUO 3 2014-05-10 "GNU" "Linux Programmer's Manual"
.SH NAME
remquo, remquof, remquol \- remainder and part of quotient
.SH SYNOPSIS

View File

@ -9,7 +9,7 @@
.\"
.\" Slightly polished, aeb, 2003-04-06
.\"
.TH RTIME 3 2014-05-06 "GNU" "Linux Programmer's Manual"
.TH RTIME 3 2014-05-10 "GNU" "Linux Programmer's Manual"
.SH NAME
rtime \- get time from a remote machine
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH SCHED_GETCPU 3 2014-05-06 "Linux" "Linux Programmer's Manual"
.TH SCHED_GETCPU 3 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
sched_getcpu \- determine CPU on which the calling thread is running
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH STPCPY 3 2014-01-13 "GNU" "Linux Programmer's Manual"
.TH STPCPY 3 2014-05-10 "GNU" "Linux Programmer's Manual"
.SH NAME
stpcpy \- copy a string returning a pointer to its end
.SH SYNOPSIS

View File

@ -11,7 +11,7 @@
.\" GNU glibc-2 source code and manual
.\"
.\" Corrected, aeb, 990824
.TH STPNCPY 3 2014-01-13 "GNU" "Linux Programmer's Manual"
.TH STPNCPY 3 2014-05-10 "GNU" "Linux Programmer's Manual"
.SH NAME
stpncpy \- copy a fixed-size string, returning a pointer to its end
.SH SYNOPSIS

View File

@ -27,7 +27,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 2014-05-05 "" "Linux Programmer's Manual"
.TH STRCASECMP 3 2014-05-10 "" "Linux Programmer's Manual"
.SH NAME
strcasecmp, strncasecmp \- compare two strings ignoring case
.SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" Modified 14 May 2001, 23 Sep 2001 by aeb
.\" 2004-12-20, mtk
.\"
.TH SYSTEM 3 2014-05-01 "" "Linux Programmer's Manual"
.TH SYSTEM 3 2014-05-10 "" "Linux Programmer's Manual"
.SH NAME
system \- execute a shell command
.SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\"
.\" Modified, Sun Feb 26 15:00:02 1995, faith@cs.unc.edu
.\"
.TH FD 4 2010-08-29 "Linux" "Linux Programmer's Manual"
.TH FD 4 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
fd \- floppy disk device
.SH CONFIGURATION

View File

@ -59,7 +59,7 @@
.\" to see what information could be imported from that file
.\" into this file.
.\"
.TH PROC 5 2014-04-23 "Linux" "Linux Programmer's Manual"
.TH PROC 5 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
proc \- process information pseudo-filesystem
.SH DESCRIPTION

View File

@ -33,7 +33,7 @@
.\" commit 76e21053b5bf33a07c76f99d27a74238310e3c71
.\" Author: Erich E. Hoover <ehoover@mines.edu>
.\"
.TH IP 7 2014-04-26 "Linux" "Linux Programmer's Manual"
.TH IP 7 2014-05-10 "Linux" "Linux Programmer's Manual"
.SH NAME
ip \- Linux IPv4 protocol implementation
.SH SYNOPSIS