Removed version number from .TH line

This commit is contained in:
Michael Kerrisk 2007-05-30 05:36:26 +00:00
parent 9890bfb7e0
commit d9343c5c13
214 changed files with 216 additions and 215 deletions

View File

@ -35,7 +35,7 @@
.\" Modified 2002-04-23 by Roger Luethi <rl@hellgate.ch>
.\" Modified 2004-06-17 by Michael Kerrisk <mtk-manpages@gmx.net>
.\"
.TH ACCEPT 2 2004-06-17 "Linux 2.6.7" "Linux Programmer's Manual"
.TH ACCEPT 2 2004-06-17 "Linux" "Linux Programmer's Manual"
.SH NAME
accept \- accept a connection on a socket
.SH SYNOPSIS

View File

@ -29,7 +29,7 @@
.\" Modified 1998-11-04 by Tigran Aivazian <tigran@sco.com>
.\" Modified 2004-05-27, 2004-06-17, 2004-06-23 by Michael Kerrisk
.\"
.TH ACCT 2 2004-06-23 "Linux 2.6.7" "Linux Programmer's Manual"
.TH ACCT 2 2004-06-23 "Linux" "Linux Programmer's Manual"
.SH NAME
acct \- switch process accounting on or off
.SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" Modified 1997-07-30 by Paul Slootman <paul@wurtel.demon.nl>
.\" Modified 2004-05-27 by Michael Kerrisk <mtk-manpages@gmx.net>
.\"
.TH ADJTIMEX 2 2004-05-27 "Linux 2.6.6" "Linux Programmer's Manual"
.TH ADJTIMEX 2 2004-05-27 "Linux" "Linux Programmer's Manual"
.SH NAME
adjtimex \- tune kernel clock
.SH SYNOPSIS

View File

@ -21,7 +21,7 @@
.\"
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.TH ARCH_PRCTL 2 2003-02-02 "Linux 2.4.20" "Linux Programmer's Manual"
.TH ARCH_PRCTL 2 2003-02-02 "Linux" "Linux Programmer's Manual"
.SH NAME
arch_prctl \- set architecture specific thread state
.SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\" Modified 1997-01-31 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified 2004-06-17 by Michael Kerrisk <mtk-manpages@gmx.net>
.\"
.TH BDFLUSH 2 2004-06-17 "Linux 2.6.7" "Linux Programmer's Manual"
.TH BDFLUSH 2 2004-06-17 "Linux" "Linux Programmer's Manual"
.SH NAME
bdflush \- start, flush, or tune buffer-dirty-flush daemon
.SH SYNOPSIS

View File

@ -27,7 +27,7 @@
.\" Modified Wed Jul 21 19:52:58 1993 by Rik Faith <faith@cs.unc.edu>
.\" Modified Sun Aug 21 17:40:38 1994 by Rik Faith <faith@cs.unc.edu>
.\"
.TH BRK 2 2003-11-01 "Linux 2.4" "Linux Programmer's Manual"
.TH BRK 2 2003-11-01 "Linux" "Linux Programmer's Manual"
.SH NAME
brk, sbrk \- change data segment size
.SH SYNOPSIS

View File

@ -6,7 +6,7 @@
.\" Modified 2004-05-27, mtk
.\" Modified 2004-06-21, aeb
.\"
.TH CAPGET 2 2004-06-21 "Linux 2.6.6" "Linux Programmer's Manual"
.TH CAPGET 2 2004-06-21 "Linux" "Linux Programmer's Manual"
.SH NAME
capget, capset \- set/get capabilities
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 1997-08-21 by Joseph S. Myers <jsm28@cam.ac.uk>
.\" Modified 2004-06-23 by Michael Kerrisk <mtk-manpages@gmx.net>
.\"
.TH CHDIR 2 2004-06-23 "Linux 2.6.7" "Linux Programmer's Manual"
.TH CHDIR 2 2004-06-23 "Linux" "Linux Programmer's Manual"
.SH NAME
chdir, fchdir \- change working directory
.SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" <michael@cantor.informatik.rwth-aachen.de>: NFS details
.\" Modified 2004-06-23 by Michael Kerrisk <mtk-manpages@gmx.net>
.\"
.TH CHMOD 2 2004-06-23 "Linux 2.6.7" "Linux Programmer's Manual"
.TH CHMOD 2 2004-06-23 "Linux" "Linux Programmer's Manual"
.SH NAME
chmod, fchmod \- change permissions of a file
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 1997-05-18 by Michael Haardt <michael@cantor.informatik.rwth-aachen.de>
.\" Modified 2004-06-23 by Michael Kerrisk <mtk-manpages@gmx.net>
.\"
.TH CHOWN 2 2004-06-23 "Linux 2.6.7" "Linux Programmer's Manual"
.TH CHOWN 2 2004-06-23 "Linux" "Linux Programmer's Manual"
.SH NAME
chown, fchown, lchown \- change ownership of a file
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 1997-08-21 by Joseph S. Myers <jsm28@cam.ac.uk>
.\" Modified 2004-06-23 by Michael Kerrisk <mtk-manpages@gmx.net>
.\"
.TH CHROOT 2 2004-06-23 "Linux 2.6.7" "Linux Programmer's Manual"
.TH CHROOT 2 2004-06-23 "Linux" "Linux Programmer's Manual"
.SH NAME
chroot \- change root directory
.SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" 2005-05-10, mtk, added CLONE_SYSVSEM, CLONE_UNTRACED, CLONE_STOPPED.
.\" 2005-05-17, mtk, Substantially enhanced discussion of CLONE_THREAD.
.\"
.TH CLONE 2 2007-06-01 "Linux 2.6" "Linux Programmer's Manual"
.TH CLONE 2 2007-06-01 "Linux" "Linux Programmer's Manual"
.SH NAME
clone \- create a child process
.SH SYNOPSIS

