intro.1, locale.1, _exit.2, access.2, bpf.2, brk.2, capget.2, chmod.2, chroot.2, clock_getres.2, clone.2, eventfd.2, fallocate.2, fork.2, getgroups.2, gethostname.2, getpid.2, getpriority.2, getrlimit.2, getrusage.2, gettid.2, iopl.2, ioprio_set.2, killpg.2, mlock.2, mprotect.2, perf_event_open.2, poll.2, posix_fadvise.2, pread.2, ptrace.2, read.2, readv.2, recv.2, rename.2, sched_setaffinity.2, sched_setattr.2, seccomp.2, select.2, send.2, seteuid.2, setgid.2, setresuid.2, setreuid.2, setuid.2, sigaltstack.2, signalfd.2, sigpending.2, sigprocmask.2, sigreturn.2, sigsuspend.2, sigwaitinfo.2, socket.2, stat.2, timer_create.2, uname.2, utimensat.2, wait.2, wait4.2, write.2, MB_LEN_MAX.3, __ppc_get_timebase.3, clearenv.3, dl_iterate_phdr.3, error.3, fexecve.3, fpurge.3, fread.3, fts.3, getaddrinfo.3, getaddrinfo_a.3, getauxval.3, getgrent_r.3, gethostbyname.3, getifaddrs.3, getnameinfo.3, getnetent_r.3, getprotoent.3, getprotoent_r.3, getpw.3, getpwent_r.3, getrpcent.3, getrpcent_r.3, getrpcport.3, getservent.3, getservent_r.3, gsignal.3, key_setsecret.3, malloc_get_state.3, malloc_info.3, malloc_stats.3, malloc_trim.3, memcpy.3, mq_notify.3, mq_open.3, perror.3, profil.3, psignal.3, pthread_attr_init.3, pthread_attr_setaffinity_np.3, pthread_cancel.3, pthread_cleanup_push.3, pthread_create.3, pthread_detach.3, pthread_getattr_np.3, pthread_join.3, pthread_setname_np.3, pthread_tryjoin_np.3, putgrent.3, rcmd.3, rpc.3, rpmatch.3, sem_close.3, sem_open.3, setaliasent.3, shm_open.3, sigqueue.3, strfmon.3, xcrypt.3, xdr.3, console_codes.4, null.4, core.5, host.conf.5, hosts.equiv.5, locale.5, repertoiremap.5, locale.7, man-pages.7, pty.7, rtld-audit.7, sched.7, vdso.7: tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-07-23 16:12:28 +02:00
parent 3ed4b74519
commit 5722c835ab
133 changed files with 133 additions and 133 deletions

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH INTRO 1 2015-03-29 "Linux" "Linux User's Manual"
.TH INTRO 1 2015-07-23 "Linux" "Linux User's Manual"
.SH NAME
intro \- introduction to user commands
.SH DESCRIPTION

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH LOCALE 1 2014-05-28 "Linux" "Linux User Manual"
.TH LOCALE 1 2015-07-23 "Linux" "Linux User Manual"
.SH NAME
locale \- get locale-specific information
.SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" Modified Wed Jul 21 23:02:38 1993 by Rik Faith <faith@cs.unc.edu>
.\" Modified 2001-11-17, aeb
.\"
.TH _EXIT 2 2015-01-22 "Linux" "Linux Programmer's Manual"
.TH _EXIT 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
_exit, _Exit \- terminate the calling process
.SH SYNOPSIS

View File

@ -40,7 +40,7 @@
.\" Modified 2004-06-23 by Michael Kerrisk
.\" 2007-06-10, mtk, various parts rewritten, and added BUGS section.
.\"
.TH ACCESS 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.TH ACCESS 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
access, faccessat \- check user's permissions for a file
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH BPF 2 2015-03-10 "Linux" "Linux Programmer's Manual"
.TH BPF 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
bpf - perform a command on an extended BPF map or program
.SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" Modified Wed Jul 21 19:52:58 1993 by Rik Faith <faith@cs.unc.edu>
.\" Modified Sun Aug 21 17:40:38 1994 by Rik Faith <faith@cs.unc.edu>
.\"
.TH BRK 2 2014-08-19 "Linux" "Linux Programmer's Manual"
.TH BRK 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
brk, sbrk \- change data segment size
.SH SYNOPSIS

