fallocate.2, kcmp.2, link.2, listxattr.2, mkdir.2, mknod.2, open.2, ptrace.2, query_module.2, rename.2, symlink.2, write.2, mkfifo.3, core.5: tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-01-27 21:27:57 +01:00
parent 33ecc3a677
commit 3fc441b2b9
14 changed files with 14 additions and 14 deletions

View File

@ -5,7 +5,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 2012-04-23 "Linux" "Linux Programmer's Manual" .TH FALLOCATE 2 2013-01-27 "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 @@
.\" .\"
.\" Kernel commit d97b46a64674a267bc41c9e16132ee2a98c3347d .\" Kernel commit d97b46a64674a267bc41c9e16132ee2a98c3347d
.\" .\"
.TH KCMP 2 2012-12-19 "Linux" "Linux Programmer's Manual" .TH KCMP 2 2013-01-27 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
kcmp \- compare two processes to determine if they share a kernel resource kcmp \- compare two processes to determine if they share a kernel resource

View File

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

View File

@ -24,7 +24,7 @@
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, .\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
.\" USA. .\" USA.
.\" .\"
.TH LISTXATTR 2 2001-12-01 "Linux" "Linux Programmer's Manual" .TH LISTXATTR 2 2013-01-27 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
listxattr, llistxattr, flistxattr \- list extended attribute names listxattr, llistxattr, flistxattr \- list extended attribute names
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -6,7 +6,7 @@
.\" You may distribute it under the terms of the GNU General .\" You may distribute it under the terms of the GNU General
.\" Public License. It comes with NO WARRANTY. .\" Public License. It comes with NO WARRANTY.
.\" .\"
.TH MKDIR 2 2010-06-26 "Linux" "Linux Programmer's Manual" .TH MKDIR 2 2013-01-27 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
mkdir \- create a directory mkdir \- create a directory
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -10,7 +10,7 @@
.\" Modified 2003-04-23 by Michael Kerrisk .\" Modified 2003-04-23 by Michael Kerrisk
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" .\"
.TH MKNOD 2 2010-09-20 "Linux" "Linux Programmer's Manual" .TH MKNOD 2 2013-01-27 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
mknod \- create a special or ordinary file mknod \- create a special or ordinary file
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -49,7 +49,7 @@
.\" FIXME Linux 2.6.33 has O_DSYNC, and a hidden __O_SYNC. .\" FIXME Linux 2.6.33 has O_DSYNC, and a hidden __O_SYNC.
.\" FIXME: Linux 2.6.39 added O_PATH .\" FIXME: Linux 2.6.39 added O_PATH
.\" .\"
.TH OPEN 2 2012-05-01 "Linux" "Linux Programmer's Manual" .TH OPEN 2 2013-01-27 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
open, creat \- open and possibly create a file or device open, creat \- open and possibly create a file or device
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -46,7 +46,7 @@
.\" FIXME Linux 3.1 adds PTRACE_SEIZE, PTRACE_INTERRUPT, .\" FIXME Linux 3.1 adds PTRACE_SEIZE, PTRACE_INTERRUPT,
.\" and PTRACE_LISTEN. .\" and PTRACE_LISTEN.
.\" .\"
.TH PTRACE 2 2012-10-25 "Linux" "Linux Programmer's Manual" .TH PTRACE 2 2013-01-27 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
ptrace \- process trace ptrace \- process trace
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -5,7 +5,7 @@
.\" 2006-02-09, some reformatting by Luc Van Oostenryck; some .\" 2006-02-09, some reformatting by Luc Van Oostenryck; some
.\" reformatting and rewordings by mtk .\" reformatting and rewordings by mtk
.\" .\"
.TH QUERY_MODULE 2 2012-10-18 "Linux" "Linux Programmer's Manual" .TH QUERY_MODULE 2 2013-01-27 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
query_module \- query the kernel for various bits pertaining to modules query_module \- query the kernel for various bits pertaining to modules
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -29,7 +29,7 @@
.\" Modified Thu Mar 3 09:49:35 2005 by Michael Haardt <michael@moria.de> .\" Modified Thu Mar 3 09:49:35 2005 by Michael Haardt <michael@moria.de>
.\" 2007-03-25, mtk, added various text to DESCRIPTION. .\" 2007-03-25, mtk, added various text to DESCRIPTION.
.\" .\"
.TH RENAME 2 2009-03-30 "Linux" "Linux Programmer's Manual" .TH RENAME 2 2013-01-27 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
rename \- change the name or location of a file rename \- change the name or location of a file
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -29,7 +29,7 @@
.\" Modified 1997-01-31 by Eric S. Raymond <esr@thyrsus.com> .\" Modified 1997-01-31 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" .\"
.TH SYMLINK 2 2010-09-20 "Linux" "Linux Programmer's Manual" .TH SYMLINK 2 2013-01-27 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
symlink \- make a new name for a file symlink \- make a new name for a file
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -36,7 +36,7 @@
.\" gave some examples of why this might occur. .\" gave some examples of why this might occur.
.\" Noted what happens if write() is interrupted by a signal. .\" Noted what happens if write() is interrupted by a signal.
.\" .\"
.TH WRITE 2 2010-08-29 "Linux" "Linux Programmer's Manual" .TH WRITE 2 2013-01-27 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
write \- write to a file descriptor write \- write to a file descriptor
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" .\"
.\" changed section from 2 to 3, aeb, 950919 .\" changed section from 2 to 3, aeb, 950919
.\" .\"
.TH MKFIFO 3 2008-06-12 "GNU" "Linux Programmer's Manual" .TH MKFIFO 3 2013-01-27 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
mkfifo \- make a FIFO special file (a named pipe) mkfifo \- make a FIFO special file (a named pipe)
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by .\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" .\"
.TH CORE 5 2012-07-16 "Linux" "Linux Programmer's Manual" .TH CORE 5 2013-01-27 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
core \- core dump file core \- core dump file
.SH DESCRIPTION .SH DESCRIPTION