fork.2, getpriority.2, ioprio_set.2, sched_setparam.2, sched_setscheduler.2, shmop.2, sigaction.2, unimplemented.2, makecontext.3, sysconf.3, resolv.conf.5, cpuset.7, ip.7, svipc.7, termio.7, zdump.8: tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-02-12 03:51:12 +01:00
parent caea78683b
commit 96d1766a79
16 changed files with 16 additions and 16 deletions

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 2012-10-27 "Linux" "Linux Programmer's Manual" .TH FORK 2 2013-02-12 "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

@ -43,7 +43,7 @@
.\" FIXME Oct 2008: Denys Vlasenko is working on a PRIO_THREAD feature that .\" FIXME Oct 2008: Denys Vlasenko is working on a PRIO_THREAD feature that
.\" is likely to get included in mainline; this will need to be documented. .\" is likely to get included in mainline; this will need to be documented.
.\" .\"
.TH GETPRIORITY 2 2008-05-29 "Linux" "Linux Programmer's Manual" .TH GETPRIORITY 2 2013-02-12 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
getpriority, setpriority \- get/set program scheduling priority getpriority, setpriority \- get/set program scheduling priority
.SH SYNOPSIS .SH SYNOPSIS

View File

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

View File

@ -28,7 +28,7 @@
.\" revision .\" revision
.\" Modified 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" .\"
.TH SCHED_SETPARAM 2 2006-03-23 "Linux" "Linux Programmer's Manual" .TH SCHED_SETPARAM 2 2013-02-12 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
sched_setparam, sched_getparam \- set and get scheduling parameters sched_setparam, sched_getparam \- set and get scheduling parameters
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -44,7 +44,7 @@
.\" .\"
.\" Worth looking at: http://rt.wiki.kernel.org/index.php .\" Worth looking at: http://rt.wiki.kernel.org/index.php
.\" .\"
.TH SCHED_SETSCHEDULER 2 2012-08-05 "Linux" "Linux Programmer's Manual" .TH SCHED_SETSCHEDULER 2 2013-02-12 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
sched_setscheduler, sched_getscheduler \- sched_setscheduler, sched_getscheduler \-
set and get scheduling policy/parameters set and get scheduling policy/parameters

View File

@ -36,7 +36,7 @@
.\" .\"
.\" FIXME . Add an example program to this page. .\" FIXME . Add an example program to this page.
.\" FIXME Linux 2.6.9 added SHM_EXEC, which should be documented .\" FIXME Linux 2.6.9 added SHM_EXEC, which should be documented
.TH SHMOP 2 2008-06-03 "Linux" "Linux Programmer's Manual" .TH SHMOP 2 2013-02-12 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
shmat, shmdt \- shared memory operations shmat, shmdt \- shared memory operations
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -42,7 +42,7 @@
.\" 2010-06-11 Andi Kleen, add hwpoison signal extensions .\" 2010-06-11 Andi Kleen, add hwpoison signal extensions
.\" 2010-06-11 mtk, improvements to discussion of various siginfo_t fields. .\" 2010-06-11 mtk, improvements to discussion of various siginfo_t fields.
.\" .\"
.TH SIGACTION 2 2013-01-22 "Linux" "Linux Programmer's Manual" .TH SIGACTION 2 2013-02-12 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
sigaction \- examine and change a signal action sigaction \- examine and change a signal action
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" .\"
.\" Updated, aeb, 980612 .\" Updated, aeb, 980612
.\" .\"
.TH UNIMPLEMENTED 2 2007-07-05 "Linux" "Linux Programmer's Manual" .TH UNIMPLEMENTED 2 2013-02-12 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
afs_syscall, break, ftime, getpmsg, gtty, lock, madvise1, mpx, prof, profil, afs_syscall, break, ftime, getpmsg, gtty, lock, madvise1, mpx, prof, profil,
putpmsg, security, stty, tuxcall, ulimit, vserver \- unimplemented system calls putpmsg, security, stty, tuxcall, ulimit, vserver \- unimplemented system calls

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.
.\" 2006-08-02, mtk, Added example program .\" 2006-08-02, mtk, Added example program
.\" .\"
.TH MAKECONTEXT 3 2009-03-31 "GNU" "Linux Programmer's Manual" .TH MAKECONTEXT 3 2013-02-12 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
makecontext, swapcontext \- manipulate user context makecontext, swapcontext \- manipulate user context
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" License. .\" License.
.\" Modified Sat Jul 24 17:51:42 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sat Jul 24 17:51:42 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified Tue Aug 17 11:42:20 1999 by Ariel Scolnicov (ariels@compugen.co.il) .\" Modified Tue Aug 17 11:42:20 1999 by Ariel Scolnicov (ariels@compugen.co.il)
.TH SYSCONF 3 2012-04-15 "GNU" "Linux Programmer's Manual" .TH SYSCONF 3 2013-02-12 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
sysconf \- get configuration information at run time sysconf \- get configuration information at run time
.SH SYNOPSIS .SH SYNOPSIS

View File

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

View File

@ -21,7 +21,7 @@
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, .\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
.\" MA 02111, USA. .\" MA 02111, USA.
.\" .\"
.TH CPUSET 7 2008-11-12 "Linux" "Linux Programmer's Manual" .TH CPUSET 7 2013-02-12 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
cpuset \- confine processes to processor and memory node subsets cpuset \- confine processes to processor and memory node subsets
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -33,7 +33,7 @@
.\" commit 76e21053b5bf33a07c76f99d27a74238310e3c71 .\" commit 76e21053b5bf33a07c76f99d27a74238310e3c71
.\" Author: Erich E. Hoover <ehoover@mines.edu> .\" Author: Erich E. Hoover <ehoover@mines.edu>
.\" .\"
.TH IP 7 2011-09-22 "Linux" "Linux Programmer's Manual" .TH IP 7 2013-02-12 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
ip \- Linux IPv4 protocol implementation ip \- Linux IPv4 protocol implementation
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" .\"
.\" FIXME There is now duplication of some of the information .\" FIXME There is now duplication of some of the information
.\" below in semctl.2, msgctl.2, and shmctl.2 -- MTK, Nov 04 .\" below in semctl.2, msgctl.2, and shmctl.2 -- MTK, Nov 04
.TH SVIPC 7 2012-05-31 "Linux" "Linux Programmer's Manual" .TH SVIPC 7 2013-02-12 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
svipc \- System V interprocess communication mechanisms svipc \- System V interprocess communication mechanisms
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" .\"
.\" 28 Dec 2006 - Initial Creation .\" 28 Dec 2006 - Initial Creation
.\" .\"
.TH TERMIO 7 2006-12-28 "Linux" "Linux Programmer's Manual" .TH TERMIO 7 2013-02-12 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
termio \- System V terminal driver interface termio \- System V terminal driver interface
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -1,6 +1,6 @@
.\" This page is in the public domain .\" This page is in the public domain
.\" .\"
.TH ZDUMP 8 2007-05-18 "" "Linux System Administration" .TH ZDUMP 8 2013-02-12 "" "Linux System Administration"
.SH NAME .SH NAME
zdump \- timezone dumper zdump \- timezone dumper
.SH SYNOPSIS .SH SYNOPSIS