diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-06-13 17:15:44 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-06-13 17:15:44 +0200 |
| commit | ad5b45abe5ef0869f7bd5bda59b8f21c642930af (patch) | |
| tree | 79b482a012a41befb5758cf446b94bf62c084b8e /man2 | |
| parent | d25566b7b5023115c627cf0049f1d40f40510a01 (diff) | |
| download | man-pages-ad5b45abe5ef0869f7bd5bda59b8f21c642930af.tar.gz | |
localedef.1, execve.2, fcntl.2, flock.2, lseek.2, open.2, open_by_handle_at.2, recvmmsg.2, sendmmsg.2, seteuid.2, setresuid.2, setreuid.2, setuid.2, statfs.2, syscalls.2, basename.3, catgets.3, getdate.3, getdirentries.3, getdtablesize.3, iconv.3, lockf.3, malloc_get_state.3, malloc_usable_size.3, matherr.3, mkdtemp.3, mkstemp.3, mq_close.3, mq_unlink.3, siginterrupt.3, system.3, locale.5, bootparam.7, environ.7, man-pages.7, signal.7, unicode.7, utf-8.7: tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/execve.2 | 2 | ||||
| -rw-r--r-- | man2/fcntl.2 | 2 | ||||
| -rw-r--r-- | man2/flock.2 | 2 | ||||
| -rw-r--r-- | man2/lseek.2 | 2 | ||||
| -rw-r--r-- | man2/open.2 | 2 | ||||
| -rw-r--r-- | man2/open_by_handle_at.2 | 2 | ||||
| -rw-r--r-- | man2/recvmmsg.2 | 2 | ||||
| -rw-r--r-- | man2/sendmmsg.2 | 2 | ||||
| -rw-r--r-- | man2/seteuid.2 | 2 | ||||
| -rw-r--r-- | man2/setresuid.2 | 2 | ||||
| -rw-r--r-- | man2/setreuid.2 | 2 | ||||
| -rw-r--r-- | man2/setuid.2 | 2 | ||||
| -rw-r--r-- | man2/statfs.2 | 2 | ||||
| -rw-r--r-- | man2/syscalls.2 | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/man2/execve.2 b/man2/execve.2 index 8eeabe6c93..d7886eb8ea 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -34,7 +34,7 @@ .\" 2007-09-14 Ollie Wild <aaw@google.com>, mtk .\" Add text describing limits on command-line arguments + environment .\" -.TH EXECVE 2 2014-05-10 "Linux" "Linux Programmer's Manual" +.TH EXECVE 2 2014-06-13 "Linux" "Linux Programmer's Manual" .SH NAME execve \- execute program .SH SYNOPSIS diff --git a/man2/fcntl.2 b/man2/fcntl.2 index 45ee7e2c30..ccfdae99e6 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -59,7 +59,7 @@ .\" 2010-06-17, Michael Kerrisk .\" Document F_SETPIPE_SZ and F_GETPIPE_SZ. .\" -.TH FCNTL 2 2014-05-21 "Linux" "Linux Programmer's Manual" +.TH FCNTL 2 2014-06-13 "Linux" "Linux Programmer's Manual" .SH NAME fcntl \- manipulate file descriptor .SH SYNOPSIS diff --git a/man2/flock.2 b/man2/flock.2 index 8c74c58398..c93a74789c 100644 --- a/man2/flock.2 +++ b/man2/flock.2 @@ -32,7 +32,7 @@ .\" FIXME: Maybe document LOCK_MAND, LOCK_RW, LOCK_READ, LOCK_WRITE .\" which only have effect for SAMBA. .\" -.TH FLOCK 2 2014-04-27 "Linux" "Linux Programmer's Manual" +.TH FLOCK 2 2014-06-13 "Linux" "Linux Programmer's Manual" .SH NAME flock \- apply or remove an advisory lock on an open file .SH SYNOPSIS diff --git a/man2/lseek.2 b/man2/lseek.2 index 3d0f97fd0c..18d92dc873 100644 --- a/man2/lseek.2 +++ b/man2/lseek.2 @@ -44,7 +44,7 @@ .\" Modified 2003-08-21 by Andries Brouwer <aeb@cwi.nl> .\" 2011-09-18, mtk, Added SEEK_DATA + SEEK_HOLE .\" -.TH LSEEK 2 2014-05-01 "Linux" "Linux Programmer's Manual" +.TH LSEEK 2 2014-06-13 "Linux" "Linux Programmer's Manual" .SH NAME lseek \- reposition read/write file offset .SH SYNOPSIS diff --git a/man2/open.2 b/man2/open.2 index 4f96e4f511..97c0d52d92 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -48,7 +48,7 @@ .\" FIXME . Apr 08: The next POSIX revision has O_EXEC, O_SEARCH, and .\" O_TTYINIT. Eventually these may need to be documented. --mtk .\" -.TH OPEN 2 2014-05-10 "Linux" "Linux Programmer's Manual" +.TH OPEN 2 2014-06-13 "Linux" "Linux Programmer's Manual" .SH NAME open, openat, creat \- open and possibly create a file .SH SYNOPSIS diff --git a/man2/open_by_handle_at.2 b/man2/open_by_handle_at.2 index 1d22339043..7badac7662 100644 --- a/man2/open_by_handle_at.2 +++ b/man2/open_by_handle_at.2 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH OPEN_BY_HANDLE_AT 2 2014-05-08 "Linux" "Linux Programmer's Manual" +.TH OPEN_BY_HANDLE_AT 2 2014-06-13 "Linux" "Linux Programmer's Manual" .SH NAME name_to_handle_at, open_by_handle_at \- obtain handle for a pathname and open file via a handle diff --git a/man2/recvmmsg.2 b/man2/recvmmsg.2 index 1b46cb3137..83022fec97 100644 --- a/man2/recvmmsg.2 +++ b/man2/recvmmsg.2 @@ -28,7 +28,7 @@ .\" Author: Arnaldo Carvalho de Melo <acme@redhat.com> .\" Date: Mon Oct 12 23:40:10 2009 -0700 .\" -.TH RECVMMSG 2 2014-05-21 "Linux" "Linux Programmer's Manual" +.TH RECVMMSG 2 2014-06-13 "Linux" "Linux Programmer's Manual" .SH NAME recvmmsg \- receive multiple messages on a socket .SH SYNOPSIS diff --git a/man2/sendmmsg.2 b/man2/sendmmsg.2 index f9871396cd..2e88683551 100644 --- a/man2/sendmmsg.2 +++ b/man2/sendmmsg.2 @@ -25,7 +25,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH SENDMMSG 2 2012-12-16 "Linux" "Linux Programmer's Manual" +.TH SENDMMSG 2 2014-06-13 "Linux" "Linux Programmer's Manual" .SH NAME sendmmsg \- send multiple messages on a socket .SH SYNOPSIS diff --git a/man2/seteuid.2 b/man2/seteuid.2 index ca3b73be07..dea3ca364c 100644 --- a/man2/seteuid.2 +++ b/man2/seteuid.2 @@ -26,7 +26,7 @@ .\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com> .\" Added notes on capability requirements .\" -.TH SETEUID 2 2012-07-02 "Linux" "Linux Programmer's Manual" +.TH SETEUID 2 2014-06-13 "Linux" "Linux Programmer's Manual" .SH NAME seteuid, setegid \- set effective user or group ID .SH SYNOPSIS diff --git a/man2/setresuid.2 b/man2/setresuid.2 index 847e224432..0c4a89745d 100644 --- a/man2/setresuid.2 +++ b/man2/setresuid.2 @@ -23,7 +23,7 @@ .\" %%%LICENSE_END .\" .\" Modified, 2003-05-26, Michael Kerrisk, <mtk.manpages@gmail.com> -.TH SETRESUID 2 2010-11-22 "Linux" "Linux Programmer's Manual" +.TH SETRESUID 2 2014-06-13 "Linux" "Linux Programmer's Manual" .SH NAME setresuid, setresgid \- set real, effective and saved user or group ID .SH SYNOPSIS diff --git a/man2/setreuid.2 b/man2/setreuid.2 index 22a0afa793..37702fd22a 100644 --- a/man2/setreuid.2 +++ b/man2/setreuid.2 @@ -42,7 +42,7 @@ .\" 2004-07-04 by aeb .\" 2004-05-27 by Michael Kerrisk .\" -.TH SETREUID 2 2013-12-12 "Linux" "Linux Programmer's Manual" +.TH SETREUID 2 2014-06-13 "Linux" "Linux Programmer's Manual" .SH NAME setreuid, setregid \- set real and/or effective user or group ID .SH SYNOPSIS diff --git a/man2/setuid.2 b/man2/setuid.2 index 7df9d27aea..dd07151c6d 100644 --- a/man2/setuid.2 +++ b/man2/setuid.2 @@ -27,7 +27,7 @@ .\" <richard@greenend.org.uk>, aeb 970616. .\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com> .\" Added notes on capability requirements -.TH SETUID 2 2010-11-22 "Linux" "Linux Programmer's Manual" +.TH SETUID 2 2014-06-13 "Linux" "Linux Programmer's Manual" .SH NAME setuid \- set user identity .SH SYNOPSIS diff --git a/man2/statfs.2 b/man2/statfs.2 index eab87062c7..abe70c9224 100644 --- a/man2/statfs.2 +++ b/man2/statfs.2 @@ -25,7 +25,7 @@ .\" Modified 2003-08-17 by Walter Harms .\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com> .\" -.TH STATFS 2 2010-11-21 "Linux" "Linux Programmer's Manual" +.TH STATFS 2 2014-06-13 "Linux" "Linux Programmer's Manual" .SH NAME statfs, fstatfs \- get filesystem statistics .SH SYNOPSIS diff --git a/man2/syscalls.2 b/man2/syscalls.2 index 6dc5a804cd..a2f0eac68e 100644 --- a/man2/syscalls.2 +++ b/man2/syscalls.2 @@ -28,7 +28,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH SYSCALLS 2 2014-05-08 "Linux" "Linux Programmer's Manual" +.TH SYSCALLS 2 2014-06-13 "Linux" "Linux Programmer's Manual" .SH NAME syscalls \- Linux system calls .SH SYNOPSIS |