View File

@ -62,7 +62,7 @@
.\" Modified 1998, 1999 by Andi Kleen
.\" Modified 2004-06-23 by Michael Kerrisk <mtk-manpages@gmx.net>
.\"
.TH CONNECT 2 2004-06-23 "Linux 2.6.7" "Linux Programmer's Manual"
.TH CONNECT 2 2004-06-23 "Linux" "Linux Programmer's Manual"
.SH NAME
connect \- initiate a connection on a socket
.SH SYNOPSIS

View File

@ -29,7 +29,7 @@
.\" Modified 1997-01-31, Eric S. Raymond <esr@thyrsus.com>
.\" Modified 2002-09-28, aeb
.\"
.TH DUP 2 1994-08-21 "Linux 1.1.46" "Linux Programmer's Manual"
.TH DUP 2 1994-08-21 "Linux" "Linux Programmer's Manual"
.SH NAME
dup, dup2 \- duplicate a file descriptor
.SH SYNOPSIS

View File

@ -21,7 +21,7 @@
.\" Modified 2004-06-17 by Michael Kerrisk <mtk-manpages@gmx.net>
.\" Modified 2005-04-04 by Marko Kohtala <marko.kohtala@gmail.com>
.\"
.TH EPOLL_CREATE 2 2004-06-17 "Linux 2.6.7" "Linux Programmer's Manual"
.TH EPOLL_CREATE 2 2004-06-17 "Linux" "Linux Programmer's Manual"
.SH NAME
epoll_create \- open an epoll file descriptor
.SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" 2006-09-04 Michael Kerrisk <mtk-manpages@gmx.net>
.\" Added list of process attributes that are not preserved on exec().
.\"
.TH EXECVE 2 2006-09-04 "Linux 2.6.17" "Linux Programmer's Manual"
.TH EXECVE 2 2006-09-04 "Linux" "Linux Programmer's Manual"
.SH NAME
execve \- execute program
.SH SYNOPSIS

View File

@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH EXIT_GROUP 2 2004-10-12 "Linux 2.6" "Linux Programmer's Manual"
.TH EXIT_GROUP 2 2004-10-12 "Linux" "Linux Programmer's Manual"
.SH NAME
exit_group \- exit all threads in a process
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\"
.TH FACCESSAT 2 2007-02-28 "Linux 2.6.16" "Linux Programmer's Manual"
.TH FACCESSAT 2 2007-02-28 "Linux" "Linux Programmer's Manual"
.SH NAME
faccessat \- check user's permissions of a file relative to a \
directory file descriptor

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\"
.TH FCHMODAT 2 2006-05-05 "Linux 2.6.16" "Linux Programmer's Manual"
.TH FCHMODAT 2 2006-05-05 "Linux" "Linux Programmer's Manual"
.SH NAME
fchmodat \- change permissions of a file relative to a directory \
file descriptor

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\"
.TH FCHOWNAT 2 2006-05-05 "Linux 2.6.16" "Linux Programmer's Manual"
.TH FCHOWNAT 2 2006-05-05 "Linux" "Linux Programmer's Manual"
.SH NAME
fchownat \- change ownership of a file relative to a directory \
file descriptor

View File

@ -53,7 +53,7 @@
.\" mtk: Noted F_SETOWN bug for socket file descriptor in Linux 2.4
.\" and earlier. Added text on permissions required to send signal.
.\"
.TH FCNTL 2 2005-05-20 "Linux 2.6.14" "Linux Programmer's Manual"
.TH FCNTL 2 2005-05-20 "Linux" "Linux Programmer's Manual"
.SH NAME
fcntl \- manipulate file descriptor
.SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" 1996-04-12 Andries Brouwer <aeb@cwi.nl>
.\" 1996-04-13 Markus Kuhn <mskuhn@cip.informatik.uni-erlangen.de>
.\"
.TH FDATASYNC 2 1996-04-13 "Linux 1.3.86" "Linux Programmer's Manual"
.TH FDATASYNC 2 1996-04-13 "Linux" "Linux Programmer's Manual"
.SH NAME
fdatasync \- synchronize a file's in-core data with that on disk
.SH SYNOPSIS

View File

@ -36,7 +36,7 @@
.\" Greatly expanded, to describe all attributes that differ
.\" parent and child.
.\"
.TH FORK 2 2006-09-04 "Linux 2.6.17" "Linux Programmer's Manual"
.TH FORK 2 2006-09-04 "Linux" "Linux Programmer's Manual"
.SH NAME
fork \- create a child process
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\"
.TH FSTATAT 2 2006-04-30 "Linux 2.6.16" "Linux Programmer's Manual"
.TH FSTATAT 2 2006-04-30 "Linux" "Linux Programmer's Manual"
.SH NAME
fstatat \- get file status relative to a directory file descriptor
.SH SYNOPSIS

