accept.2, acct.2, bind.2, clock_getres.2, connect.2, dup.2, epoll_create.2, eventfd.2, execve.2, fanotify_init.2, fcntl.2, fork.2, futex.2, get_robust_list.2, getcpu.2, getpeername.2, getrlimit.2, getsockname.2, getsockopt.2, gettimeofday.2, inotify_init.2, listen.2, membarrier.2, memfd_create.2, mlock.2, mmap.2, personality.2, pipe.2, poll.2, recv.2, send.2, sendfile.2, shmget.2, shutdown.2, sigreturn.2, socket.2, socketcall.2, socketpair.2, spu_create.2, swapon.2, time.2, timerfd_create.2, uselib.2, dlerror.3, dlopen.3, drand48.3, errno.3, fnmatch.3, getgrent.3, getgrnam.3, getlogin.3, getpwent.3, getpwnam.3, iconv.3, mq_open.3, opendir.3, random_r.3, sem_open.3, shm_open.3, tmpfile.3, tzset.3, random.4, fanotify.7, futex.7, vdso.7, ld.so.8: tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-12-29 13:48:42 +01:00
parent 4f2f8081b0
commit 29b41e747f
66 changed files with 66 additions and 66 deletions

View File

@ -38,7 +38,7 @@
.\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" 2008-12-04, mtk, Add documentation of accept4() .\" 2008-12-04, mtk, Add documentation of accept4()
.\" .\"
.TH ACCEPT 2 2015-08-08 "Linux" "Linux Programmer's Manual" .TH ACCEPT 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
accept, accept4 \- accept a connection on a socket accept, accept4 \- accept a connection on a socket
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" Modified 1998-11-04 by Tigran Aivazian <tigran@sco.com> .\" Modified 1998-11-04 by Tigran Aivazian <tigran@sco.com>
.\" Modified 2004-05-27, 2004-06-17, 2004-06-23 by Michael Kerrisk .\" Modified 2004-05-27, 2004-06-17, 2004-06-23 by Michael Kerrisk
.\" .\"
.TH ACCT 2 2008-06-16 "Linux" "Linux Programmer's Manual" .TH ACCT 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
acct \- switch process accounting on or off acct \- switch process accounting on or off
.SH SYNOPSIS .SH SYNOPSIS

View File

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

View File

@ -27,7 +27,7 @@
.\" 2003-08-24 aeb, large parts rewritten .\" 2003-08-24 aeb, large parts rewritten
.\" 2004-08-06 Christoph Lameter <clameter@sgi.com>, SMP note .\" 2004-08-06 Christoph Lameter <clameter@sgi.com>, SMP note
.\" .\"
.TH CLOCK_GETRES 2 2015-07-23 "" "Linux Programmer's Manual" .TH CLOCK_GETRES 2 2015-12-28 "" "Linux Programmer's Manual"
.SH NAME .SH NAME
clock_getres, clock_gettime, clock_settime \- clock and time functions clock_getres, clock_gettime, clock_settime \- clock and time functions
.SH SYNOPSIS .SH SYNOPSIS

View File

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

View File

@ -34,7 +34,7 @@
.\" details for dup2(). .\" details for dup2().
.\" 2008-10-09, mtk: add description of dup3() .\" 2008-10-09, mtk: add description of dup3()
.\" .\"
.TH DUP 2 2015-08-08 "Linux" "Linux Programmer's Manual" .TH DUP 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
dup, dup2, dup3 \- duplicate a file descriptor dup, dup2, dup3 \- duplicate a file descriptor
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -21,7 +21,7 @@
.\" Modified 2005-04-04 by Marko Kohtala <marko.kohtala@gmail.com> .\" Modified 2005-04-04 by Marko Kohtala <marko.kohtala@gmail.com>
.\" 2008-10-10, mtk: add description of epoll_create1() .\" 2008-10-10, mtk: add description of epoll_create1()
.\" .\"
.TH EPOLL_CREATE 2 2012-04-15 "Linux" "Linux Programmer's Manual" .TH EPOLL_CREATE 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
epoll_create, epoll_create1 \- open an epoll file descriptor epoll_create, epoll_create1 \- open an epoll file descriptor
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -19,7 +19,7 @@
.\" .\"
.\" 2008-10-10, mtk: describe eventfd2(), and EFD_NONBLOCK and EFD_CLOEXEC .\" 2008-10-10, mtk: describe eventfd2(), and EFD_NONBLOCK and EFD_CLOEXEC
.\" .\"
.TH EVENTFD 2 2015-07-23 Linux "Linux Programmer's Manual" .TH EVENTFD 2 2015-12-28 Linux "Linux Programmer's Manual"
.SH NAME .SH NAME
eventfd \- create a file descriptor for event notification eventfd \- create a file descriptor for event notification
.SH SYNOPSIS .SH SYNOPSIS

