mremap.2, open.2, perf_event_open.2, prctl.2, ptrace.2, reboot.2, seccomp.2, signalfd.2, syscalls.2, __ppc_set_ppr_med.3, daemon.3, dirfd.3, fgetgrent.3, fgetpwent.3, getauxval.3, getspnam.3, mallinfo.3, mallopt.3, posix_fallocate.3, termios.3, tty_ioctl.4, core.5, nsswitch.conf.5, proc.5, aio.7, capabilities.7, path_resolution.7, pipe.7, rtld-audit.7, signal.7, tcp.7: tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-12-05 10:43:33 +01:00
parent f48a3390eb
commit 6f3c74a8b9
31 changed files with 31 additions and 31 deletions

View File

@ -27,7 +27,7 @@
.\" Update for Linux 1.3.87 and later
.\" 2005-10-11 mtk: Added NOTES for MREMAP_FIXED; revised EINVAL text.
.\"
.TH MREMAP 2 2010-06-10 "Linux" "Linux Programmer's Manual"
.TH MREMAP 2 2015-12-05 "Linux" "Linux Programmer's Manual"
.SH NAME
mremap \- remap a virtual memory address
.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 2015-05-07 "Linux" "Linux Programmer's Manual"
.TH OPEN 2 2015-12-05 "Linux" "Linux Programmer's Manual"
.SH NAME
open, openat, creat \- open and possibly create a file
.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-07-23 "Linux" "Linux Programmer's Manual"
.TH PERF_EVENT_OPEN 2 2015-12-05 "Linux" "Linux Programmer's Manual"
.SH NAME
perf_event_open \- set up performance monitoring
.SH SYNOPSIS

View File

@ -51,7 +51,7 @@
.\" 2014-11-10 Dave Hansen, document PR_MPX_{EN,DIS}ABLE_MANAGEMENT
.\"
.\"
.TH PRCTL 2 2015-05-07 "Linux" "Linux Programmer's Manual"
.TH PRCTL 2 2015-12-05 "Linux" "Linux Programmer's Manual"
.SH NAME
prctl \- operations on a process
.SH SYNOPSIS

View File

@ -58,7 +58,7 @@
.\" PTRACE_SINGLEBLOCK Various architectures
.\" and others that can be found in the arch/*/include/uapi/asm/ptrace files
.\"
.TH PTRACE 2 2015-07-23 "Linux" "Linux Programmer's Manual"
.TH PTRACE 2 2015-12-05 "Linux" "Linux Programmer's Manual"
.SH NAME
ptrace \- process trace
.SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com>
.\" Added notes on capability requirements
.\"
.TH REBOOT 2 2015-02-01 "Linux" "Linux Programmer's Manual"
.TH REBOOT 2 2015-12-05 "Linux" "Linux Programmer's Manual"
.SH NAME
reboot \- reboot or enable/disable Ctrl-Alt-Del
.SH SYNOPSIS

View File

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

View File

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

View File

@ -28,7 +28,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH SYSCALLS 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.TH SYSCALLS 2 2015-12-05 "Linux" "Linux Programmer's Manual"
.SH NAME
syscalls \- Linux system calls
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH __PPC_SET_PPR_MED 3 2015-08-05 "GNU C Library" "Linux\
.TH __PPC_SET_PPR_MED 3 2015-12-05 "GNU C Library" "Linux\
Programmer's Manual"
.SH NAME
__ppc_set_ppr_med, __ppc_set_ppr_very_low, __ppc_set_ppr_low, __ppc_set_ppr_med_low, __ppc_set_ppr_med_high \-

View File

@ -33,7 +33,7 @@
.\"
.\" @(#)daemon.3 8.1 (Berkeley) 6/9/93
.\" Added mentioning of glibc weirdness wrt unistd.h. 5/11/98, Al Viro
.TH DAEMON 3 2015-03-02 "GNU" "Linux Programmer's Manual"
.TH DAEMON 3 2015-12-05 "GNU" "Linux Programmer's Manual"
.SH NAME
daemon \- run in the background
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH DIRFD 3 2015-03-02 "Linux" "Linux Programmer's Manual"
.TH DIRFD 3 2015-12-05 "Linux" "Linux Programmer's Manual"
.SH NAME
dirfd \- get directory stream file descriptor
.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 19:38:44 1993 by Rik Faith (faith@cs.unc.edu)
.TH FGETGRENT 3 2014-08-19 "GNU" "Linux Programmer's Manual"
.TH FGETGRENT 3 2015-12-05 "GNU" "Linux Programmer's Manual"
.SH NAME
fgetgrent \- get group file entry
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified Sat Jul 24 19:37:37 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified Mon May 27 22:40:48 1996 by Martin Schulze (joey@linux.de)
.\"
.TH FGETPWENT 3 2013-04-19 "GNU" "Linux Programmer's Manual"
.TH FGETPWENT 3 2015-12-05 "GNU" "Linux Programmer's Manual"
.SH NAME
fgetpwent \- get password file entry
.SH SYNOPSIS

View File

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

View File