View File

@ -34,7 +34,7 @@
.\" Fix description to describe what it really does; add a few caveats.
.\" 2006-04-28, mtk, substantial rewrite of various parts.
.\"
.TH FSYNC 2 2006-04-28 "Linux 1.3.85" "Linux Programmer's Manual"
.TH FSYNC 2 2006-04-28 "Linux" "Linux Programmer's Manual"
.SH NAME
fsync, fdatasync \- synchronize a file's in-core state with storage device
.SH SYNOPSIS

View File

@ -12,7 +12,7 @@
.\" to be documented in the manual page. Probably there is sufficient
.\" material in the kernel source file Documentation/pi-futex.txt.
.\"
.TH FUTEX 2 2004-10-07 "Linux 2.6.7" "Linux Programmer's Manual"
.TH FUTEX 2 2004-10-07 "Linux" "Linux Programmer's Manual"
.SH NAME
futex \- Fast Userspace Locking system call
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\"
.TH FUTIMESAT 2 2006-05-05 "Linux 2.6.16" "Linux Programmer's Manual"
.TH FUTIMESAT 2 2006-05-05 "Linux" "Linux Programmer's Manual"
.SH NAME
futimesat \- change timestamps of a file relative to a \
directory file descriptor

View File

@ -3,7 +3,7 @@
.\" See the file COPYING in the top level source directory for details.
.\"
.\" Written by Kent Yoder.
.TH GET_THREAD_AREA 2 2003-02-21 "Linux 2.5.32" "Linux Programmer's Manual"
.TH GET_THREAD_AREA 2 2003-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
get_thread_area \- Get a Thread Local Storage (TLS) area
.SH "SYNOPSIS"

View File

@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH GETCONTEXT 2 2001-11-15 "Linux 2.4" "Linux Programmer's Manual"
.TH GETCONTEXT 2 2001-11-15 "Linux" "Linux Programmer's Manual"
.SH NAME
getcontext, setcontext \- get or set the user context
.SH SYNOPSIS

View File

@ -24,7 +24,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 2007-06-01 "Linux 1.3.6" "Linux Programmer's Manual"
.TH GETDENTS 2 2007-06-01 "Linux" "Linux Programmer's Manual"
.SH NAME
getdents \- get directory entries
.SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\" Modified 1997-08-25 by Nicolás Lichtmaier <nick@debian.org>
.\" Modified 2004-06-17 by Michael Kerrisk <mtk-manpages@gmx.net>
.\"
.TH GETDOMAINNAME 2 2004-06-17 "Linux 2.6.7" "Linux Programmer's Manual"
.TH GETDOMAINNAME 2 2004-06-17 "Linux" "Linux Programmer's Manual"
.SH NAME
getdomainname, setdomainname \- get/set domain name
.SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\"
.\" Modified 2002-04-15 by Roger Luethi <rl@hellgate.ch> and aeb
.\"
.TH GETDTABLESIZE 2 2002-04-15 "Linux 2.4" "Linux Programmer's Manual"
.TH GETDTABLESIZE 2 2002-04-15 "Linux" "Linux Programmer's Manual"
.SH NAME
getdtablesize \- get descriptor table size
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH GETGID 2 1993-07-23 "Linux 0.99.11" "Linux Programmer's Manual"
.TH GETGID 2 1993-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
getgid, getegid \- get group identity
.SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" Modified, 27 May 2004, Michael Kerrisk <mtk-manpages@gmx.net>
.\" Added notes on capability requirements
.\"
.TH GETGROUPS 2 2004-05-27 "Linux 2.6.6" "Linux Programmer's Manual"
.TH GETGROUPS 2 2004-05-27 "Linux" "Linux Programmer's Manual"
.SH NAME
getgroups, setgroups \- get/set list of supplementary group IDs
.SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" Portions Copyright 1993 Mitchum DSouza <m.dsouza@mrc-apu.cam.ac.uk>
.\"
.\" Modified Tue Oct 22 00:22:35 EDT 1996 by Eric S. Raymond <esr@thyrsus.com>
.TH GETHOSTID 2 1993-11-29 "Linux 0.99.13" "Linux Programmer's Manual"
.TH GETHOSTID 2 1993-11-29 "Linux" "Linux Programmer's Manual"
.SH NAME
gethostid, sethostid \- get or set the unique identifier of the current host
.SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" Modified 2000-06-04, 2001-12-15 by aeb
.\" Modified 2004-06-17 by mtk
.\"
.TH GETHOSTNAME 2 2004-06-17 "Linux 2.6.7" "Linux Programmer's Manual"
.TH GETHOSTNAME 2 2004-06-17 "Linux" "Linux Programmer's Manual"
.SH NAME
gethostname, sethostname \- get/set host name
.SH SYNOPSIS

View File

@ -4,7 +4,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 2006-04-27 "Linux 2.6.16" "Linux Programmer's Manual"
.TH GETITIMER 2 2006-04-27 "Linux" "Linux Programmer's Manual"
.SH NAME
getitimer, setitimer \- get or set value of an interval timer
.SH SYNOPSIS

