From 4784c377b48b085e93c38e472fca69d17760cb53 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 12 Mar 2013 12:35:04 +0100 Subject: [PATCH] ldd.1, arch_prctl.2, faccessat.2, fchmodat.2, fchownat.2, flock.2, futimesat.2, getcpu.2, getdents.2, getitimer.2, getpid.2, getresuid.2, getunwind.2, kexec_load.2, mkdirat.2, mknodat.2, openat.2, outb.2, perfmonctl.2, readlinkat.2, renameat.2, symlinkat.2, timer_delete.2, timer_getoverrun.2, timer_settime.2, unlinkat.2: srcfix Signed-off-by: Michael Kerrisk --- man1/ldd.1 | 1 + man2/arch_prctl.2 | 1 + man2/faccessat.2 | 1 - man2/fchmodat.2 | 1 - man2/fchownat.2 | 1 - man2/flock.2 | 1 + man2/futimesat.2 | 1 - man2/getcpu.2 | 1 + man2/getdents.2 | 1 + man2/getitimer.2 | 1 + man2/getpid.2 | 1 + man2/getresuid.2 | 1 + man2/getunwind.2 | 1 - man2/kexec_load.2 | 1 + man2/mkdirat.2 | 1 - man2/mknodat.2 | 1 - man2/openat.2 | 1 - man2/outb.2 | 1 - man2/perfmonctl.2 | 1 - man2/readlinkat.2 | 1 - man2/renameat.2 | 1 - man2/symlinkat.2 | 1 - man2/timer_delete.2 | 1 + man2/timer_getoverrun.2 | 1 + man2/timer_settime.2 | 1 + man2/unlinkat.2 | 1 - 26 files changed, 12 insertions(+), 14 deletions(-) diff --git a/man1/ldd.1 b/man1/ldd.1 index 402756f55..e6025cf62 100644 --- a/man1/ldd.1 +++ b/man1/ldd.1 @@ -10,6 +10,7 @@ .\" Do not restrict distribution. .\" May be distributed under the GNU General Public License .\" %%%LICENSE_END +.\" .TH LDD 1 2012-07-16 "" "Linux Programmer's Manual" .SH NAME ldd \- print shared library dependencies diff --git a/man2/arch_prctl.2 b/man2/arch_prctl.2 index fced27c1b..e34856376 100644 --- a/man2/arch_prctl.2 +++ b/man2/arch_prctl.2 @@ -21,6 +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 ARCH_PRCTL 2 2007-12-26 "Linux" "Linux Programmer's Manual" .SH NAME arch_prctl \- set architecture-specific thread state diff --git a/man2/faccessat.2 b/man2/faccessat.2 index 21a78117d..ee4ac99fa 100644 --- a/man2/faccessat.2 +++ b/man2/faccessat.2 @@ -22,7 +22,6 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.\" .TH FACCESSAT 2 2012-05-04 "Linux" "Linux Programmer's Manual" .SH NAME faccessat \- check user's permissions of a file relative to a \ diff --git a/man2/fchmodat.2 b/man2/fchmodat.2 index 93e760410..636eae6b4 100644 --- a/man2/fchmodat.2 +++ b/man2/fchmodat.2 @@ -22,7 +22,6 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.\" .TH FCHMODAT 2 2012-05-22 "Linux" "Linux Programmer's Manual" .SH NAME fchmodat \- change permissions of a file relative to a directory \ diff --git a/man2/fchownat.2 b/man2/fchownat.2 index 33ab36bb9..e91ff0b78 100644 --- a/man2/fchownat.2 +++ b/man2/fchownat.2 @@ -22,7 +22,6 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.\" .TH FCHOWNAT 2 2012-05-04 "Linux" "Linux Programmer's Manual" .SH NAME fchownat \- change ownership of a file relative to a directory \ diff --git a/man2/flock.2 b/man2/flock.2 index 6a42c4c2d..e08072502 100644 --- a/man2/flock.2 +++ b/man2/flock.2 @@ -31,6 +31,7 @@ .\" .\" FIXME: Maybe document LOCK_MAND, LOCK_RW, LOCK_READ, LOCK_WRITE .\" which only have effect for SAMBA. +.\" .TH FLOCK 2 2013-02-11 "Linux" "Linux Programmer's Manual" .SH NAME flock \- apply or remove an advisory lock on an open file diff --git a/man2/futimesat.2 b/man2/futimesat.2 index 2017c1e60..e6e0174d7 100644 --- a/man2/futimesat.2 +++ b/man2/futimesat.2 @@ -22,7 +22,6 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.\" .TH FUTIMESAT 2 2012-05-10 "Linux" "Linux Programmer's Manual" .SH NAME futimesat \- change timestamps of a file relative to a \ diff --git a/man2/getcpu.2 b/man2/getcpu.2 index 543231946..b0783d612 100644 --- a/man2/getcpu.2 +++ b/man2/getcpu.2 @@ -8,6 +8,7 @@ .\" %%%LICENSE_END .\" .\" 2008, mtk, various edits +.\" .TH GETCPU 2 2012-07-13 "Linux" "Linux Programmer's Manual" .SH NAME getcpu \- determine CPU and NUMA node on which the calling thread is running diff --git a/man2/getdents.2 b/man2/getdents.2 index 81c086260..59d71ea10 100644 --- a/man2/getdents.2 +++ b/man2/getdents.2 @@ -26,6 +26,7 @@ .\" Modified 22 July 1995 by Michael Chastain : .\" Derived from 'readdir.2'. .\" Modified Tue Oct 22 08:11:14 EDT 1996 by Eric S. Raymond +.\" .TH GETDENTS 2 2012-08-03 "Linux" "Linux Programmer's Manual" .SH NAME getdents \- get directory entries diff --git a/man2/getitimer.2 b/man2/getitimer.2 index f09537640..f1247396f 100644 --- a/man2/getitimer.2 +++ b/man2/getitimer.2 @@ -8,6 +8,7 @@ .\" Modified Tue Oct 22 00:22:35 EDT 1996 by Eric S. Raymond .\" 2005-04-06 mtk, Matthias Lang .\" Noted MAX_SEC_IN_JIFFIES ceiling +.\" .TH GETITIMER 2 2012-10-01 "Linux" "Linux Programmer's Manual" .SH NAME getitimer, setitimer \- get or set value of an interval timer diff --git a/man2/getpid.2 b/man2/getpid.2 index 823b77eaf..1d7afd8b9 100644 --- a/man2/getpid.2 +++ b/man2/getpid.2 @@ -21,6 +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 GETPID 2 2008-09-23 "Linux" "Linux Programmer's Manual" .SH NAME getpid, getppid \- get process identification diff --git a/man2/getresuid.2 b/man2/getresuid.2 index 66ff390e3..9e4c4ca74 100644 --- a/man2/getresuid.2 +++ b/man2/getresuid.2 @@ -24,6 +24,7 @@ .\" %%%LICENSE_END .\" .\" Modified, 2003-05-26, Michael Kerrisk, +.\" .TH GETRESUID 2 2010-11-22 "Linux" "Linux Programmer's Manual" .SH NAME getresuid, getresgid \- get real, effective and saved user/group IDs diff --git a/man2/getunwind.2 b/man2/getunwind.2 index 885edafeb..ba47bdcc3 100644 --- a/man2/getunwind.2 +++ b/man2/getunwind.2 @@ -24,7 +24,6 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.\" .TH GETUNWIND 2 2013-02-13 Linux "Linux Programmer's Manual" .SH NAME getunwind \- copy the unwind data to caller's buffer diff --git a/man2/kexec_load.2 b/man2/kexec_load.2 index 5bc6f68c1..d27bbc797 100644 --- a/man2/kexec_load.2 +++ b/man2/kexec_load.2 @@ -22,6 +22,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 KEXEC_LOAD 2 2012-07-13 "Linux" "Linux Programmer's Manual" .SH NAME kexec_load \- load a new kernel for later execution diff --git a/man2/mkdirat.2 b/man2/mkdirat.2 index 058ed133c..c55241410 100644 --- a/man2/mkdirat.2 +++ b/man2/mkdirat.2 @@ -22,7 +22,6 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.\" .TH MKDIRAT 2 2012-05-04 "Linux" "Linux Programmer's Manual" .SH NAME mkdirat \- create a directory relative to a directory file descriptor diff --git a/man2/mknodat.2 b/man2/mknodat.2 index 2a3e94416..58daf4022 100644 --- a/man2/mknodat.2 +++ b/man2/mknodat.2 @@ -22,7 +22,6 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.\" .TH MKNODAT 2 2012-05-04 "Linux" "Linux Programmer's Manual" .SH NAME mknodat \- create a special or ordinary file relative to a directory diff --git a/man2/openat.2 b/man2/openat.2 index 785c7d86a..2e4fbfb76 100644 --- a/man2/openat.2 +++ b/man2/openat.2 @@ -22,7 +22,6 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.\" .TH OPENAT 2 2012-05-04 "Linux" "Linux Programmer's Manual" .SH NAME openat \- open a file relative to a directory file descriptor diff --git a/man2/outb.2 b/man2/outb.2 index 3299ffb87..d1b0061ae 100644 --- a/man2/outb.2 +++ b/man2/outb.2 @@ -23,7 +23,6 @@ .\" . .\" %%%LICENSE_END .\" -.\" .TH OUTB 2 2012-12-31 "Linux" "Linux Programmer's Manual" .SH NAME outb, outw, outl, outsb, outsw, outsl, diff --git a/man2/perfmonctl.2 b/man2/perfmonctl.2 index 67dc7f633..a8a37b5fa 100644 --- a/man2/perfmonctl.2 +++ b/man2/perfmonctl.2 @@ -24,7 +24,6 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.\" .TH PERFMONCTL 2 2013-02-13 Linux "Linux Programmer's Manual" .SH NAME perfmonctl \- interface to IA-64 performance monitoring unit diff --git a/man2/readlinkat.2 b/man2/readlinkat.2 index 706b7fe7b..9ceb05b06 100644 --- a/man2/readlinkat.2 +++ b/man2/readlinkat.2 @@ -22,7 +22,6 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.\" .TH READLINKAT 2 2012-05-04 "Linux" "Linux Programmer's Manual" .SH NAME readlinkat \- read value of a symbolic link relative to diff --git a/man2/renameat.2 b/man2/renameat.2 index 0eb70487b..432ddfd83 100644 --- a/man2/renameat.2 +++ b/man2/renameat.2 @@ -22,7 +22,6 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.\" .TH RENAMEAT 2 2012-05-04 "Linux" "Linux Programmer's Manual" .SH NAME renameat \- rename a file relative to directory file descriptors diff --git a/man2/symlinkat.2 b/man2/symlinkat.2 index 631987e80..7ce0b1322 100644 --- a/man2/symlinkat.2 +++ b/man2/symlinkat.2 @@ -22,7 +22,6 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.\" .TH SYMLINKAT 2 2012-05-04 "Linux" "Linux Programmer's Manual" .SH NAME symlinkat \- create a symbolic link relative to a directory file descriptor diff --git a/man2/timer_delete.2 b/man2/timer_delete.2 index 1dcb1c5ae..d8af616d8 100644 --- a/man2/timer_delete.2 +++ b/man2/timer_delete.2 @@ -22,6 +22,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 TIMER_DELETE 2 2009-02-20 Linux "Linux Programmer's Manual" .SH NAME timer_delete \- delete a POSIX per-process timer diff --git a/man2/timer_getoverrun.2 b/man2/timer_getoverrun.2 index f1dec7f3c..ad7e9a9fc 100644 --- a/man2/timer_getoverrun.2 +++ b/man2/timer_getoverrun.2 @@ -22,6 +22,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 TIMER_GETOVERRUN 2 2009-02-20 Linux "Linux Programmer's Manual" .SH NAME timer_getoverrun \- get overrun count for a POSIX per-process timer diff --git a/man2/timer_settime.2 b/man2/timer_settime.2 index 0c4b44fd9..889745c6c 100644 --- a/man2/timer_settime.2 +++ b/man2/timer_settime.2 @@ -22,6 +22,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 TIMER_SETTIME 2 2012-10-15 Linux "Linux Programmer's Manual" .SH NAME timer_settime, timer_gettime \- arm/disarm and fetch diff --git a/man2/unlinkat.2 b/man2/unlinkat.2 index 2ae5d81d8..bf04840c5 100644 --- a/man2/unlinkat.2 +++ b/man2/unlinkat.2 @@ -22,7 +22,6 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.\" .TH UNLINKAT 2 2012-05-04 "Linux" "Linux Programmer's Manual" .SH NAME unlinkat \- remove a directory entry relative to a directory file descriptor