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 <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-03-12 12:35:04 +01:00
parent 6a717e5e3f
commit 4784c377b4
26 changed files with 12 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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

View File

@ -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 \

View File

@ -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

View File

@ -26,6 +26,7 @@
.\" Modified 22 July 1995 by Michael Chastain <mec@duracef.shout.net>:
.\" Derived from 'readdir.2'.
.\" Modified Tue Oct 22 08:11:14 EDT 1996 by Eric S. Raymond <esr@thyrsus.com>
.\"
.TH GETDENTS 2 2012-08-03 "Linux" "Linux Programmer's Manual"
.SH NAME
getdents \- get directory entries

View File

@ -8,6 +8,7 @@
.\" Modified Tue Oct 22 00:22:35 EDT 1996 by Eric S. Raymond <esr@thyrsus.com>
.\" 2005-04-06 mtk, Matthias Lang <matthias@corelatus.se>
.\" 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

View File

@ -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

View File

@ -24,6 +24,7 @@
.\" %%%LICENSE_END
.\"
.\" Modified, 2003-05-26, Michael Kerrisk, <mtk.manpages@gmail.com>
.\"
.TH GETRESUID 2 2010-11-22 "Linux" "Linux Programmer's Manual"
.SH NAME
getresuid, getresgid \- get real, effective and saved user/group IDs

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -23,7 +23,6 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
.\"
.TH OUTB 2 2012-12-31 "Linux" "Linux Programmer's Manual"
.SH NAME
outb, outw, outl, outsb, outsw, outsl,

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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