View File

@ -12,7 +12,7 @@
.\" 64-bit capability sets in kernel 2.6.2[45].
.\" Modified 2009-01-26, andi kleen
.\"
.TH CAPGET 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.TH CAPGET 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
capget, capset \- set/get capabilities of thread(s)
.SH SYNOPSIS

View File

@ -29,7 +29,7 @@
.\" <michael@cantor.informatik.rwth-aachen.de>: NFS details
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.TH CHMOD 2 2014-08-19 "Linux" "Linux Programmer's Manual"
.TH CHMOD 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
chmod, fchmod, fchmodat \- change permissions of a file
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 1997-08-21 by Joseph S. Myers <jsm28@cam.ac.uk>
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.TH CHROOT 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.TH CHROOT 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
chroot \- change root directory
.SH SYNOPSIS

View File

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

View File

@ -39,7 +39,7 @@
.\" 2008-11-19, mtk, document CLONE_NEWIPC
.\" 2008-11-19, Jens Axboe, mtk, document CLONE_IO
.\"
.TH CLONE 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.TH CLONE 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
clone, __clone2 \- create a child process
.SH SYNOPSIS

View File

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

View File

@ -8,7 +8,7 @@
.\" 2011-09-19: Added FALLOC_FL_PUNCH_HOLE
.\" 2011-09-19: Substantial restructuring of the page
.\"
.TH FALLOCATE 2 2015-04-19 "Linux" "Linux Programmer's Manual"
.TH FALLOCATE 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
fallocate \- manipulate file space
.SH SYNOPSIS

View File

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

View File

@ -29,7 +29,7 @@
.\" 2008-05-03, mtk, expanded and rewrote parts of DESCRIPTION and RETURN
.\" VALUE, made style of page more consistent with man-pages style.
.\"
.TH GETGROUPS 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.TH GETGROUPS 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
getgroups, setgroups \- get/set list of supplementary group IDs
.SH SYNOPSIS

View File

@ -29,7 +29,7 @@
.\" Modified 2004-06-17 by mtk
.\" Modified 2008-11-27 by mtk
.\"
.TH GETHOSTNAME 2 2014-08-19 "Linux" "Linux Programmer's Manual"
.TH GETHOSTNAME 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
gethostname, sethostname \- get/set hostname
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH GETPID 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.TH GETPID 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
getpid, getppid \- get process identification
.SH SYNOPSIS

View File

@ -42,7 +42,7 @@
.\" Clarified meaning of 0 value for 'who' argument
.\" Modified 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.TH GETPRIORITY 2 2014-08-19 "Linux" "Linux Programmer's Manual"
.TH GETPRIORITY 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
getpriority, setpriority \- get/set program scheduling priority
.SH SYNOPSIS

View File

@ -61,7 +61,7 @@
.\" 2008-05-07, mtk / Peter Zijlstra, Added description of RLIMIT_RTTIME
.\" 2010-11-06, mtk: Added documentation of prlimit()
.\"
.TH GETRLIMIT 2 2015-04-19 "Linux" "Linux Programmer's Manual"
.TH GETRLIMIT 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
getrlimit, setrlimit, prlimit \- get/set resource limits
.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-10 "Linux" "Linux Programmer's Manual"
.TH GETRUSAGE 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
getrusage \- get resource usage
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH GETTID 2 2014-02-11 "Linux" "Linux Programmer's Manual"
.TH GETTID 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
gettid \- get thread identification
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com>
.\" Added notes on capability requirements
.\"
.TH IOPL 2 2013-03-15 "Linux" "Linux Programmer's Manual"
.TH IOPL 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
iopl \- change I/O privilege level
.SH SYNOPSIS