View File

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

View File

@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by .\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%LICENSE_END
.TH FANOTIFY_INIT 2 2014-10-02 "Linux" "Linux Programmer's Manual" .TH FANOTIFY_INIT 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
fanotify_init \- create and initialize fanotify group fanotify_init \- create and initialize fanotify group
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -62,7 +62,7 @@
.\" 2014-07-08, David Herrmann <dh.herrmann@gmail.com> .\" 2014-07-08, David Herrmann <dh.herrmann@gmail.com>
.\" Document F_ADD_SEALS and F_GET_SEALS .\" Document F_ADD_SEALS and F_GET_SEALS
.\" .\"
.TH FCNTL 2 2015-05-07 "Linux" "Linux Programmer's Manual" .TH FCNTL 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
fcntl \- manipulate file descriptor fcntl \- manipulate file descriptor
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -36,7 +36,7 @@
.\" Greatly expanded, to describe all attributes that differ .\" Greatly expanded, to describe all attributes that differ
.\" parent and child. .\" parent and child.
.\" .\"
.TH FORK 2 2015-07-23 "Linux" "Linux Programmer's Manual" .TH FORK 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
fork \- create a child process fork \- create a child process
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -19,7 +19,7 @@
.\" FIXME Do we need to add some text regarding Torvald Riegel's 2015-01-24 mail .\" FIXME Do we need to add some text regarding Torvald Riegel's 2015-01-24 mail
.\" at http://thread.gmane.org/gmane.linux.kernel/1703405/focus=1873242 .\" at http://thread.gmane.org/gmane.linux.kernel/1703405/focus=1873242
.\" .\"
.TH FUTEX 2 2014-05-21 "Linux" "Linux Programmer's Manual" .TH FUTEX 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
futex \- fast user-space locking futex \- fast user-space locking
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" FIXME Something could be added to this page (or exit(2)) .\" FIXME Something could be added to this page (or exit(2))
.\" about exit_robust_list processing .\" about exit_robust_list processing
.\" .\"
.TH GET_ROBUST_LIST 2 2015-01-22 Linux "Linux System Calls" .TH GET_ROBUST_LIST 2 2015-12-28 Linux "Linux System Calls"
.SH NAME .SH NAME
get_robust_list, set_robust_list \- get/set list of robust futexes get_robust_list, set_robust_list \- get/set list of robust futexes
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -9,7 +9,7 @@
.\" .\"
.\" 2008, mtk, various edits .\" 2008, mtk, various edits
.\" .\"
.TH GETCPU 2 2013-04-03 "Linux" "Linux Programmer's Manual" .TH GETCPU 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
getcpu \- determine CPU and NUMA node on which the calling thread is running getcpu \- determine CPU and NUMA node on which the calling thread is running
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -39,7 +39,7 @@
.\" Modified 17 Jul 2002, Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified 17 Jul 2002, Michael Kerrisk <mtk.manpages@gmail.com>
.\" Added 'socket' to NAME, so that "man -k socket" will show this page. .\" Added 'socket' to NAME, so that "man -k socket" will show this page.
.\" .\"
.TH GETPEERNAME 2 2015-08-08 "Linux" "Linux Programmer's Manual" .TH GETPEERNAME 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
getpeername \- get name of connected peer socket getpeername \- get name of connected peer socket
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -61,7 +61,7 @@
.\" 2008-05-07, mtk / Peter Zijlstra, Added description of RLIMIT_RTTIME .\" 2008-05-07, mtk / Peter Zijlstra, Added description of RLIMIT_RTTIME
.\" 2010-11-06, mtk: Added documentation of prlimit() .\" 2010-11-06, mtk: Added documentation of prlimit()
.\" .\"
.TH GETRLIMIT 2 2015-07-23 "Linux" "Linux Programmer's Manual" .TH GETRLIMIT 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
getrlimit, setrlimit, prlimit \- get/set resource limits getrlimit, setrlimit, prlimit \- get/set resource limits
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -37,7 +37,7 @@
.\" Modified Tue Oct 22 00:22:35 EDT 1996 by Eric S. Raymond <esr@thyrsus.com> .\" Modified Tue Oct 22 00:22:35 EDT 1996 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified Sun Mar 28 21:26:46 1999 by Andries Brouwer <aeb@cwi.nl> .\" Modified Sun Mar 28 21:26:46 1999 by Andries Brouwer <aeb@cwi.nl>
.\" .\"
.TH GETSOCKNAME 2 2015-08-08 "Linux" "Linux Programmer's Manual" .TH GETSOCKNAME 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
getsockname \- get socket name getsockname \- get socket name
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -41,7 +41,7 @@
.\" Modified 1999 by Andi Kleen <ak@muc.de>. .\" Modified 1999 by Andi Kleen <ak@muc.de>.
.\" Removed most stuff because it is in socket.7 now. .\" Removed most stuff because it is in socket.7 now.
.\" .\"
.TH GETSOCKOPT 2 2015-08-08 "Linux" "Linux Programmer's Manual" .TH GETSOCKOPT 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
getsockopt, setsockopt \- get and set options on sockets getsockopt, setsockopt \- get and set options on sockets
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -37,7 +37,7 @@
.\" Modified, 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified, 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" Added notes on capability requirement. .\" Added notes on capability requirement.
.\" .\"
.TH GETTIMEOFDAY 2 2012-04-26 "Linux" "Linux Programmer's Manual" .TH GETTIMEOFDAY 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
gettimeofday, settimeofday \- get / set time gettimeofday, settimeofday \- get / set time
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" 2006-02-07 mtk, minor changes .\" 2006-02-07 mtk, minor changes
.\" 2008-10-10 mtk: add description of inotify_init1() .\" 2008-10-10 mtk: add description of inotify_init1()
.\" .\"
.TH INOTIFY_INIT 2 2014-03-28 "Linux" "Linux Programmer's Manual" .TH INOTIFY_INIT 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
inotify_init, inotify_init1 \- initialize an inotify instance inotify_init, inotify_init1 \- initialize an inotify instance
.SH SYNOPSIS .SH SYNOPSIS