View File

@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH GETPAGESIZE 2 2001-12-21 "Linux 2.5.0" "Linux Programmer's Manual"
.TH GETPAGESIZE 2 2001-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
getpagesize \- get memory page size
.SH SYNOPSIS

View File

@ -20,7 +20,7 @@
.\"
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.TH GETPID 2 1993-07-23 "Linux 0.99.11" "Linux Programmer's Manual"
.TH GETPID 2 1993-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
getpid, getppid \- get process identification
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\" Modified, 2003-05-26, Michael Kerrisk, <mtk-manpages@gmx.net>
.TH GETRESUID 2 2003-05-26 "Linux 2.4" "Linux Programmer's Manual"
.TH GETRESUID 2 2003-05-26 "Linux" "Linux Programmer's Manual"
.SH NAME
getresuid, getresgid \- get real, effective and saved user or group ID
.SH SYNOPSIS

View File

@ -59,7 +59,7 @@
.\" 2005-07-13, mtk, documented RLIMIT_MSGQUEUE limit.
.\" 2005-07-28, mtk, Added descriptions of RLIMIT_NICE and RLIMIT_RTPRIO
.\"
.TH GETRLIMIT 2 2005-09-20 "Linux 2.6.13" "Linux Programmer's Manual"
.TH GETRLIMIT 2 2005-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
getrlimit, setrlimit \- get/set resource limits
.SH SYNOPSIS

View File

@ -31,7 +31,7 @@
.\" Modified 2004-11-16, mtk, Noted that the non-conformance
.\" when SIGCHLD is being ignored is fixed in 2.6.9.
.\"
.TH GETRUSAGE 2 2004-11-16 "Linux 2.6.9" "Linux Programmer's Manual"
.TH GETRUSAGE 2 2004-11-16 "Linux" "Linux Programmer's Manual"
.SH NAME
getrusage \- get resource usage
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\"
.\" Modified Thu Oct 31 14:18:40 1996 by Eric S. Raymond <esr@y\thyrsus.com>
.\" Modified 2001-12-17, aeb
.TH GETSID 2 2001-12-17 "Linux 2.5.0" "Linux Programmer's Manual"
.TH GETSID 2 2001-12-17 "Linux" "Linux Programmer's Manual"
.SH NAME
getsid \- get session ID
.SH SYNOPSIS

View File

@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH GETTID 2 2007-06-01 "Linux 2.4.20" "Linux Programmer's Manual"
.TH GETTID 2 2007-06-01 "Linux" "Linux Programmer's Manual"
.SH NAME
gettid \- get thread identification
.SH SYNOPSIS

View File

@ -37,7 +37,7 @@
.\" Modified, 2004-05-27 by Michael Kerrisk <mtk-manpages@gmx.net>
.\" Added notes on capability requirement.
.\"
.TH GETTIMEOFDAY 2 2004-05-27 "Linux 2.6.6" "Linux Programmer's Manual"
.TH GETTIMEOFDAY 2 2004-05-27 "Linux" "Linux Programmer's Manual"
.SH NAME
gettimeofday, settimeofday \- get / set time
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\" Historical remark, aeb, 2004-06-05
.TH GETUID 2 1993-07-23 "Linux 0.99.11" "Linux Programmer's Manual"
.TH GETUID 2 1993-07-23 "Linux" "Linux Programmer's Manual"
.SH NAME
getuid, geteuid \- get user identity
.SH SYNOPSIS

View File

@ -29,7 +29,7 @@
.\" N.B. calling "idle" from user process used to hang process!
.\" Modified Thu Oct 31 14:41:15 1996 by Eric S. Raymond <esr@thyrsus.com>
.\" "
.TH IDLE 2 1994-08-21 "Linux 1.1.46" "Linux Programmer's Manual"
.TH IDLE 2 1994-08-21 "Linux" "Linux Programmer's Manual"
.SH NAME
idle \- make process 0 idle
.SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\"
.\" Modified 10 June 1995 by Andries Brouwer <aeb@cwi.nl>
.\"
.TH INTRO 2 1996-05-22 "Linux 1.2.13" "Linux Programmer's Manual"
.TH INTRO 2 1996-05-22 "Linux" "Linux Programmer's Manual"
.SH NAME
intro, _syscall \- Introduction to system calls
.SH DESCRIPTION

View File

@ -20,7 +20,7 @@
.\" .el .ne 3
.\" .IP "\\$1" \\$2
.\" ..
.TH IO_CANCEL 2 2003-02-21 "Linux 2.4" "Linux Programmer's Manual"
.TH IO_CANCEL 2 2003-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
io_cancel \- cancel an outstanding asynchronous I/O operation
.SH "SYNOPSIS"

View File

@ -20,7 +20,7 @@
.\" .el .ne 3
.\" .IP "\\$1" \\$2
.\" ..
.TH IO_DESTROY 2 2003-02-21 "Linux 2.4" "Linux Programmer's Manual"
.TH IO_DESTROY 2 2003-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
io_destroy \- destroy an asynchronous I/O context
.SH "SYNOPSIS"

View File