View File

@ -21,7 +21,7 @@
.\" with various additions by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.\"
.TH IOPRIO_SET 2 2013-02-12 "Linux" "Linux Programmer's Manual"
.TH IOPRIO_SET 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
ioprio_get, ioprio_set \- get/set I/O scheduling class and priority
.SH SYNOPSIS

View File

@ -39,7 +39,7 @@
.\" Added notes on CAP_KILL
.\" Modified 2004-06-21 by aeb
.\"
.TH KILLPG 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.TH KILLPG 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
killpg \- send signal to a process group
.SH SYNOPSIS

View File

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

View File

@ -36,7 +36,7 @@
.\" PROT_GROWSUP
.\" PROT_SAO (PowerPC)
.\"
.TH MPROTECT 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.TH MPROTECT 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
mprotect \- set protection on a region of memory
.SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" This document is based on the perf_event.h header file, the
.\" tools/perf/design.txt file, and a lot of bitter experience.
.\"
.TH PERF_EVENT_OPEN 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.TH PERF_EVENT_OPEN 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
perf_event_open \- set up performance monitoring
.SH SYNOPSIS

View File

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

View File

@ -25,7 +25,7 @@
.\" 2005-04-08 mtk, noted kernel version and added BUGS
.\" 2010-10-09, mtk, document arm_fadvise64_64()
.\"
.TH POSIX_FADVISE 2 2015-04-19 "Linux" "Linux Programmer's Manual"
.TH POSIX_FADVISE 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
posix_fadvise \- predeclare an access pattern for file data
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH PREAD 2 2015-04-19 "Linux" "Linux Programmer's Manual"
.TH PREAD 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
pread, pwrite \- read from or write to a file descriptor at a given offset
.SH SYNOPSIS

View File

@ -43,7 +43,7 @@
.\" 2015-01, Kees Cook <keescook@chromium.org>
.\" Added PTRACE_O_TRACESECCOMP, PTRACE_EVENT_SECCOMP
.\"
.TH PTRACE 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.TH PTRACE 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
ptrace \- process trace
.SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" Modified Sat Jul 12 20:45:39 1997 by Michael Haardt
.\" <michael@cantor.informatik.rwth-aachen.de>
.\"
.TH READ 2 2014-05-04 "Linux" "Linux Programmer's Manual"
.TH READ 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
read \- read from a file descriptor
.SH SYNOPSIS

View File

@ -29,7 +29,7 @@
.\" add more details.
.\" 2010-11-16, mtk, Added documentation of preadv() and pwritev()
.\"
.TH READV 2 2015-01-22 "Linux" "Linux Programmer's Manual"
.TH READV 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
readv, writev, preadv, pwritev \- read or write data into multiple buffers
.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-08-19 "Linux" "Linux Programmer's Manual"
.TH RECV 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
recv, recvfrom, recvmsg \- receive a message from a socket
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified Thu Mar 3 09:49:35 2005 by Michael Haardt <michael@moria.de>
.\" 2007-03-25, mtk, added various text to DESCRIPTION.
.\"
.TH RENAME 2 2014-08-19 "Linux" "Linux Programmer's Manual"
.TH RENAME 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
rename, renameat, renameat2 \- change the name or location of a file
.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-12-31 "Linux" "Linux Programmer's Manual"
.TH SCHED_SETAFFINITY 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
sched_setaffinity, sched_getaffinity \- \
set and get a thread's CPU affinity mask

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH SCHED_SETATTR 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.TH SCHED_SETATTR 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
sched_setattr, sched_getattr \-
set and get scheduling policy and attributes

View File

@ -24,7 +24,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH SECCOMP 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.TH SECCOMP 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
seccomp \- operate on Secure Computing state of the process
.SH SYNOPSIS

View File

@ -35,7 +35,7 @@
.\" 2005-03-11, mtk, modified pselect() text (it is now a system
.\" call in 2.6.16.
.\"
.TH SELECT 2 2015-01-22 "Linux" "Linux Programmer's Manual"
.TH SELECT 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO \-
synchronous I/O multiplexing