View File

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

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.TH MEMBARRIER 2 2015-04-15 "Linux" "Linux Programmer's Manual" .TH MEMBARRIER 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
membarrier \- issue memory barriers on a set of threads membarrier \- issue memory barriers on a set of threads
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -18,7 +18,7 @@
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.TH MEMFD_CREATE 2 2015-01-22 Linux "Linux Programmer's Manual" .TH MEMFD_CREATE 2 2015-12-28 Linux "Linux Programmer's Manual"
.SH NAME .SH NAME
memfd_create \- create an anonymous file memfd_create \- create an anonymous file
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.TH MLOCK 2 2015-08-28 "Linux" "Linux Programmer's Manual" .TH MLOCK 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
mlock, mlock2, munlock, mlockall, munlockall \- lock and unlock memory mlock, mlock2, munlock, mlockall, munlockall \- lock and unlock memory
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -37,7 +37,7 @@
.\" 2007-07-10, mtk, Added an example program. .\" 2007-07-10, mtk, Added an example program.
.\" 2008-11-18, mtk, document MAP_STACK .\" 2008-11-18, mtk, document MAP_STACK
.\" .\"
.TH MMAP 2 2015-08-08 "Linux" "Linux Programmer's Manual" .TH MMAP 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
mmap, munmap \- map or unmap files or devices into memory mmap, munmap \- map or unmap files or devices into memory
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -29,7 +29,7 @@
.\" changed prototype, documented 0xffffffff, aeb, 030101 .\" changed prototype, documented 0xffffffff, aeb, 030101
.\" Modified 2004-11-03 patch from Martin Schulze <joey@infodrom.org> .\" Modified 2004-11-03 patch from Martin Schulze <joey@infodrom.org>
.\" .\"
.TH PERSONALITY 2 2015-02-01 "Linux" "Linux Programmer's Manual" .TH PERSONALITY 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
personality \- set the process execution domain personality \- set the process execution domain
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -33,7 +33,7 @@
.\" to EXAMPLE text. .\" to EXAMPLE text.
.\" 2008-10-10, mtk: add description of pipe2() .\" 2008-10-10, mtk: add description of pipe2()
.\" .\"
.TH PIPE 2 2015-08-08 "Linux" "Linux Programmer's Manual" .TH PIPE 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
pipe, pipe2 \- create pipe pipe, pipe2 \- create pipe
.SH SYNOPSIS .SH SYNOPSIS