@ -20,7 +20,7 @@
.\" .el .ne 3
.\" .IP "\\$1" \\$2
.\" ..
.TH IO_GETEVENTS 2 2003-02-21 "Linux 2.4" "Linux Programmer's Manual"
.TH IO_GETEVENTS 2 2003-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
io_getevents \- read asynchronous I/O events from the completion queue
.SH "SYNOPSIS"

View File

@ -20,7 +20,7 @@
.\" .el .ne 3
.\" .IP "\\$1" \\$2
.\" ..
.TH IO_SETUP 2 2003-02-21 "Linux 2.4" "Linux Programmer's Manual"
.TH IO_SETUP 2 2003-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
io_setup \- create an asynchronous I/O context
.SH "SYNOPSIS"

View File

@ -20,7 +20,7 @@
.\" .el .ne 3
.\" .IP "\\$1" \\$2
.\" ..
.TH IO_SUBMIT 2 2003-02-21 "Linux 2.4" "Linux Programmer's Manual"
.TH IO_SUBMIT 2 2003-02-21 "Linux" "Linux Programmer's Manual"
.SH NAME
io_submit \- submit asynchronous I/O blocks for processing
.SH "SYNOPSIS"

View File

@ -21,7 +21,7 @@
.\" First public version.
.\"
.\"
.TH IOCTL_LIST 2 2003-03-30 "Linux 1.3" "Linux Programmer's Manual"
.TH IOCTL_LIST 2 2003-03-30 "Linux" "Linux Programmer's Manual"
.SH NAME
ioctl_list \- list of ioctl calls in Linux/i386 kernel
.SH DESCRIPTION

View File

@ -32,7 +32,7 @@
.\" Modified, 27 May 2004, Michael Kerrisk <mtk-manpages@gmx.net>
.\" Added notes on capability requirements
.\"
.TH IOPERM 2 2004-05-27 "Linux 2.6.6" "Linux Programmer's Manual"
.TH IOPERM 2 2004-05-27 "Linux" "Linux Programmer's Manual"
.SH NAME
ioperm \- set port input/output permissions
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified, 27 May 2004, Michael Kerrisk <mtk-manpages@gmx.net>
.\" Added notes on capability requirements
.\"
.TH IOPL 2 2004-05-27 "Linux 2.6.6" "Linux Programmer's Manual"
.TH IOPL 2 2004-05-27 "Linux" "Linux Programmer's Manual"
.SH NAME
iopl \- change I/O privilege level
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" USA.
.\"
.\" Modified Tue Oct 22 08:11:14 EDT 1996 by Eric S. Raymond <esr@thyrsus.com>
.TH IPC 2 1995-04-15 "Linux 1.2.4" "Linux Programmer's Manual"
.TH IPC 2 1995-04-15 "Linux" "Linux Programmer's Manual"
.SH NAME
ipc \- System V IPC system calls
.SH SYNOPSIS

View File

@ -41,7 +41,7 @@
.\" Modified 2004-06-24 by aeb
.\" Modified, 2004-11-30, after idea from emmanuel.colbus@ensimag.imag.fr
.\"
.TH KILL 2 2004-06-24 "Linux 2.6.7" "Linux Programmer's Manual"
.TH KILL 2 2004-06-24 "Linux" "Linux Programmer's Manual"
.SH NAME
kill \- send signal to a process
.SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" Modified 2004-06-23 by Michael Kerrisk <mtk-manpages@gmx.net>
.\" Modified 2005-04-04, as per suggestion by Michael Hardt for rename.2
.\"
.TH LINK 2 2004-06-23 "Linux 2.6.7" "Linux Programmer's Manual"
.TH LINK 2 2004-06-23 "Linux" "Linux Programmer's Manual"
.SH NAME
link \- make a new name for a file
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\"
.TH LINKAT 2 2006-04-10 "Linux 2.6.16" "Linux Programmer's Manual"
.TH LINKAT 2 2006-04-10 "Linux" "Linux Programmer's Manual"
.SH NAME
linkat \- create a file link relative to directory file descriptors
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" Written 10 June 1995 by Andries Brouwer <aeb@cwi.nl>
.\" Modified Thu Oct 31 15:16:23 1996 by Eric S. Raymond <esr@thyrsus.com>
.\"
.TH LLSEEK 2 2007-06-01 "Linux 1.2.9" "Linux Programmer's Manual"
.TH LLSEEK 2 2007-06-01 "Linux" "Linux Programmer's Manual"
.SH NAME
_llseek \- reposition read/write file offset
.SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\"
.\" Modified 2004-06-17 Michael Kerrisk <mtk-manpages@gmx.net>
.\"
.TH LOOKUP_DCOOKIE 2 2004-06-17 "Linux 2.6.7" "Linux Programmer's Manual"
.TH LOOKUP_DCOOKIE 2 2004-06-17 "Linux" "Linux Programmer's Manual"
.SH NAME
lookup_dcookie \- return a directory entry's path
.SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" Modified, 25 Feb 2002, Michael Kerrisk, <mtk-manpages@gmx.net>
.\" Added notes on MADV_DONTNEED
.\"
.TH MADVISE 2 2001-06-10 "Linux 2.4.5" "Linux Programmer's Manual"
.TH MADVISE 2 2001-06-10 "Linux" "Linux Programmer's Manual"
.SH NAME
madvise \- give advice about use of memory
.SH SYNOPSIS