View File

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

View File

@ -26,7 +26,7 @@
.\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com>
.\" Added notes on capability requirements
.\"
.TH SETEUID 2 2014-09-21 "Linux" "Linux Programmer's Manual"
.TH SETEUID 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
seteuid, setegid \- set effective user or group ID
.SH SYNOPSIS

View File

@ -27,7 +27,7 @@
.\" Modified 1997-01-31 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified 2002-03-09 by aeb
.\"
.TH SETGID 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.TH SETGID 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
setgid \- set group identity
.SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" %%%LICENSE_END
.\"
.\" Modified, 2003-05-26, Michael Kerrisk, <mtk.manpages@gmail.com>
.TH SETRESUID 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.TH SETRESUID 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
setresuid, setresgid \- set real, effective and saved user or group ID
.SH SYNOPSIS

View File

@ -43,7 +43,7 @@
.\" 2004-07-04 by aeb
.\" 2004-05-27 by Michael Kerrisk
.\"
.TH SETREUID 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.TH SETREUID 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
setreuid, setregid \- set real and/or effective user or group ID
.SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" <richard@greenend.org.uk>, aeb 970616.
.\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com>
.\" Added notes on capability requirements
.TH SETUID 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.TH SETUID 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
setuid \- set user identity
.SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" %%%LICENSE_END
.\"
.\" aeb, various minor fixes
.TH SIGALTSTACK 2 2010-09-26 "Linux" "Linux Programmer's Manual"
.TH SIGALTSTACK 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
sigaltstack \- set and/or get signal stack context
.SH SYNOPSIS

View File

@ -17,7 +17,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
.TH SIGNALFD 2 2014-07-08 Linux "Linux Programmer's Manual"
.TH SIGNALFD 2 2015-07-23 Linux "Linux Programmer's Manual"
.SH NAME
signalfd \- create a file descriptor for accepting signals
.SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\"
.\" 2005-09-15, mtk, Created new page by splitting off from sigaction.2
.\"
.TH SIGPENDING 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.TH SIGPENDING 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
sigpending, rt_sigpending \- examine pending signals
.SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\"
.\" 2005-09-15, mtk, Created new page by splitting off from sigaction.2
.\"
.TH SIGPROCMASK 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.TH SIGPROCMASK 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
sigprocmask, rt_sigprocmask \- examine and change blocked signals
.SH SYNOPSIS

View File

@ -27,7 +27,7 @@
.\" 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
.\"
.TH SIGRETURN 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.TH SIGRETURN 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
sigreturn, rt_sigreturn \- return from signal handler and cleanup stack frame
.SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\"
.\" 2005-09-15, mtk, Created new page by splitting off from sigaction.2
.\"
.TH SIGSUSPEND 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.TH SIGSUSPEND 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
sigsuspend, rt_sigsuspend \- wait for a signal
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH SIGWAITINFO 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.TH SIGWAITINFO 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
sigwaitinfo, sigtimedwait, rt_sigtimedwait \- synchronously wait
for queued signals

View File

@ -40,7 +40,7 @@
.\" Modified 2002-07-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.TH SOCKET 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.TH SOCKET 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
socket \- create an endpoint for communication
.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 2015-04-19 "Linux" "Linux Programmer's Manual"
.TH STAT 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
stat, fstat, lstat, fstatat \- get file status
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" which need be documented
.\" Does this also affect timerfd_create()?
.\"
.TH TIMER_CREATE 2 2015-04-19 Linux "Linux Programmer's Manual"
.TH TIMER_CREATE 2 2015-07-23 Linux "Linux Programmer's Manual"
.SH NAME
timer_create \- create a POSIX per-process timer
.SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\"
.\" 2007-07-05 mtk: Added details on underlying system call interfaces
.\"
.TH UNAME 2 2014-09-21 "Linux" "Linux Programmer's Manual"
.TH UNAME 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
uname \- get name and information about current kernel
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH UTIMENSAT 2 2015-01-22 "Linux" "Linux Programmer's Manual"
.TH UTIMENSAT 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
utimensat, futimens \- change file timestamps with nanosecond precision
.SH SYNOPSIS