View File

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

View File

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

View File

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

View File

@ -16,7 +16,7 @@
.\" .\"
.\" 2005-03-31 Martin Pool <mbp@sourcefrog.net> mmap() improvements .\" 2005-03-31 Martin Pool <mbp@sourcefrog.net> mmap() improvements
.\" .\"
.TH SENDFILE 2 2015-05-07 "Linux" "Linux Programmer's Manual" .TH SENDFILE 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
sendfile \- transfer data between file descriptors sendfile \- transfer data between file descriptors
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -35,7 +35,7 @@
.\" Language and formatting clean-ups .\" Language and formatting clean-ups
.\" Added notes on /proc files .\" Added notes on /proc files
.\" .\"
.TH SHMGET 2 2015-08-08 "Linux" "Linux Programmer's Manual" .TH SHMGET 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
shmget \- allocates a System V shared memory segment shmget \- allocates a System V shared memory segment
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -37,7 +37,7 @@
.\" Modified Tue Oct 22 22:04:51 1996 by Eric S. Raymond <esr@thyrsus.com> .\" Modified Tue Oct 22 22:04:51 1996 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified 1998 by Andi Kleen .\" Modified 1998 by Andi Kleen
.\" .\"
.TH SHUTDOWN 2 2015-08-08 "Linux" "Linux Programmer's Manual" .TH SHUTDOWN 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
shutdown \- shut down part of a full-duplex connection shutdown \- shut down part of a full-duplex connection
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -27,7 +27,7 @@
.\" 2008-06-26, mtk, added some more detail on the work done by sigreturn() .\" 2008-06-26, mtk, added some more detail on the work done by sigreturn()
.\" 2014-12-05, mtk, rewrote all of the rest of the original page .\" 2014-12-05, mtk, rewrote all of the rest of the original page
.\" .\"
.TH SIGRETURN 2 2015-07-23 "Linux" "Linux Programmer's Manual" .TH SIGRETURN 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
sigreturn, rt_sigreturn \- return from signal handler and cleanup stack frame sigreturn, rt_sigreturn \- return from signal handler and cleanup stack frame
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -40,7 +40,7 @@
.\" Modified 2002-07-17 by Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified 2002-07-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" .\"
.TH SOCKET 2 2015-07-23 "Linux" "Linux Programmer's Manual" .TH SOCKET 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
socket \- create an endpoint for communication socket \- create an endpoint for communication
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.\" Modified Tue Oct 22 22:11:53 1996 by Eric S. Raymond <esr@thyrsus.com> .\" Modified Tue Oct 22 22:11:53 1996 by Eric S. Raymond <esr@thyrsus.com>
.TH SOCKETCALL 2 2012-10-16 "Linux" "Linux Programmer's Manual" .TH SOCKETCALL 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
socketcall \- socket system calls socketcall \- socket system calls
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -39,7 +39,7 @@
.\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" 2008-10-11, mtk: Add description of SOCK_NONBLOCK and SOCK_CLOEXEC .\" 2008-10-11, mtk: Add description of SOCK_NONBLOCK and SOCK_CLOEXEC
.\" .\"
.TH SOCKETPAIR 2 2015-08-08 "Linux" "Linux Programmer's Manual" .TH SOCKETPAIR 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
socketpair \- create a pair of connected sockets socketpair \- create a pair of connected sockets
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" 2007-07-10, some polishing by mtk .\" 2007-07-10, some polishing by mtk
.\" 2007-09-28, updates for newer kernels by Jeremy Kerr <jk@ozlabs.org> .\" 2007-09-28, updates for newer kernels by Jeremy Kerr <jk@ozlabs.org>
.\" .\"
.TH SPU_CREATE 2 2012-08-05 Linux "Linux Programmer's Manual" .TH SPU_CREATE 2 2015-12-28 Linux "Linux Programmer's Manual"
.SH NAME .SH NAME
spu_create \- create a new spu context spu_create \- create a new spu context
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -39,7 +39,7 @@
.\" Author: Rafael Aquini <aquini@redhat.com> .\" Author: Rafael Aquini <aquini@redhat.com>
.\" Date: Wed Jul 3 15:02:46 2013 -0700 .\" Date: Wed Jul 3 15:02:46 2013 -0700
.\" .\"
.TH SWAPON 2 2014-05-28 "Linux" "Linux Programmer's Manual" .TH SWAPON 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
swapon, swapoff \- start/stop swapping to file/device swapon, swapoff \- start/stop swapping to file/device
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" Modified Sat Jul 24 14:13:40 1993 by Rik Faith <faith@cs.unc.edu> .\" Modified Sat Jul 24 14:13:40 1993 by Rik Faith <faith@cs.unc.edu>
.\" Additions by Joseph S. Myers <jsm28@cam.ac.uk>, 970909 .\" Additions by Joseph S. Myers <jsm28@cam.ac.uk>, 970909
.\" .\"
.TH TIME 2 2011-09-09 "Linux" "Linux Programmer's Manual" .TH TIME 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
time \- get time in seconds time \- get time in seconds
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -19,7 +19,7 @@
.\" FIXME Linux 3.0: timerfd_settime() adds a TFD_TIMER_CANCEL_ON_SET flag; .\" FIXME Linux 3.0: timerfd_settime() adds a TFD_TIMER_CANCEL_ON_SET flag;
.\" This flag needs to documented. .\" This flag needs to documented.
.\" .\"
.TH TIMERFD_CREATE 2 2015-04-19 Linux "Linux Programmer's Manual" .TH TIMERFD_CREATE 2 2015-12-28 Linux "Linux Programmer's Manual"
.SH NAME .SH NAME
timerfd_create, timerfd_settime, timerfd_gettime \- timerfd_create, timerfd_settime, timerfd_gettime \-
timers that notify via file descriptors timers that notify via file descriptors