View File

@ -31,7 +31,7 @@
.\" after message from <gordon.jin@intel.com>
.\" 2007-01-08 mtk, rewrote various parts
.\"
.TH MINCORE 2 2007-01-08 "Linux 2.6.5" "Linux Programmer's Manual"
.TH MINCORE 2 2007-01-08 "Linux" "Linux Programmer's Manual"
.SH NAME
mincore \- determine whether pages are resident in memory
.SH SYNOPSIS

View File

@ -6,7 +6,7 @@
.\" You may distribute it under the terms of the GNU General
.\" Public Licence. It comes with NO WARRANTY.
.\"
.TH MKDIR 2 2003-12-09 "Linux 2.4" "Linux Programmer's Manual"
.TH MKDIR 2 2003-12-09 "Linux" "Linux Programmer's Manual"
.SH NAME
mkdir \- create a directory
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\"
.TH MKDIRAT 2 2006-04-06 "Linux 2.6.16" "Linux Programmer's Manual"
.TH MKDIRAT 2 2006-04-06 "Linux" "Linux Programmer's Manual"
.SH NAME
mkdirat \- create a directory relative to a directory file descriptor
.SH SYNOPSIS

View File

@ -10,7 +10,7 @@
.\" Modified 2003-04-23 by Michael Kerrisk
.\" Modified 2004-06-23 by Michael Kerrisk <mtk-manpages@gmx.net>
.\"
.TH MKNOD 2 2004-06-23 "Linux 2.6.7" "Linux Programmer's Manual"
.TH MKNOD 2 2004-06-23 "Linux" "Linux Programmer's Manual"
.SH NAME
mknod \- create a special or ordinary file
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\"
.TH MKNODAT 2 2006-04-06 "Linux 2.6.16" "Linux Programmer's Manual"
.TH MKNODAT 2 2006-04-06 "Linux" "Linux Programmer's Manual"
.SH NAME
mknodat \- create a special or ordinary file relative to a directory
file descriptor

View File

@ -24,7 +24,7 @@
.\" Software Foundation, Inc., 59 Temple Place, Suite 330,
.\" Boston, MA 02111, USA.
.\"
.TH MLOCK 2 2006-02-04 "Linux 2.6.15" "Linux Programmer's Manual"
.TH MLOCK 2 2006-02-04 "Linux" "Linux Programmer's Manual"
.SH NAME
mlock, munlock, mlockall, munlockall \- lock and unlock memory
.SH SYNOPSIS

View File

@ -35,7 +35,7 @@
.\" Modified 2004-12-08, mtk, formatting tidy-ups
.\" Modified 2006-12-04, mtk, various parts rewritten
.\"
.TH MMAP 2 2006-12-04 "Linux 2.6.19" "Linux Programmer's Manual"
.TH MMAP 2 2006-12-04 "Linux" "Linux Programmer's Manual"
.SH NAME
mmap, munmap \- map or unmap files or devices into memory
.SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" Added description of mmap2
.\" Modified, 2004-11-25, mtk -- removed stray #endif in prototype
.\"
.TH MMAP2 2 2007-06-01 "Linux 2.3.31" "Linux Programmer's Manual"
.TH MMAP2 2 2007-06-01 "Linux" "Linux Programmer's Manual"
.SH NAME
mmap2 \- map files or devices into memory
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
.\" USA.
.\"
.TH MODIFY_LDT 2 2007-06-01 "Linux 1.3.6" "Linux Programmer's Manual"
.TH MODIFY_LDT 2 2007-06-01 "Linux" "Linux Programmer's Manual"
.SH NAME
modify_ldt \- get or set ldt
.SH SYNOPSIS

View File

@ -35,7 +35,7 @@
.\" Modified 2004-06-17 by Michael Kerrisk <mtk-manpages@gmx.net>
.\" 2005-05-18, mtk, Added MNT_EXPIRE, plus a few other tidy-ups.
.\"
.TH MOUNT 2 2004-05-18 "Linux 2.6.12" "Linux Programmer's Manual"
.TH MOUNT 2 2004-05-18 "Linux" "Linux Programmer's Manual"
.SH NAME
mount, umount, umount2 \- mount and unmount filesystems
.SH SYNOPSIS

View File

@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH MQ_GETSETATTR 2 2007-06-01 "Linux 2.6.16" "Linux Programmer's Manual"
.TH MQ_GETSETATTR 2 2007-06-01 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_getsetattr \- get/set message queue attributes
.SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" Update for Linux 1.3.87 and later
.\" 2005-10-11 mtk: Added NOTES for MREMAP_FIXED; revised EINVAL text.
.\"
.TH MREMAP 2 2005-09-13 "Linux 2.6.13" "Linux Programmer's Manual"
.TH MREMAP 2 2005-09-13 "Linux" "Linux Programmer's Manual"
.SH NAME
mremap \- re-map a virtual memory address
.SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" Added msqid_ds and ipc_perm structure definitions
.\" 2005-08-02, mtk: Added IPC_INFO, MSG_INFO, MSG_STAT descriptions
.\"
.TH MSGCTL 2 2004-11-10 "Linux 2.6.9" "Linux Programmer's Manual"
.TH MSGCTL 2 2004-11-10 "Linux" "Linux Programmer's Manual"
.SH NAME
msgctl \- message control operations
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Language and formatting clean-ups
.\" Added notes on /proc files
.\"
.TH MSGGET 2 2004-05-27 "Linux 2.6.6" "Linux Programmer's Manual"
.TH MSGGET 2 2004-05-27 "Linux" "Linux Programmer's Manual"
.SH NAME
msgget \- get a message queue identifier
.SH SYNOPSIS