View File

@ -46,7 +46,7 @@
.\" 2005-05-10, mtk, __W* flags can't be used with waitid()
.\" 2008-07-04, mtk, removed erroneous text about SA_NOCLDSTOP
.\"
.TH WAIT 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.TH WAIT 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
wait, waitpid, waitid \- wait for process to change state
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Rewrote much of this page, and removed much duplicated text,
.\" replacing with pointers to wait.2
.\"
.TH WAIT4 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.TH WAIT4 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
wait3, wait4 \- wait for process to change state, BSD style
.SH SYNOPSIS

View File

@ -36,7 +36,7 @@
.\" gave some examples of why this might occur.
.\" Noted what happens if write() is interrupted by a signal.
.\"
.TH WRITE 2 2015-01-22 "Linux" "Linux Programmer's Manual"
.TH WRITE 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
write \- write to a file descriptor
.SH SYNOPSIS

View File

@ -14,7 +14,7 @@
.\"
.\" Modified, aeb, 990824
.\"
.TH MB_LEN_MAX 3 1999-07-04 "Linux" "Linux Programmer's Manual"
.TH MB_LEN_MAX 3 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
MB_LEN_MAX \- maximum multibyte length of a character across all locales
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH __PPC_GET_TIMEBASE 3 2012-08-13 "GNU C Library" "Linux Programmer's\
.TH __PPC_GET_TIMEBASE 3 2015-07-23 "GNU C Library" "Linux Programmer's\
Manual"
.SH NAME
__ppc_get_timebase, __ppc_get_timebase_freq \- get the current value

View File

@ -23,7 +23,7 @@
.\" %%%LICENSE_END
.\"
.\" Additions, aeb, 2001-10-17.
.TH CLEARENV 3 2014-08-19 "Linux" "Linux Programmer's Manual"
.TH CLEARENV 3 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
clearenv \- clear the environment
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH DL_ITERATE_PHDR 3 2007-05-18 "GNU" "Linux Programmer's Manual"
.TH DL_ITERATE_PHDR 3 2015-07-23 "GNU" "Linux Programmer's Manual"
.SH NAME
dl_iterate_phdr \- walk through list of shared objects
.SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\"
.\" References:
.\" glibc manual and source
.TH ERROR 3 2010-08-29 "GNU" "Linux Programmer's Manual"
.TH ERROR 3 2015-07-23 "GNU" "Linux Programmer's Manual"
.SH NAME
error, error_at_line, error_message_count, error_one_per_line,
error_print_progname \- glibc error reporting functions

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH FEXECVE 3 2015-01-22 "Linux" "Linux Programmer's Manual"
.TH FEXECVE 3 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
fexecve \- execute program specified via file descriptor
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH FPURGE 3 2001-12-15 "" "Linux Programmer's Manual"
.TH FPURGE 3 2015-07-23 "" "Linux Programmer's Manual"
.SH NAME
fpurge, __fpurge \- purge a stream
.SH SYNOPSIS

View File

@ -42,7 +42,7 @@
.\" Modified Thu Apr 20 20:43:53 1995 by Jim Van Zandt <jrv@vanzandt.mv.com>
.\" Modified Fri May 17 10:21:51 1996 by Martin Schulze <joey@infodrom.north.de>
.\"
.TH FREAD 3 2015-03-02 "GNU" "Linux Programmer's Manual"
.TH FREAD 3 2015-07-23 "GNU" "Linux Programmer's Manual"
.SH NAME
fread, fwrite \- binary stream input/output
.SH SYNOPSIS

View File

@ -37,7 +37,7 @@
.\"
.\" 2007-12-08, mtk, Converted from mdoc to man macros
.\"
.TH FTS 3 2014-03-18 "Linux" "Linux Programmer's Manual"
.TH FTS 3 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
fts, fts_open, fts_read, fts_children, fts_set, fts_close \- \
traverse a file hierarchy