View File

@ -28,7 +28,7 @@
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" Modified 2005-01-09 by aeb .\" Modified 2005-01-09 by aeb
.\" .\"
.TH USELIB 2 2005-01-09 "Linux" "Linux Programmer's Manual" .TH USELIB 2 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
uselib \- load shared library uselib \- load shared library
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.TH DLERROR 3 2015-08-08 "Linux" "Linux Programmer's Manual" .TH DLERROR 3 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
dlerror \- obtain error diagnostic for functions in the dlopen API dlerror \- obtain error diagnostic for functions in the dlopen API
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" Modified by Walter Harms: dladdr, dlvsym .\" Modified by Walter Harms: dladdr, dlvsym
.\" Modified by Petr Baudis <pasky@suse.cz>, 2008-12-04: dladdr caveat .\" Modified by Petr Baudis <pasky@suse.cz>, 2008-12-04: dladdr caveat
.\" .\"
.TH DLOPEN 3 2015-08-08 "Linux" "Linux Programmer's Manual" .TH DLOPEN 3 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
dlclose, dlopen, dlmopen \- dlclose, dlopen, dlmopen \-
open and close a shared object open and close a shared object

View File

@ -27,7 +27,7 @@
.\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
.\" 386BSD man pages .\" 386BSD man pages
.\" Modified Sat Jul 24 19:46:03 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sat Jul 24 19:46:03 1993 by Rik Faith (faith@cs.unc.edu)
.TH DRAND48 3 2015-08-08 "" "Linux Programmer's Manual" .TH DRAND48 3 2015-12-28 "" "Linux Programmer's Manual"
.SH NAME .SH NAME
drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48,
lcong48 \- generate uniformly distributed pseudo-random numbers lcong48 \- generate uniformly distributed pseudo-random numbers

View File