View File

@ -34,7 +34,7 @@
.\" Language and formatting clean-ups
.\" Added notes on /proc files
.\"
.TH MSGOP 2 2006-02-02 "Linux 2.6.15" "Linux Programmer's Manual"
.TH MSGOP 2 2006-02-02 "Linux" "Linux Programmer's Manual"
.SH NAME
msgop, msgrcv, msgsnd \- message operations
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH MSYNC 2 2003-08-21 "Linux 2.4" "Linux Programmer's Manual"
.TH MSYNC 2 2003-08-21 "Linux" "Linux Programmer's Manual"
.SH NAME
msync \- synchronize a file with a memory map
.SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\" 1996-04-10 Markus Kuhn <mskuhn@cip.informatik.uni-erlangen.de>
.\" First version written
.\" Modified, 2004-10-24, aeb
.TH NANOSLEEP 2 2004-10-24 "Linux 2.6.9" "Linux Programmer's Manual"
.TH NANOSLEEP 2 2004-10-24 "Linux" "Linux Programmer's Manual"
.SH NAME
nanosleep \- pause execution for a specified time
.SH SYNOPSIS

View File

@ -5,7 +5,7 @@
.\" FIXME the description of nfsservctl() on this page
.\" is woefully thin.
.\"
.TH NFSSERVCTL 2 1997-07-16 "Linux 2.1.32" "Linux Programmer's Manual"
.TH NFSSERVCTL 2 1997-07-16 "Linux" "Linux Programmer's Manual"
.SH NAME
nfsservctl \- syscall interface to kernel nfs daemon
.SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" Modified 2001-06-04 by aeb
.\" Modified 2004-05-27 by Michael Kerrisk <mtk-manpages@gmx.net>
.\"
.TH NICE 2 2005-09-20 "Linux 2.6.12" "Linux Programmer's Manual"
.TH NICE 2 2005-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
nice \- change process priority
.SH SYNOPSIS

View File

@ -27,7 +27,7 @@
.\"
.\" Modified Tue Oct 22 16:44:55 1996 by Eric S. Raymond <esr@thyrsus.com>
.\"
.TH OBSOLETE 2 1995-07-22 "Linux 2.0" "Linux Programmer's Manual"
.TH OBSOLETE 2 1995-07-22 "Linux" "Linux Programmer's Manual"
.SH NAME
oldfstat, oldlstat, oldstat, oldolduname, olduname \- obsolete system calls
.SH SYNOPSIS

View File

@ -36,7 +36,7 @@
.\" 2004-12-08, mtk, reordered flags list alphabetically
.\" 2004-12-08, Martin Pool <mbp@sourcefrog.net> (& mtk), added O_NOATIME
.\"
.TH OPEN 2 2005-06-22 "Linux 2.6.12" "Linux Programmer's Manual"
.TH OPEN 2 2005-06-22 "Linux" "Linux Programmer's Manual"
.SH NAME
open, creat \- open and possibly create a file or device
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\"
.TH OPENAT 2 2006-03-06 "Linux 2.6.16" "Linux Programmer's Manual"
.TH OPENAT 2 2006-03-06 "Linux" "Linux Programmer's Manual"
.SH NAME
openat \- open a file relative to a directory file descriptor
.SH SYNOPSIS

View File

@ -2,7 +2,7 @@
.\" narahimi@us.ibm.com
.\" May be freely distributed.
.\"
.TH PCICONFIG_READ 2 2003-07-14 "Linux 2.4.19" "Linux Programmer's Manual"
.TH PCICONFIG_READ 2 2003-07-14 "Linux" "Linux Programmer's Manual"
.SH NAME
pciconfig_read, pciconfig_write, pciconfig_iobase \- pci device information handling
.SH SYNOPSIS

View File

@ -27,7 +27,7 @@
.\" changed prototype, documented 0xffffffff, aeb, 030101
.\" Modified 2004-11-03 patch from Martin Schulze <joey@infodrom.org>
.\"
.TH PERSONALITY 2 2003-01-01 "Linux 2.0" "Linux Programmer's Manual"
.TH PERSONALITY 2 2003-01-01 "Linux" "Linux Programmer's Manual"
.SH NAME
personality \- set the process execution domain
.SH SYNOPSIS

View File

@ -27,7 +27,7 @@
.\" Modified 1996-10-22 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified 2004-06-17 by Michael Kerrisk <mtk-manpages@gmx.net>
.\"
.TH PIPE 2 2004-06-17 "Linux 2.6.7" "Linux Programmer's Manual"
.TH PIPE 2 2004-06-17 "Linux" "Linux Programmer's Manual"
.SH NAME
pipe \- create pipe
.SH SYNOPSIS

View File