View File

@ -41,7 +41,7 @@
.\" FIXME . glibc's 2.9 NEWS file documents DCCP and UDP-lite support
.\" and is SCTP support now also there?
.\"
.TH GETADDRINFO 3 2014-04-06 "GNU" "Linux Programmer's Manual"
.TH GETADDRINFO 3 2015-07-23 "GNU" "Linux Programmer's Manual"
.SH NAME
getaddrinfo, freeaddrinfo, gai_strerror \- network address and
service translation

View File

@ -26,7 +26,7 @@
.\" References: http://people.redhat.com/drepper/asynchnl.pdf,
.\" http://www.imperialviolet.org/2005/06/01/asynchronous-dns-lookups-with-glibc.html
.\"
.TH GETADDRINFO_A 3 2014-05-28 "GNU" "Linux Programmer's Manual"
.TH GETADDRINFO_A 3 2015-07-23 "GNU" "Linux Programmer's Manual"
.SH NAME
getaddrinfo_a, gai_suspend, gai_error, gai_cancel \- asynchronous
network address and service translation

View File

@ -24,7 +24,7 @@
.\"
.\" See also https://lwn.net/Articles/519085/
.\"
.TH GETAUXVAL 3 2015-03-02 "GNU" "Linux Programmer's Manual"
.TH GETAUXVAL 3 2015-07-23 "GNU" "Linux Programmer's Manual"
.SH NAME
getauxval \- retrieve a value from the auxiliary vector
.SH SYNOPSIS

View File

@ -21,7 +21,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
.TH GETGRENT_R 3 2015-01-22 "GNU" "Linux Programmer's Manual"
.TH GETGRENT_R 3 2015-07-23 "GNU" "Linux Programmer's Manual"
.SH NAME
getgrent_r, fgetgrent_r \- get group file entry reentrantly
.SH SYNOPSIS

View File

@ -35,7 +35,7 @@
.\" Modified 2002-08-05, Michael Kerrisk
.\" Modified 2004-10-31, Andries Brouwer
.\"
.TH GETHOSTBYNAME 3 2015-04-19 "" "Linux Programmer's Manual"
.TH GETHOSTBYNAME 3 2015-07-23 "" "Linux Programmer's Manual"
.SH NAME
gethostbyname, gethostbyaddr, sethostent, gethostent, endhostent,
h_errno,

View File

@ -33,7 +33,7 @@
.\" for glibc specificities, provide an example.
.\" 2009-01-14 mtk, many edits and changes, rewrote example program.
.\"
.TH GETIFADDRS 3 2014-02-26 "GNU" "Linux Programmer's Manual"
.TH GETIFADDRS 3 2015-07-23 "GNU" "Linux Programmer's Manual"
.SH NAME
getifaddrs, freeifaddrs \- get interface addresses
.SH SYNOPSIS

View File

@ -7,7 +7,7 @@
.\" 2004-12-14, mtk, Added EAI_OVERFLOW error
.\" 2004-12-14 Fixed description of error return
.\"
.TH GETNAMEINFO 3 2014-05-28 "GNU" "Linux Programmer's Manual"
.TH GETNAMEINFO 3 2015-07-23 "GNU" "Linux Programmer's Manual"
.SH NAME
getnameinfo \- address-to-name translation in protocol-independent manner
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH GETNETENT_R 3 2010-09-10 "GNU" "Linux Programmer's Manual"
.TH GETNETENT_R 3 2015-07-23 "GNU" "Linux Programmer's Manual"
.SH NAME
getnetent_r, getnetbyname_r, getnetbyaddr_r \- get
network entry (reentrant)

View File