@ -28,7 +28,7 @@
.\" 2006-02-09 Kurt Wall, mtk .\" 2006-02-09 Kurt Wall, mtk
.\" Added non-POSIX errors .\" Added non-POSIX errors
.\" .\"
.TH ERRNO 3 2015-01-22 "" "Linux Programmer's Manual" .TH ERRNO 3 2015-12-28 "" "Linux Programmer's Manual"
.SH NAME .SH NAME
errno \- number of last error errno \- number of last error
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\" Modified Sat Jul 24 19:35:54 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sat Jul 24 19:35:54 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified Mon Oct 16 00:16:29 2000 following Joseph S. Myers .\" Modified Mon Oct 16 00:16:29 2000 following Joseph S. Myers
.\" .\"
.TH FNMATCH 3 2015-08-08 "GNU" "Linux Programmer's Manual" .TH FNMATCH 3 2015-12-28 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
fnmatch \- match filename or pathname fnmatch \- match filename or pathname
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -27,7 +27,7 @@
.\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
.\" 386BSD man pages .\" 386BSD man pages
.\" Modified Sat Jul 24 19:29:54 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sat Jul 24 19:29:54 1993 by Rik Faith (faith@cs.unc.edu)
.TH GETGRENT 3 2015-08-08 "" "Linux Programmer's Manual" .TH GETGRENT 3 2015-12-28 "" "Linux Programmer's Manual"
.SH NAME .SH NAME
getgrent, setgrent, endgrent \- get group file entry getgrent, setgrent, endgrent \- get group file entry
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu) .\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu)
.\" Modified 2003-11-15 by aeb .\" Modified 2003-11-15 by aeb
.\" .\"
.TH GETGRNAM 3 2015-08-08 "" "Linux Programmer's Manual" .TH GETGRNAM 3 2015-12-28 "" "Linux Programmer's Manual"
.SH NAME .SH NAME
getgrnam, getgrnam_r, getgrgid, getgrgid_r \- get group file entry getgrnam, getgrnam_r, getgrgid, getgrgid_r \- get group file entry
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\" Changed Tue Sep 19 01:49:29 1995, aeb: moved from man2 to man3 .\" Changed Tue Sep 19 01:49:29 1995, aeb: moved from man2 to man3
.\" added ref to /etc/utmp, added BUGS section, etc. .\" added ref to /etc/utmp, added BUGS section, etc.
.\" modified 2003 Walter Harms, aeb - added getlogin_r, note on stdin use .\" modified 2003 Walter Harms, aeb - added getlogin_r, note on stdin use
.TH GETLOGIN 3 2015-08-08 "GNU" "Linux Programmer's Manual" .TH GETLOGIN 3 2015-12-28 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
getlogin, getlogin_r, cuserid \- get username getlogin, getlogin_r, cuserid \- get username
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified Sat Jul 24 19:22:14 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sat Jul 24 19:22:14 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified Mon May 27 21:37:47 1996 by Martin Schulze (joey@linux.de) .\" Modified Mon May 27 21:37:47 1996 by Martin Schulze (joey@linux.de)
.\" .\"
.TH GETPWENT 3 2015-08-08 "GNU" "Linux Programmer's Manual" .TH GETPWENT 3 2015-12-28 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
getpwent, setpwent, endpwent \- get password file entry getpwent, setpwent, endpwent \- get password file entry
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -34,7 +34,7 @@
.\" Modified 2003-11-15 by aeb .\" Modified 2003-11-15 by aeb
.\" 2008-11-07, mtk, Added an example program for getpwnam_r(). .\" 2008-11-07, mtk, Added an example program for getpwnam_r().
.\" .\"
.TH GETPWNAM 3 2015-08-08 "GNU" "Linux Programmer's Manual" .TH GETPWNAM 3 2015-12-28 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
getpwnam, getpwnam_r, getpwuid, getpwuid_r \- get password file entry getpwnam, getpwnam_r, getpwuid, getpwuid_r \- get password file entry
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -15,7 +15,7 @@
.\" 2000-06-30 correction by Yuichi SATO <sato@complex.eng.hokudai.ac.jp> .\" 2000-06-30 correction by Yuichi SATO <sato@complex.eng.hokudai.ac.jp>
.\" 2000-11-15 aeb, fixed prototype .\" 2000-11-15 aeb, fixed prototype
.\" .\"
.TH ICONV 3 2015-08-08 "GNU" "Linux Programmer's Manual" .TH ICONV 3 2015-12-28 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
iconv \- perform character set conversion iconv \- perform character set conversion
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.TH MQ_OPEN 3 2015-07-23 "Linux" "Linux Programmer's Manual" .TH MQ_OPEN 3 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
mq_open \- open a message queue mq_open \- open a message queue
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -29,7 +29,7 @@
.\" Modified Sat Jul 24 18:46:01 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sat Jul 24 18:46:01 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified 11 June 1995 by Andries Brouwer (aeb@cwi.nl) .\" Modified 11 June 1995 by Andries Brouwer (aeb@cwi.nl)
.\" 2007-07-30 Ulrich Drepper <drepper@redhat.com>: document fdopendir(). .\" 2007-07-30 Ulrich Drepper <drepper@redhat.com>: document fdopendir().
.TH OPENDIR 3 2015-03-02 "GNU" "Linux Programmer's Manual" .TH OPENDIR 3 2015-12-28 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
opendir, fdopendir \- open a directory opendir, fdopendir \- open a directory
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.\" .\"
.TH RANDOM_R 3 2015-03-02 "GNU" "Linux Programmer's Manual" .TH RANDOM_R 3 2015-12-28 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
random_r, srandom_r, initstate_r, setstate_r \- reentrant random_r, srandom_r, initstate_r, setstate_r \- reentrant
random number generator random number generator

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.TH SEM_OPEN 3 2015-07-23 "Linux" "Linux Programmer's Manual" .TH SEM_OPEN 3 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
sem_open \- initialize and open a named semaphore sem_open \- initialize and open a named semaphore
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.\" FIXME . Add an example to this page .\" FIXME . Add an example to this page
.TH SHM_OPEN 3 2015-07-23 "Linux" "Linux Programmer's Manual" .TH SHM_OPEN 3 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
shm_open, shm_unlink \- create/open or unlink POSIX shared memory objects shm_open, shm_unlink \- create/open or unlink POSIX shared memory objects
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" 386BSD man pages .\" 386BSD man pages
.\" Modified Sat Jul 24 17:46:57 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sat Jul 24 17:46:57 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified 2001-11-17, aeb .\" Modified 2001-11-17, aeb
.TH TMPFILE 3 2015-08-08 "" "Linux Programmer's Manual" .TH TMPFILE 3 2015-12-28 "" "Linux Programmer's Manual"
.SH NAME .SH NAME
tmpfile \- create a temporary file tmpfile \- create a temporary file
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 2001-11-13, aeb .\" Modified 2001-11-13, aeb
.\" Modified 2004-12-01 mtk and Martin Schulze <joey@infodrom.org> .\" Modified 2004-12-01 mtk and Martin Schulze <joey@infodrom.org>
.\" .\"
.TH TZSET 3 2015-08-08 "" "Linux Programmer's Manual" .TH TZSET 3 2015-12-28 "" "Linux Programmer's Manual"
.SH NAME .SH NAME
tzset, tzname, timezone, daylight \- initialize time conversion information tzset, tzname, timezone, daylight \- initialize time conversion information
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -16,7 +16,7 @@
.\" Add a Usage subsection that recommends most users to use .\" Add a Usage subsection that recommends most users to use
.\" /dev/urandom, and emphasizes parsimonious usage of /dev/random. .\" /dev/urandom, and emphasizes parsimonious usage of /dev/random.
.\" .\"
.TH RANDOM 4 2015-03-29 "Linux" "Linux Programmer's Manual" .TH RANDOM 4 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
random, urandom \- kernel random number source devices random, urandom \- kernel random number source devices
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by .\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%LICENSE_END
.TH FANOTIFY 7 2015-08-08 "Linux" "Linux Programmer's Manual" .TH FANOTIFY 7 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
fanotify \- monitoring filesystem events fanotify \- monitoring filesystem events
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -8,7 +8,7 @@
.\" This page is made available under the MIT license. .\" This page is made available under the MIT license.
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.TH FUTEX 7 2012-08-05 "Linux" "Linux Programmer's Manual" .TH FUTEX 7 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
futex \- fast user-space locking futex \- fast user-space locking
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -10,7 +10,7 @@
.\" http://www.linuxjournal.com/content/creating-vdso-colonels-other-chicken .\" http://www.linuxjournal.com/content/creating-vdso-colonels-other-chicken
.\" http://www.trilithium.com/johan/2005/08/linux-gate/ .\" http://www.trilithium.com/johan/2005/08/linux-gate/
.\" .\"
.TH VDSO 7 2015-07-23 "Linux" "Linux Programmer's Manual" .TH VDSO 7 2015-12-28 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
vDSO \- overview of the virtual ELF dynamic shared object vDSO \- overview of the virtual ELF dynamic shared object
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -2,7 +2,7 @@
.\" This is in the public domain .\" This is in the public domain
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.TH LD.SO 8 2015-08-08 "GNU" "Linux Programmer's Manual" .TH LD.SO 8 2015-12-28 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
ld.so, ld-linux.so* \- dynamic linker/loader ld.so, ld-linux.so* \- dynamic linker/loader
.SH SYNOPSIS .SH SYNOPSIS