clone.2, fallocate.2, ioctl_iflags.2, ioctl_list.2, pidfd_open.2, pivot_root.2, quotactl.2, seccomp.2, select.2, wait.2, proc.5, cgroups.7, netdevice.7, uts_namespaces.7: tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-11-19 15:25:14 +01:00
parent 15826ab929
commit a5409de92c
14 changed files with 14 additions and 14 deletions

View File

@ -39,7 +39,7 @@
.\" 2008-11-19, mtk, document CLONE_NEWIPC .\" 2008-11-19, mtk, document CLONE_NEWIPC
.\" 2008-11-19, Jens Axboe, mtk, document CLONE_IO .\" 2008-11-19, Jens Axboe, mtk, document CLONE_IO
.\" .\"
.TH CLONE 2 2019-08-02 "Linux" "Linux Programmer's Manual" .TH CLONE 2 2019-11-19 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
clone, __clone2, clone3 \- create a child process clone, __clone2, clone3 \- create a child process
.SH SYNOPSIS .SH SYNOPSIS

View File

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

View File

@ -23,7 +23,7 @@
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.\" .\"
.TH IOCTL_IFLAGS 2 2017-09-15 "Linux" "Linux Programmer's Manual" .TH IOCTL_IFLAGS 2 2019-11-19 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
ioctl_iflags \- ioctl() operations for inode flags ioctl_iflags \- ioctl() operations for inode flags
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -28,7 +28,7 @@
.\" <mtk.manpages@gmail.com>: .\" <mtk.manpages@gmail.com>:
.\" Various formatting improvements .\" Various formatting improvements
.\" .\"
.TH IOCTL_LIST 2 2017-09-15 "Linux" "Linux Programmer's Manual" .TH IOCTL_LIST 2 2019-11-19 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
ioctl_list \- list of ioctl calls in Linux/i386 kernel ioctl_list \- list of ioctl calls in Linux/i386 kernel
.SH DESCRIPTION .SH DESCRIPTION

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 PIDFD_OPEN 2 2019-09-19 "Linux" "Linux Programmer's Manual" .TH PIDFD_OPEN 2 2019-11-19 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
pidfd_open \- obtain a file descriptor that refers to a process pidfd_open \- obtain a file descriptor that refers to a process
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -24,7 +24,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 PIVOT_ROOT 2 2019-08-02 "Linux" "Linux Programmer's Manual" .TH PIVOT_ROOT 2 2019-11-19 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
pivot_root \- change the root mount pivot_root \- change the root mount
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -24,7 +24,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 QUOTACTL 2 2017-09-15 "Linux" "Linux Programmer's Manual" .TH QUOTACTL 2 2019-11-19 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
quotactl \- manipulate disk quotas quotactl \- manipulate disk quotas
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -25,7 +25,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 SECCOMP 2 2019-03-06 "Linux" "Linux Programmer's Manual" .TH SECCOMP 2 2019-11-19 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
seccomp \- operate on Secure Computing state of the process seccomp \- operate on Secure Computing state of the process
.SH SYNOPSIS .SH SYNOPSIS

View File

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

View File

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

View File

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

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 CGROUPS 7 2019-03-06 "Linux" "Linux Programmer's Manual" .TH CGROUPS 7 2019-11-19 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
cgroups \- Linux control groups cgroups \- Linux control groups
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -15,7 +15,7 @@
.\" Modified, 2011-11-02, <bidulock@openss7.org>, added many basic .\" Modified, 2011-11-02, <bidulock@openss7.org>, added many basic
.\" but missing ioctls, such as SIOCGIFADDR. .\" but missing ioctls, such as SIOCGIFADDR.
.\" .\"
.TH NETDEVICE 7 2017-09-15 "Linux" "Linux Programmer's Manual" .TH NETDEVICE 7 2019-11-19 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
netdevice \- low-level access to Linux network devices netdevice \- low-level access to Linux network devices
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.\" .\"
.TH UTS_NAMESPACES 7 2019-08-02 "Linux" "Linux Programmer's Manual" .TH UTS_NAMESPACES 7 2019-11-19 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
namespaces \- overview of Linux UTS namespaces namespaces \- overview of Linux UTS namespaces
.SH DESCRIPTION .SH DESCRIPTION