time.1, access.2, arch_prctl.2, cacheflush.2, capget.2, clone.2, execve.2, fcntl.2, fork.2, getpid.2, getxattr.2, ioctl.2, ioctl_fat.2, killpg.2, listxattr.2, madvise.2, migrate_pages.2, modify_ldt.2, mprotect.2, msgget.2, msgop.2, perf_event_open.2, ptrace.2, sched_setattr.2, semget.2, semop.2, sendfile.2, set_thread_area.2, setxattr.2, stat.2, statfs.2, wait.2, wait4.2, encrypt.3, mktemp.3, pthread_attr_setschedparam.3, resolver.3, statvfs.3, syslog.3, tzset.3, core.5, host.conf.5, intro.5, proc.5, resolv.conf.5, pthreads.7, socket.7, unix.7, ld.so.8, ldconfig.8: tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-02-21 09:26:52 +01:00
parent 2df3244f32
commit 6d322d5fc7
50 changed files with 50 additions and 50 deletions

View File

@ -6,7 +6,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH TIME 1 2008-11-14 "" "Linux User's Manual"
.TH TIME 1 2015-02-21 "" "Linux User's Manual"
.SH NAME
time \- time a simple command or give resource usage
.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 2014-08-19 "Linux" "Linux Programmer's Manual"
.TH ACCESS 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
access, faccessat \- check user's permissions for a file
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH ARCH_PRCTL 2 2007-12-26 "Linux" "Linux Programmer's Manual"
.TH ARCH_PRCTL 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
arch_prctl \- set architecture-specific thread state
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
.TH CACHEFLUSH 2 2007-05-26 "Linux" "Linux Programmer's Manual"
.TH CACHEFLUSH 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
cacheflush \- flush contents of instruction and/or data cache
.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 2013-03-11 "Linux" "Linux Programmer's Manual"
.TH CAPGET 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
capget, capset \- set/get capabilities of thread(s)
.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 2014-09-21 "Linux" "Linux Programmer's Manual"
.TH CLONE 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
clone, __clone2 \- create a child process
.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 2015-01-22 "Linux" "Linux Programmer's Manual"
.TH EXECVE 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
execve \- execute program
.SH SYNOPSIS

View File

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

View File

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

View File

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

View File

@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
.TH GETXATTR 2 2014-04-06 "Linux" "Linux Programmer's Manual"
.TH GETXATTR 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
getxattr, lgetxattr, fgetxattr \- retrieve an extended attribute value
.SH SYNOPSIS

View File

@ -38,7 +38,7 @@
.\" Modified 1999-06-25 by Rachael Munns <vashti@dream.org.uk>
.\" Modified 2000-09-21 by Andries Brouwer <aeb@cwi.nl>
.\"
.TH IOCTL 2 2014-12-31 "Linux" "Linux Programmer's Manual"
.TH IOCTL 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
ioctl \- control device
.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.
.\" %%%LICENSE_END
.TH IOCTl-FAT 2 2015-01-23 "Linux" "Linux Programmer's Manual"
.TH IOCTl-FAT 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH "NAME"
ioctl_fat \- manipulating the FAT filesystem
.SH SYNOPSIS

View File

@ -39,7 +39,7 @@
.\" Added notes on CAP_KILL
.\" Modified 2004-06-21 by aeb
.\"
.TH KILLPG 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.TH KILLPG 2 2015-02-21 "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 LISTXATTR 2 2014-02-06 "Linux" "Linux Programmer's Manual"
.TH LISTXATTR 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
listxattr, llistxattr, flistxattr \- list extended attribute names
.SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" 2011-09-18, Doug Goldstein <cardoe@cardoe.com>
.\" Document MADV_HUGEPAGE and MADV_NOHUGEPAGE
.\"
.TH MADVISE 2 2014-12-31 "Linux" "Linux Programmer's Manual"
.TH MADVISE 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
madvise \- give advice about use of memory
.SH SYNOPSIS

View File

@ -15,7 +15,7 @@
.\" permission notice identical to this one.
.\" %%%LICENSE_END
.\"
.TH MIGRATE_PAGES 2 2012-08-01 "Linux" "Linux Programmer's Manual"
.TH MIGRATE_PAGES 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
migrate_pages \- move all pages in a process to another set of nodes
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
.TH MODIFY_LDT 2 2012-07-13 "Linux" "Linux Programmer's Manual"
.TH MODIFY_LDT 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
modify_ldt \- get or set a per-process LDT entry
.SH SYNOPSIS

