From 3fc441b2b985a8ae7a5a67b120930e03da839739 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 27 Jan 2013 21:27:57 +0100 Subject: [PATCH] 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 --- man2/fallocate.2 | 2 +- man2/kcmp.2 | 2 +- man2/link.2 | 2 +- man2/listxattr.2 | 2 +- man2/mkdir.2 | 2 +- man2/mknod.2 | 2 +- man2/open.2 | 2 +- man2/ptrace.2 | 2 +- man2/query_module.2 | 2 +- man2/rename.2 | 2 +- man2/symlink.2 | 2 +- man2/write.2 | 2 +- man3/mkfifo.3 | 2 +- man5/core.5 | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/man2/fallocate.2 b/man2/fallocate.2 index 962f1868f..d73171421 100644 --- a/man2/fallocate.2 +++ b/man2/fallocate.2 @@ -5,7 +5,7 @@ .\" 2011-09-19: Added FALLOC_FL_PUNCH_HOLE .\" 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 fallocate \- manipulate file space .SH SYNOPSIS diff --git a/man2/kcmp.2 b/man2/kcmp.2 index 23b07442d..a045b548b 100644 --- a/man2/kcmp.2 +++ b/man2/kcmp.2 @@ -23,7 +23,7 @@ .\" .\" 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 kcmp \- compare two processes to determine if they share a kernel resource diff --git a/man2/link.2 b/man2/link.2 index 70ed9df63..a59e09ff4 100644 --- a/man2/link.2 +++ b/man2/link.2 @@ -28,7 +28,7 @@ .\" Modified 2004-06-23 by Michael Kerrisk .\" 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 link \- make a new name for a file .SH SYNOPSIS diff --git a/man2/listxattr.2 b/man2/listxattr.2 index 6d41eceb0..a02126bcc 100644 --- a/man2/listxattr.2 +++ b/man2/listxattr.2 @@ -24,7 +24,7 @@ .\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, .\" 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 listxattr, llistxattr, flistxattr \- list extended attribute names .SH SYNOPSIS diff --git a/man2/mkdir.2 b/man2/mkdir.2 index 9a1f505f8..7682e5fce 100644 --- a/man2/mkdir.2 +++ b/man2/mkdir.2 @@ -6,7 +6,7 @@ .\" You may distribute it under the terms of the GNU General .\" 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 mkdir \- create a directory .SH SYNOPSIS diff --git a/man2/mknod.2 b/man2/mknod.2 index 98d00abe4..3cd962a53 100644 --- a/man2/mknod.2 +++ b/man2/mknod.2 @@ -10,7 +10,7 @@ .\" Modified 2003-04-23 by Michael Kerrisk .\" Modified 2004-06-23 by Michael Kerrisk .\" -.TH MKNOD 2 2010-09-20 "Linux" "Linux Programmer's Manual" +.TH MKNOD 2 2013-01-27 "Linux" "Linux Programmer's Manual" .SH NAME mknod \- create a special or ordinary file .SH SYNOPSIS diff --git a/man2/open.2 b/man2/open.2 index ae8756652..dea1d30cf 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -49,7 +49,7 @@ .\" FIXME Linux 2.6.33 has O_DSYNC, and a hidden __O_SYNC. .\" 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 open, creat \- open and possibly create a file or device .SH SYNOPSIS diff --git a/man2/ptrace.2 b/man2/ptrace.2 index 3f87cc136..060850e35 100644 --- a/man2/ptrace.2 +++ b/man2/ptrace.2 @@ -46,7 +46,7 @@ .\" FIXME Linux 3.1 adds PTRACE_SEIZE, PTRACE_INTERRUPT, .\" 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 ptrace \- process trace .SH SYNOPSIS diff --git a/man2/query_module.2 b/man2/query_module.2 index 4e39c1b8b..409b72d4d 100644 --- a/man2/query_module.2 +++ b/man2/query_module.2 @@ -5,7 +5,7 @@ .\" 2006-02-09, some reformatting by Luc Van Oostenryck; some .\" 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 query_module \- query the kernel for various bits pertaining to modules .SH SYNOPSIS diff --git a/man2/rename.2 b/man2/rename.2 index 2c7a251fd..23843c585 100644 --- a/man2/rename.2 +++ b/man2/rename.2 @@ -29,7 +29,7 @@ .\" Modified Thu Mar 3 09:49:35 2005 by Michael Haardt .\" 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 rename \- change the name or location of a file .SH SYNOPSIS diff --git a/man2/symlink.2 b/man2/symlink.2 index 7f1ce387d..701ee4fb5 100644 --- a/man2/symlink.2 +++ b/man2/symlink.2 @@ -29,7 +29,7 @@ .\" Modified 1997-01-31 by Eric S. Raymond .\" Modified 2004-06-23 by Michael Kerrisk .\" -.TH SYMLINK 2 2010-09-20 "Linux" "Linux Programmer's Manual" +.TH SYMLINK 2 2013-01-27 "Linux" "Linux Programmer's Manual" .SH NAME symlink \- make a new name for a file .SH SYNOPSIS diff --git a/man2/write.2 b/man2/write.2 index bde6c4b95..caa673a1a 100644 --- a/man2/write.2 +++ b/man2/write.2 @@ -36,7 +36,7 @@ .\" gave some examples of why this might occur. .\" 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 write \- write to a file descriptor .SH SYNOPSIS diff --git a/man3/mkfifo.3 b/man3/mkfifo.3 index 5584ab519..5fdcd6da4 100644 --- a/man3/mkfifo.3 +++ b/man3/mkfifo.3 @@ -24,7 +24,7 @@ .\" .\" 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 mkfifo \- make a FIFO special file (a named pipe) .SH SYNOPSIS diff --git a/man5/core.5 b/man5/core.5 index f287ca021..f6604dc60 100644 --- a/man5/core.5 +++ b/man5/core.5 @@ -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 CORE 5 2012-07-16 "Linux" "Linux Programmer's Manual" +.TH CORE 5 2013-01-27 "Linux" "Linux Programmer's Manual" .SH NAME core \- core dump file .SH DESCRIPTION