@ -27,7 +27,7 @@
.\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
.\" 386BSD man pages
.\" Modified Sat Jul 24 19:26:03 1993 by Rik Faith (faith@cs.unc.edu)
.TH GETPROTOENT 3 2008-08-19 "GNU" "Linux Programmer's Manual"
.TH GETPROTOENT 3 2015-07-23 "GNU" "Linux Programmer's Manual"
.SH NAME
getprotoent, getprotobyname, getprotobynumber, setprotoent,
endprotoent \- get protocol entry

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH GETPROTOENT_R 3 2010-09-10 "GNU" "Linux Programmer's Manual"
.TH GETPROTOENT_R 3 2015-07-23 "GNU" "Linux Programmer's Manual"
.SH NAME
getprotoent_r, getprotobyname_r, getprotobynumber_r \- get
protocol entry (reentrant)

View File

@ -29,7 +29,7 @@
.\" Modified Sat Jul 24 19:23:25 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified Mon May 27 21:37:47 1996 by Martin Schulze (joey@linux.de)
.\"
.TH GETPW 3 2015-01-22 "GNU" "Linux Programmer's Manual"
.TH GETPW 3 2015-07-23 "GNU" "Linux Programmer's Manual"
.SH NAME
getpw \- reconstruct password line entry
.SH SYNOPSIS

View File

@ -21,7 +21,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
.TH GETPWENT_R 3 2015-01-22 "GNU" "Linux Programmer's Manual"
.TH GETPWENT_R 3 2015-07-23 "GNU" "Linux Programmer's Manual"
.SH NAME
getpwent_r, fgetpwent_r \- get passwd file entry reentrantly
.SH SYNOPSIS

View File

@ -5,7 +5,7 @@
.\" %%%LICENSE_END
.\"
.\" @(#)getrpcent.3n 2.2 88/08/02 4.0 RPCSRC; from 1.11 88/03/14 SMI
.TH GETRPCENT 3 2014-05-28 "" "Linux Programmer's Manual"
.TH GETRPCENT 3 2015-07-23 "" "Linux Programmer's Manual"
.SH NAME
getrpcent, getrpcbyname, getrpcbynumber, setrpcent, endrpcent \- get
RPC entry

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH GETRPCENT_R 3 2010-09-10 "GNU" "Linux Programmer's Manual"
.TH GETRPCENT_R 3 2015-07-23 "GNU" "Linux Programmer's Manual"
.SH NAME
getrpcent_r, getrpcbyname_r, getrpcbynumber_r \- get
RPC entry (reentrant)

View File

@ -5,7 +5,7 @@
.\" %%%LICENSE_END
.\"
.\" @(#)getrpcport.3r 2.2 88/08/02 4.0 RPCSRC; from 1.12 88/02/26 SMI
.TH GETRPCPORT 3 2014-05-28 "" "Linux Programmer's Manual"
.TH GETRPCPORT 3 2015-07-23 "" "Linux Programmer's Manual"
.SH NAME
getrpcport \- get RPC port number
.SH SYNOPSIS

View File

@ -31,7 +31,7 @@
.\" Modified Mon Apr 22 01:50:54 1996 by Martin Schulze <joey@infodrom.north.de>
.\" 2001-07-25 added a clause about NULL proto (Martin Michlmayr or David N. Welton)
.\"
.TH GETSERVENT 3 2008-08-19 "GNU" "Linux Programmer's Manual"
.TH GETSERVENT 3 2015-07-23 "GNU" "Linux Programmer's Manual"
.SH NAME
getservent, getservbyname, getservbyport, setservent, endservent \-
get service entry

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH GETSERVENT_R 3 2010-09-10 "GNU" "Linux Programmer's Manual"
.TH GETSERVENT_R 3 2015-07-23 "GNU" "Linux Programmer's Manual"
.SH NAME
getservent_r, getservbyname_r, getservbyport_r \- get
service entry (reentrant)

View File

@ -24,7 +24,7 @@
.\"
.\" This replaces an earlier man page written by Walter Harms
.\" <walter.harms@informatik.uni-oldenburg.de>.
.TH GSIGNAL 3 2007-07-26 "" "Linux Programmer's Manual"
.TH GSIGNAL 3 2015-07-23 "" "Linux Programmer's Manual"
.SH NAME
gsignal, ssignal \- software signal facility
.SH SYNOPSIS