@ -5,7 +5,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH GETSPNAM 3 2015-01-22 "GNU" "Linux Programmer's Manual"
.TH GETSPNAM 3 2015-12-05 "GNU" "Linux Programmer's Manual"
.SH NAME
getspnam, getspnam_r, getspent, getspent_r, setspent, endspent,
fgetspent, fgetspent_r, sgetspent, sgetspent_r, putspent,

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH MALLINFO 3 2012-05-06 "Linux" "Linux Programmer's Manual"
.TH MALLINFO 3 2015-12-05 "Linux" "Linux Programmer's Manual"
.SH NAME
mallinfo \- obtain memory allocation information
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH MALLOPT 3 2014-07-08 "Linux" "Linux Programmer's Manual"
.TH MALLOPT 3 2015-12-05 "Linux" "Linux Programmer's Manual"
.SH NAME
mallopt \- set memory allocation parameters
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH POSIX_FALLOCATE 3 2015-03-02 "GNU" "Linux Programmer's Manual"
.TH POSIX_FALLOCATE 3 2015-12-05 "GNU" "Linux Programmer's Manual"
.SH NAME
posix_fallocate \- allocate file space
.SH SYNOPSIS

View File

@ -37,7 +37,7 @@
.\" Enhanced the discussion of "raw" mode for cfmakeraw().
.\" Document CMSPAR.
.\"
.TH TERMIOS 3 2015-03-02 "Linux" "Linux Programmer's Manual"
.TH TERMIOS 3 2015-12-05 "Linux" "Linux Programmer's Manual"
.SH NAME
termios, tcgetattr, tcsetattr, tcsendbreak, tcdrain, tcflush, tcflow,
cfmakeraw, cfgetospeed, cfgetispeed, cfsetispeed, cfsetospeed, cfsetspeed \-

View File

@ -5,7 +5,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH TTY_IOCTL 4 2015-05-07 "Linux" "Linux Programmer's Manual"
.TH TTY_IOCTL 4 2015-12-05 "Linux" "Linux Programmer's Manual"
.SH NAME
tty_ioctl \- ioctls for terminals and serial lines
.SH SYNOPSIS

View File

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

View File

@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
.TH NSSWITCH.CONF 5 2013-02-12 "Linux" "Linux Programmer's Manual"
.TH NSSWITCH.CONF 5 2015-12-05 "Linux" "Linux Programmer's Manual"
.SH NAME
nsswitch.conf \- Name Service Switch configuration file
.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-05-07 "Linux" "Linux Programmer's Manual"
.TH PROC 5 2015-12-05 "Linux" "Linux Programmer's Manual"
.SH NAME
proc \- process information pseudo-filesystem
.SH DESCRIPTION

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH AIO 7 2015-05-07 "Linux" "Linux Programmer's Manual"
.TH AIO 7 2015-12-05 "Linux" "Linux Programmer's Manual"
.SH NAME
aio \- POSIX asynchronous I/O overview
.SH DESCRIPTION

View File

@ -45,7 +45,7 @@
.\" other capabilities where the permitted or inheritable bit is set.
.\" 2011-09-07, mtk/Serge hallyn: Add CAP_SYSLOG
.\"
.TH CAPABILITIES 7 2015-05-07 "Linux" "Linux Programmer's Manual"
.TH CAPABILITIES 7 2015-12-05 "Linux" "Linux Programmer's Manual"
.SH NAME
capabilities \- overview of Linux capabilities
.SH DESCRIPTION

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH PATH_RESOLUTION 7 2009-12-05 "Linux" "Linux Programmer's Manual"
.TH PATH_RESOLUTION 7 2015-12-05 "Linux" "Linux Programmer's Manual"
.SH NAME
path_resolution \- how a pathname is resolved to a file
.SH DESCRIPTION

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH PIPE 7 2014-07-08 "Linux" "Linux Programmer's Manual"
.TH PIPE 7 2015-12-05 "Linux" "Linux Programmer's Manual"
.SH NAME
pipe \- overview of pipes and FIFOs
.SH DESCRIPTION

View File

@ -25,7 +25,7 @@
.\"
.\" 2009-01-12, mtk, Created
.\"
.TH RTLD-AUDIT 7 2015-07-23 "Linux" "Linux Programmer's Manual"
.TH RTLD-AUDIT 7 2015-12-05 "Linux" "Linux Programmer's Manual"
.SH NAME
rtld-audit \- auditing API for the dynamic linker
.SH SYNOPSIS

View File

@ -43,7 +43,7 @@
.\" Added section on stop/cont signals interrupting syscalls.
.\" 2008-10-05, mtk: various additions
.\"
.TH SIGNAL 7 2015-05-07 "Linux" "Linux Programmer's Manual"
.TH SIGNAL 7 2015-12-05 "Linux" "Linux Programmer's Manual"
.SH NAME
signal \- overview of signals
.SH DESCRIPTION

View File

@ -76,7 +76,7 @@
.\" commit c9bee3b7fdecb0c1d070c7b54113b3bdfb9a3d36
.\" Author: Eric Dumazet <edumazet@google.com>
.\"
.TH TCP 7 2015-03-29 "Linux" "Linux Programmer's Manual"
.TH TCP 7 2015-12-05 "Linux" "Linux Programmer's Manual"
.SH NAME
tcp \- TCP protocol
.SH SYNOPSIS