View File

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

View File

@ -32,7 +32,7 @@
.\" Language and formatting clean-ups
.\" Added notes on /proc files
.\"
.TH MSGGET 2 2014-04-30 "Linux" "Linux Programmer's Manual"
.TH MSGGET 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
msgget \- get a System V message queue identifier
.SH SYNOPSIS

View File

@ -38,7 +38,7 @@
.\"
.\" FIXME Add example programs to this page.
.\"
.TH MSGOP 2 2014-08-19 "Linux" "Linux Programmer's Manual"
.TH MSGOP 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
msgrcv, msgsnd \- System V message queue operations
.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-01-10 "Linux" "Linux Programmer's Manual"
.TH PERF_EVENT_OPEN 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
perf_event_open \- set up performance monitoring
.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-01-22 "Linux" "Linux Programmer's Manual"
.TH PTRACE 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
ptrace \- process trace
.SH SYNOPSIS

View File

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

View File

@ -33,7 +33,7 @@
.\" Rewrote BUGS note about semget()'s failure to initialize
.\" semaphore values
.\"
.TH SEMGET 2 2014-05-21 "Linux" "Linux Programmer's Manual"
.TH SEMGET 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
semget \- get a System V semaphore set identifier
.SH SYNOPSIS

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 2014-12-31 "Linux" "Linux Programmer's Manual"
.TH SEMOP 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
semop, semtimedop \- System V semaphore operations
.SH SYNOPSIS

View File

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

View File

@ -6,7 +6,7 @@
.\" This file is distributed according to the GNU General Public License.
.\" %%%LICENSE_END
.\"
.TH SET_THREAD_AREA 2 2015-01-29 "Linux" "Linux Programmer's Manual"
.TH SET_THREAD_AREA 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
set_thread_area \- set a GDT entry for thread-local storage
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
.TH SETXATTR 2 2014-02-06 "Linux" "Linux Programmer's Manual"
.TH SETXATTR 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
setxattr, lsetxattr, fsetxattr \- set an extended attribute value
.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-08-19 "Linux" "Linux Programmer's Manual"
.TH STAT 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
stat, fstat, lstat, fstatat \- get file status
.SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\" Modified 2003-08-17 by Walter Harms
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.TH STATFS 2 2014-06-13 "Linux" "Linux Programmer's Manual"
.TH STATFS 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
statfs, fstatfs \- get filesystem statistics
.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 2014-08-19 "Linux" "Linux Programmer's Manual"
.TH WAIT 2 2015-02-21 "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 2012-09-23 "Linux" "Linux Programmer's Manual"
.TH WAIT4 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
wait3, wait4 \- wait for process to change state, BSD style
.SH SYNOPSIS

View File

@ -27,7 +27,7 @@
.\"
.\" Modified 2003-04-04, aeb
.\"
.TH ENCRYPT 3 2013-07-22 "" "Linux Programmer's Manual"
.TH ENCRYPT 3 2015-02-21 "" "Linux Programmer's Manual"
.SH NAME
encrypt, setkey, encrypt_r, setkey_r \- encrypt 64-bit messages
.SH SYNOPSIS

View File

@ -31,7 +31,7 @@
.\" (prompted by Scott Burkett <scottb@IntNet.net>)
.\" Modified Sun Mar 28 23:44:38 1999 by Andries Brouwer (aeb@cwi.nl)
.\"
.TH MKTEMP 3 2014-08-19 "GNU" "Linux Programmer's Manual"
.TH MKTEMP 3 2015-02-21 "GNU" "Linux Programmer's Manual"
.SH NAME
mktemp \- make a unique temporary filename
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH PTHREAD_ATTR_SETSCHEDPARAM 3 2014-05-21 "Linux" "Linux Programmer's Manual"
.TH PTHREAD_ATTR_SETSCHEDPARAM 3 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_attr_setschedparam, pthread_attr_getschedparam \- set/get
scheduling parameter attributes in thread attributes object

View File