@ -4,7 +4,7 @@
.\" Written 2000-02-23 by Werner Almesberger
.\" Modified 2004-06-17 Michael Kerrisk <mtk-manpages@gmx.net>
.\"
.TH PIVOT_ROOT 2 2007-06-01 "Linux 2.6.7" "Linux Programmer's Manual"
.TH PIVOT_ROOT 2 2007-06-01 "Linux" "Linux Programmer's Manual"
.SH NAME
pivot_root \- change the root file system
.SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" flag is not used in the code. Check later to see if it
.\" does get a use. 2.6.21 still shows no use.
.\"
.TH POLL 2 2006-03-13 "Linux 2.6.16" "Linux Programmer's Manual"
.TH POLL 2 2006-03-13 "Linux" "Linux Programmer's Manual"
.SH NAME
poll, ppoll \- wait for some event on a file descriptor
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\"
.\" 2005-04-08 mtk, noted kernel version and added BUGS
.\"
.TH POSIX_FADVISE 2 2003-02-14 "Linux 2.5.60" "Linux Programmer's Manual"
.TH POSIX_FADVISE 2 2003-02-14 "Linux" "Linux Programmer's Manual"
.SH NAME
posix_fadvise \- predeclare an access pattern for file data
.SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" PR_SET_UNALIGN, PR_GET_UNALIGN, PR_SET_FPEMU, PR_GET_FPEMU,
.\" PR_SET_FPEXC, PR_GET_FPEXC
.\"
.TH PRCTL 2 2006-08-30 "Linux 2.6.17" "Linux Programmer's Manual"
.TH PRCTL 2 2006-08-30 "Linux" "Linux Programmer's Manual"
.SH NAME
prctl \- operations on a process
.SH SYNOPSIS

View File

@ -40,7 +40,7 @@
.\" PTRACE_SETSIGINFO, PTRACE_SYSEMU, PTRACE_SYSEMU_SINGLESTEP
.\" (Thanks to Blaisorblade, Daniel Jacobowitz and others who helped.)
.\"
.TH PTRACE 2 2006-03-24 "Linux 2.6.16" "Linux Programmer's Manual"
.TH PTRACE 2 2006-03-24 "Linux" "Linux Programmer's Manual"
.SH NAME
ptrace \- process trace
.SH SYNOPSIS

View File

@ -75,7 +75,7 @@
.\" Q_XQUOTASYNC
.\" Q_XSETQLIM
.\"
.TH QUOTACTL 2 2007-06-01 "Linux 1.3.88" "Linux Programmer's Manual"
.TH QUOTACTL 2 2007-06-01 "Linux" "Linux Programmer's Manual"
.SH NAME
quotactl \- manipulate disk quota
.SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" Modified Sat Jul 12 20:45:39 1997 by Michael Haardt
.\" <michael@cantor.informatik.rwth-aachen.de>
.\"
.TH READ 2 1997-07-12 "Linux 2.0.32" "Linux Programmer's Manual"
.TH READ 2 1997-07-12 "Linux" "Linux Programmer's Manual"
.SH NAME
read \- read from a file descriptor
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" 2004-05-40 Created by Michael Kerrisk <mtk-manpages@gmx.net>
.\" 2004-10-05 aeb, minor correction
.\"
.TH READAHEAD 2 2004-10-05 "Linux 2.6.5" "Linux Programmer's Manual"
.TH READAHEAD 2 2004-10-05 "Linux" "Linux Programmer's Manual"
.SH NAME
readahead \- perform file readahead into page cache
.SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\" In 1.3.X, returns only one entry each time; return value is different.
.\" Modified 2004-12-01, mtk, fixed headers listed in SYNOPSIS
.\"
.TH READDIR 2 2007-06-01 "Linux 1.3.6" "Linux Programmer's Manual"
.TH READDIR 2 2007-06-01 "Linux" "Linux Programmer's Manual"
.SH NAME
readdir \- read directory entry
.SH SYNOPSIS

View File

@ -35,7 +35,7 @@
.\" Modified Tue Jul 9 23:55:17 1996 by aeb
.\" Modified Fri Jan 24 00:26:00 1997 by aeb
.\"
.TH READLINK 2 1997-08-21 "Linux 2.0.30" "Linux Programmer's Manual"
.TH READLINK 2 1997-08-21 "Linux" "Linux Programmer's Manual"
.SH NAME
readlink \- read value of a symbolic link
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\"
.TH READLINKAT 2 2006-07-21 "Linux 2.6.16" "Linux Programmer's Manual"
.TH READLINKAT 2 2006-07-21 "Linux" "Linux Programmer's Manual"
.SH NAME
readlinkat \- read value of a symbolic link relative to
a directory file descriptor

View File

@ -22,7 +22,7 @@
.\" Modified, 27 May 2004, Michael Kerrisk <mtk-manpages@gmx.net>
.\" Added notes on capability requirements
.\"
.TH REBOOT 2 2004-05-27 "Linux 2.6.6" "Linux Programmer's Manual"
.TH REBOOT 2 2004-05-27 "Linux" "Linux Programmer's Manual"
.SH NAME
reboot \- reboot or enable/disable Ctrl-Alt-Del
.SH SYNOPSIS

Some files were not shown because too many files have changed in this diff Show More