View File

@ -6,7 +6,7 @@
.\"
.\" I had no way the check the functions out
.\" be careful
.TH KEY_SETSECRET 3 2014-05-28 "" "Linux Programmer's Manual"
.TH KEY_SETSECRET 3 2015-07-23 "" "Linux Programmer's Manual"
.SH NAME
key_decryptsession, key_encryptsession, key_setsecret, key_gendes,
key_secretkey_is_set \- interfaces to rpc keyserver daemon

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH MALLOC_GET_STATE 3 2014-06-13 "GNU" "Linux Programmer's Manual"
.TH MALLOC_GET_STATE 3 2015-07-23 "GNU" "Linux Programmer's Manual"
.SH NAME
malloc_get_state, malloc_set_state \- record and restore state of malloc implementation
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH MALLOC_INFO 3 2015-01-22 "GNU" "Linux Programmer's Manual"
.TH MALLOC_INFO 3 2015-07-23 "GNU" "Linux Programmer's Manual"
.SH NAME
malloc_info \- export malloc state to a stream
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH MALLOC_STATS 3 2012-05-06 "Linux" "Linux Programmer's Manual"
.TH MALLOC_STATS 3 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
malloc_stats \- print memory allocation statistics
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH MALLOC_TRIM 3 2014-05-28 "Linux" "Linux Programmer's Manual"
.TH MALLOC_TRIM 3 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
malloc_trim \- release free memory from the top of the heap
.SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
.\" 386BSD man pages
.\" Modified Sun Jul 25 10:41:09 1993 by Rik Faith (faith@cs.unc.edu)
.TH MEMCPY 3 2015-03-02 "" "Linux Programmer's Manual"
.TH MEMCPY 3 2015-07-23 "" "Linux Programmer's Manual"
.SH NAME
memcpy \- copy memory area
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH MQ_NOTIFY 3 2015-04-19 "Linux" "Linux Programmer's Manual"
.TH MQ_NOTIFY 3 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_notify \- register for notification when a message is available
.SH SYNOPSIS

View File

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

View File

@ -28,7 +28,7 @@
.\" (msmith@falcon.mercer.peachnet.edu) and various other changes.
.\" Modified 1996-05-16 by Martin Schulze (joey@infodrom.north.de)
.\"
.TH PERROR 3 2015-04-19 "" "Linux Programmer's Manual"
.TH PERROR 3 2015-07-23 "" "Linux Programmer's Manual"
.SH NAME
perror \- print a system error message
.SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\" Modified Fri Jun 23 01:35:19 1995 Andries Brouwer <aeb@cwi.nl>
.\" (prompted by Bas V. de Bakker <bas@phys.uva.nl>)
.\" Corrected (and moved to man3), 980612, aeb
.TH PROFIL 3 2014-07-08 "Linux" "Linux Programmer's Manual"
.TH PROFIL 3 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
profil \- execution time profile
.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:45:17 1993 by Rik Faith (faith@cs.unc.edu)
.TH PSIGNAL 3 2010-10-06 "GNU" "Linux Programmer's Manual"
.TH PSIGNAL 3 2015-07-23 "GNU" "Linux Programmer's Manual"
.SH NAME
psignal, psiginfo \- print signal message
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH PTHREAD_ATTR_INIT 3 2008-11-11 "Linux" "Linux Programmer's Manual"
.TH PTHREAD_ATTR_INIT 3 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_attr_init, pthread_attr_destroy \- initialize and destroy
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_SETAFFINITY_NP 3 2014-05-28 "Linux" "Linux Programmer's Manual"
.TH PTHREAD_ATTR_SETAFFINITY_NP 3 2015-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_attr_setaffinity_np, pthread_attr_getaffinity_np \- set/get
CPU affinity attribute in thread attributes object

Some files were not shown because too many files have changed in this diff Show More