@ -29,7 +29,7 @@
.\" Modified 1993-07-25 by Rik Faith (faith@cs.unc.edu)
.\" Modified 2004-10-31 by aeb
.\"
.TH RESOLVER 3 2014-05-28 "GNU" "Linux Programmer's Manual"
.TH RESOLVER 3 2015-02-21 "GNU" "Linux Programmer's Manual"
.SH NAME
res_init, res_query, res_search, res_querydomain, res_mkquery, res_send,
dn_comp, dn_expand \- resolver routines

View File

@ -27,7 +27,7 @@
.\"
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.TH STATVFS 3 2013-09-26 "Linux" "Linux Programmer's Manual"
.TH STATVFS 3 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
statvfs, fstatvfs \- get filesystem statistics
.SH SYNOPSIS

View File

@ -33,7 +33,7 @@
.\" Modified 13 Dec 2001, Martin Schulze <joey@infodrom.org>
.\" Modified 3 Jan 2002, Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.TH SYSLOG 3 2012-08-17 "Linux" "Linux Programmer's Manual"
.TH SYSLOG 3 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
closelog, openlog, syslog, vsyslog \- send messages to the system logger
.SH SYNOPSIS

View File

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

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH CORE 5 2014-08-19 "Linux" "Linux Programmer's Manual"
.TH CORE 5 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
core \- core dump file
.SH DESCRIPTION

View File

@ -23,7 +23,7 @@
.\" %%%LICENSE_END
.\"
.\" 2003-08-23 Martin Schulze <joey@infodrom.org> Updated according to glibc 2.3.2
.TH HOST.CONF 5 2014-05-17 "Linux" "Linux System Administration"
.TH HOST.CONF 5 2015-02-21 "Linux" "Linux System Administration"
.SH NAME
host.conf \- resolver configuration file
.SH DESCRIPTION

View File

@ -24,7 +24,7 @@
.\"
.\" Modified Sat Jul 24 17:06:52 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified Sun Jan 14 00:34:09 1996 by Andries Brouwer (aeb@cwi.nl)
.TH INTRO 5 2007-10-23 "Linux" "Linux Programmer's Manual"
.TH INTRO 5 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
intro \- introduction to file formats
.SH DESCRIPTION

View File

@ -52,7 +52,7 @@
.\" to see what information could be imported from that file
.\" into this file.
.\"
.TH PROC 5 2015-01-22 "Linux" "Linux Programmer's Manual"
.TH PROC 5 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
proc \- process information pseudo-filesystem
.SH DESCRIPTION

View File

@ -20,7 +20,7 @@
.\"
.\" Added ndots remark by Bernhard R. Link - debian bug #182886
.\"
.TH RESOLV.CONF 5 2014-12-31 "" "Linux Programmer's Manual"
.TH RESOLV.CONF 5 2015-02-21 "" "Linux Programmer's Manual"
.UC 4
.SH NAME
resolv.conf \- resolver configuration file

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH PTHREADS 7 2014-05-21 "Linux" "Linux Programmer's Manual"
.TH PTHREADS 7 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
pthreads \- POSIX threads
.SH DESCRIPTION

View File

@ -52,7 +52,7 @@
.\" SO_BPF_EXTENSIONS (3.14)
.\" commit ea02f9411d9faa3553ed09ce0ec9f00ceae9885e
.\"
.TH SOCKET 7 2014-07-08 Linux "Linux Programmer's Manual"
.TH SOCKET 7 2015-02-21 Linux "Linux Programmer's Manual"
.SH NAME
socket \- Linux socket interface
.SH SYNOPSIS

View File

@ -17,7 +17,7 @@
.\" address that can appear in the sockaddr_un structure: pathname,
.\" unnamed, and abstract.
.\"
.TH UNIX 7 2014-12-31 "Linux" "Linux Programmer's Manual"
.TH UNIX 7 2015-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
unix \- sockets for local interprocess communication
.SH SYNOPSIS

View File

@ -2,7 +2,7 @@
.\" This is in the public domain
.\" %%%LICENSE_END
.\"
.TH LD.SO 8 2014-12-31 "GNU" "Linux Programmer's Manual"
.TH LD.SO 8 2015-02-21 "GNU" "Linux Programmer's Manual"
.SH NAME
ld.so, ld-linux.so* \- dynamic linker/loader
.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 2012-05-10 "GNU" "Linux Programmer's Manual"
.TH LDCONFIG 8 2015-02-21 "GNU" "Linux Programmer's Manual"
.SH NAME
ldconfig \- configure dynamic linker run-time bindings
.SH SYNOPSIS