From 7990e026cc46b6fbb7e29fda1ba180a5e618040d Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 26 Sep 2010 17:43:00 +0200 Subject: [PATCH] chdir.2, chmod.2, chown.2, gethostname.2, getsid.2, pread.2, setpgid.2, sigaltstack.2, truncate.2, wait.2, dirfd.3, getsubopt.3, mkdtemp.3, mkstemp.3, siginterrupt.3, strdup.3: tstamp Signed-off-by: Michael Kerrisk --- man2/chdir.2 | 2 +- man2/chmod.2 | 2 +- man2/chown.2 | 2 +- man2/gethostname.2 | 2 +- man2/getsid.2 | 2 +- man2/pread.2 | 2 +- man2/setpgid.2 | 2 +- man2/sigaltstack.2 | 2 +- man2/truncate.2 | 2 +- man2/wait.2 | 2 +- man3/dirfd.3 | 2 +- man3/getsubopt.3 | 2 +- man3/mkdtemp.3 | 2 +- man3/mkstemp.3 | 2 +- man3/siginterrupt.3 | 2 +- man3/strdup.3 | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/man2/chdir.2 b/man2/chdir.2 index 7e29d063d..a6c9a4a1e 100644 --- a/man2/chdir.2 +++ b/man2/chdir.2 @@ -30,7 +30,7 @@ .\" Modified 1997-08-21 by Joseph S. Myers .\" Modified 2004-06-23 by Michael Kerrisk .\" -.TH CHDIR 2 2010-09-20 "Linux" "Linux Programmer's Manual" +.TH CHDIR 2 2010-09-26 "Linux" "Linux Programmer's Manual" .SH NAME chdir, fchdir \- change working directory .SH SYNOPSIS diff --git a/man2/chmod.2 b/man2/chmod.2 index 49fad6abb..98308e6e6 100644 --- a/man2/chmod.2 +++ b/man2/chmod.2 @@ -28,7 +28,7 @@ .\" : NFS details .\" Modified 2004-06-23 by Michael Kerrisk .\" -.TH CHMOD 2 2010-09-20 "Linux" "Linux Programmer's Manual" +.TH CHMOD 2 2010-09-26 "Linux" "Linux Programmer's Manual" .SH NAME chmod, fchmod \- change permissions of a file .SH SYNOPSIS diff --git a/man2/chown.2 b/man2/chown.2 index d7e2bb562..85ba4bb79 100644 --- a/man2/chown.2 +++ b/man2/chown.2 @@ -35,7 +35,7 @@ .\" (bsdgroups versus sysvgroups, and the effect of the parent .\" directory's set-group-ID permission bit). .\" -.TH CHOWN 2 2010-09-20 "Linux" "Linux Programmer's Manual" +.TH CHOWN 2 2010-09-26 "Linux" "Linux Programmer's Manual" .SH NAME chown, fchown, lchown \- change ownership of a file .SH SYNOPSIS diff --git a/man2/gethostname.2 b/man2/gethostname.2 index e266f5af9..b7f013ba0 100644 --- a/man2/gethostname.2 +++ b/man2/gethostname.2 @@ -29,7 +29,7 @@ .\" Modified 2004-06-17 by mtk .\" Modified 2008-11-27 by mtk .\" -.TH GETHOSTNAME 2 2010-09-20 "Linux" "Linux Programmer's Manual" +.TH GETHOSTNAME 2 2010-09-26 "Linux" "Linux Programmer's Manual" .SH NAME gethostname, sethostname \- get/set hostname .SH SYNOPSIS diff --git a/man2/getsid.2 b/man2/getsid.2 index ed758135b..42c82b1e7 100644 --- a/man2/getsid.2 +++ b/man2/getsid.2 @@ -22,7 +22,7 @@ .\" .\" Modified Thu Oct 31 14:18:40 1996 by Eric S. Raymond .\" Modified 2001-12-17, aeb -.TH GETSID 2 2010-09-20 "Linux" "Linux Programmer's Manual" +.TH GETSID 2 2010-09-26 "Linux" "Linux Programmer's Manual" .SH NAME getsid \- get session ID .SH SYNOPSIS diff --git a/man2/pread.2 b/man2/pread.2 index 35494babd..ecb0d9505 100644 --- a/man2/pread.2 +++ b/man2/pread.2 @@ -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 PREAD 2 2010-09-20 "Linux" "Linux Programmer's Manual" +.TH PREAD 2 2010-09-26 "Linux" "Linux Programmer's Manual" .SH NAME pread, pwrite \- read from or write to a file descriptor at a given offset .SH SYNOPSIS diff --git a/man2/setpgid.2 b/man2/setpgid.2 index efe9574a0..c42cf502b 100644 --- a/man2/setpgid.2 +++ b/man2/setpgid.2 @@ -43,7 +43,7 @@ .\" 2007-07-25, mtk, fairly substantial rewrites and rearrangements .\" of text. .\" -.TH SETPGID 2 2010-09-20 "Linux" "Linux Programmer's Manual" +.TH SETPGID 2 2010-09-26 "Linux" "Linux Programmer's Manual" .SH NAME setpgid, getpgid, setpgrp, getpgrp \- set/get process group .SH SYNOPSIS diff --git a/man2/sigaltstack.2 b/man2/sigaltstack.2 index 99bcd3911..b9cd128cd 100644 --- a/man2/sigaltstack.2 +++ b/man2/sigaltstack.2 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" .\" aeb, various minor fixes -.TH SIGALTSTACK 2 2010-09-20 "Linux" "Linux Programmer's Manual" +.TH SIGALTSTACK 2 2010-09-26 "Linux" "Linux Programmer's Manual" .SH NAME sigaltstack \- set and/or get signal stack context .SH SYNOPSIS diff --git a/man2/truncate.2 b/man2/truncate.2 index bb7658ca2..506297c1b 100644 --- a/man2/truncate.2 +++ b/man2/truncate.2 @@ -38,7 +38,7 @@ .\" Modified 2002-04-06 by Andries Brouwer .\" Modified 2004-06-23 by Michael Kerrisk .\" -.TH TRUNCATE 2 2010-09-20 "Linux" "Linux Programmer's Manual" +.TH TRUNCATE 2 2010-09-26 "Linux" "Linux Programmer's Manual" .SH NAME truncate, ftruncate \- truncate a file to a specified length .SH SYNOPSIS diff --git a/man2/wait.2 b/man2/wait.2 index 6add71dc8..d5a682523 100644 --- a/man2/wait.2 +++ b/man2/wait.2 @@ -47,7 +47,7 @@ .\" 2005-05-10, mtk, __W* flags can't be used with waitid() .\" 2008-07-04, mtk, removed erroneous text about SA_NOCLDSTOP .\" -.TH WAIT 2 2010-09-20 "Linux" "Linux Programmer's Manual" +.TH WAIT 2 2010-09-26 "Linux" "Linux Programmer's Manual" .SH NAME wait, waitpid, waitid \- wait for process to change state .SH SYNOPSIS diff --git a/man3/dirfd.3 b/man3/dirfd.3 index 1f13fca29..c77b0c68c 100644 --- a/man3/dirfd.3 +++ b/man3/dirfd.3 @@ -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 DIRFD 3 2010-09-20 "Linux" "Linux Programmer's Manual" +.TH DIRFD 3 2010-09-26 "Linux" "Linux Programmer's Manual" .SH NAME dirfd \- get directory stream file descriptor .SH SYNOPSIS diff --git a/man3/getsubopt.3 b/man3/getsubopt.3 index 07c5cb269..a63a0b677 100644 --- a/man3/getsubopt.3 +++ b/man3/getsubopt.3 @@ -20,7 +20,7 @@ .\" TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE .\" SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. .\" -.TH GETSUBOPT 3 2010-09-20 "GNU" "Linux Programmer's Manual" +.TH GETSUBOPT 3 2010-09-26 "GNU" "Linux Programmer's Manual" .SH NAME getsubopt \- parse suboption arguments from a string .SH SYNOPSIS diff --git a/man3/mkdtemp.3 b/man3/mkdtemp.3 index 266bff5a9..105a9e436 100644 --- a/man3/mkdtemp.3 +++ b/man3/mkdtemp.3 @@ -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 MKDTEMP 3 2010-09-15 "GNU" "Linux Programmer's Manual" +.TH MKDTEMP 3 2010-09-26 "GNU" "Linux Programmer's Manual" .SH NAME mkdtemp \- create a unique temporary directory .SH SYNOPSIS diff --git a/man3/mkstemp.3 b/man3/mkstemp.3 index fafa07c5f..5b0609c9e 100644 --- a/man3/mkstemp.3 +++ b/man3/mkstemp.3 @@ -30,7 +30,7 @@ .\" Modified 990328, aeb .\" 2008-06-19, mtk, Added mkostemp(); various other changes .\" -.TH MKSTEMP 3 2010-09-20 "GNU" "Linux Programmer's Manual" +.TH MKSTEMP 3 2010-09-26 "GNU" "Linux Programmer's Manual" .SH NAME mkstemp, mkostemp \- create a unique temporary file .SH SYNOPSIS diff --git a/man3/siginterrupt.3 b/man3/siginterrupt.3 index b84855563..936425d60 100644 --- a/man3/siginterrupt.3 +++ b/man3/siginterrupt.3 @@ -26,7 +26,7 @@ .\" 386BSD man pages .\" Modified Sun Jul 25 10:40:51 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sun Apr 14 16:20:34 1996 by Andries Brouwer (aeb@cwi.nl) -.TH SIGINTERRUPT 3 2010-09-20 "" "Linux Programmer's Manual" +.TH SIGINTERRUPT 3 2010-09-26 "" "Linux Programmer's Manual" .SH NAME siginterrupt \- allow signals to interrupt system calls .SH SYNOPSIS diff --git a/man3/strdup.3 b/man3/strdup.3 index a9dc1f9b2..468c0adb3 100644 --- a/man3/strdup.3 +++ b/man3/strdup.3 @@ -26,7 +26,7 @@ .\" 386BSD man pages .\" Modified Sun Jul 25 10:41:34 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Wed Oct 17 01:12:26 2001 by John Levon -.TH STRDUP 3 2010-09-15 "GNU" "Linux Programmer's Manual" +.TH STRDUP 3 2010-09-26 "GNU" "Linux Programmer's Manual" .SH NAME strdup, strndup, strdupa, strndupa \- duplicate a string .SH SYNOPSIS