From bc65e772368ee078e79113af222c8e817a254e75 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 2 Oct 2014 23:47:51 +0200 Subject: [PATCH] ldd.1, execve.2, fanotify_init.2, fanotify_mark.2, getrlimit.2, open.2, readlink.2, sched_setattr.2, sched_setscheduler.2, shmget.2, syscalls.2, vmsplice.2, dlopen.3, fseeko.3, getgrent.3, mq_getattr.3, mq_open.3, realpath.3, armscii-8.7, ascii.7, iso_8859-1.7, iso_8859-10.7, iso_8859-11.7, iso_8859-13.7, iso_8859-14.7, iso_8859-15.7, iso_8859-16.7, iso_8859-2.7, iso_8859-3.7, iso_8859-4.7, iso_8859-5.7, iso_8859-6.7, iso_8859-7.7, iso_8859-8.7, iso_8859-9.7, koi8-r.7, koi8-u.7, sched.7, ld.so.8: tstamp Signed-off-by: Michael Kerrisk --- man1/ldd.1 | 2 +- man2/execve.2 | 2 +- man2/fanotify_init.2 | 2 +- man2/fanotify_mark.2 | 2 +- man2/getrlimit.2 | 2 +- man2/open.2 | 2 +- man2/readlink.2 | 2 +- man2/sched_setattr.2 | 2 +- man2/sched_setscheduler.2 | 2 +- man2/shmget.2 | 2 +- man2/syscalls.2 | 2 +- man2/vmsplice.2 | 2 +- man3/dlopen.3 | 2 +- man3/fseeko.3 | 2 +- man3/getgrent.3 | 2 +- man3/mq_getattr.3 | 2 +- man3/mq_open.3 | 2 +- man3/realpath.3 | 2 +- man7/armscii-8.7 | 2 +- man7/ascii.7 | 2 +- man7/iso_8859-1.7 | 2 +- man7/iso_8859-10.7 | 2 +- man7/iso_8859-11.7 | 2 +- man7/iso_8859-13.7 | 2 +- man7/iso_8859-14.7 | 2 +- man7/iso_8859-15.7 | 2 +- man7/iso_8859-16.7 | 2 +- man7/iso_8859-2.7 | 2 +- man7/iso_8859-3.7 | 2 +- man7/iso_8859-4.7 | 2 +- man7/iso_8859-5.7 | 2 +- man7/iso_8859-6.7 | 2 +- man7/iso_8859-7.7 | 2 +- man7/iso_8859-8.7 | 2 +- man7/iso_8859-9.7 | 2 +- man7/koi8-r.7 | 2 +- man7/koi8-u.7 | 2 +- man7/sched.7 | 2 +- man8/ld.so.8 | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/man1/ldd.1 b/man1/ldd.1 index 441b5de47..24979dbaf 100644 --- a/man1/ldd.1 +++ b/man1/ldd.1 @@ -11,7 +11,7 @@ .\" May be distributed under the GNU General Public License .\" %%%LICENSE_END .\" -.TH LDD 1 2014-07-08 "" "Linux Programmer's Manual" +.TH LDD 1 2014-10-02 "" "Linux Programmer's Manual" .SH NAME ldd \- print shared library dependencies .SH SYNOPSIS diff --git a/man2/execve.2 b/man2/execve.2 index dfa933bd0..c154722dd 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -34,7 +34,7 @@ .\" 2007-09-14 Ollie Wild , mtk .\" Add text describing limits on command-line arguments + environment .\" -.TH EXECVE 2 2014-08-19 "Linux" "Linux Programmer's Manual" +.TH EXECVE 2 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME execve \- execute program .SH SYNOPSIS diff --git a/man2/fanotify_init.2 b/man2/fanotify_init.2 index febfbef1c..348383b3f 100644 --- a/man2/fanotify_init.2 +++ b/man2/fanotify_init.2 @@ -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. .\" %%%LICENSE_END -.TH FANOTIFY_INIT 2 2014-05-18 "Linux" "Linux Programmer's Manual" +.TH FANOTIFY_INIT 2 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME fanotify_init \- create and initialize fanotify group .SH SYNOPSIS diff --git a/man2/fanotify_mark.2 b/man2/fanotify_mark.2 index dda0321c1..78fc17be0 100644 --- a/man2/fanotify_mark.2 +++ b/man2/fanotify_mark.2 @@ -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. .\" %%%LICENSE_END -.TH FANOTIFY_MARK 2 2014-04-24 "Linux" "Linux Programmer's Manual" +.TH FANOTIFY_MARK 2 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME fanotify_mark \- add, remove, or modify an fanotify mark on a filesystem object diff --git a/man2/getrlimit.2 b/man2/getrlimit.2 index a3e42853b..cf7e14df5 100644 --- a/man2/getrlimit.2 +++ b/man2/getrlimit.2 @@ -61,7 +61,7 @@ .\" 2008-05-07, mtk / Peter Zijlstra, Added description of RLIMIT_RTTIME .\" 2010-11-06, mtk: Added documentation of prlimit() .\" -.TH GETRLIMIT 2 2014-08-19 "Linux" "Linux Programmer's Manual" +.TH GETRLIMIT 2 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME getrlimit, setrlimit, prlimit \- get/set resource limits .SH SYNOPSIS diff --git a/man2/open.2 b/man2/open.2 index 7391cef8c..abc3c35b8 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-07-08 "Linux" "Linux Programmer's Manual" +.TH OPEN 2 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME open, openat, creat \- open and possibly create a file .SH SYNOPSIS diff --git a/man2/readlink.2 b/man2/readlink.2 index 1f5f7fd1f..b081ad5a2 100644 --- a/man2/readlink.2 +++ b/man2/readlink.2 @@ -41,7 +41,7 @@ .\" 2011-09-20, Guillem Jover : .\" Added text on dynamically allocating buffer + example program .\" -.TH READLINK 2 2014-08-19 "Linux" "Linux Programmer's Manual" +.TH READLINK 2 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME readlink, readlinkat \- read value of a symbolic link .SH SYNOPSIS diff --git a/man2/sched_setattr.2 b/man2/sched_setattr.2 index 1ceceb018..c8de5bbbe 100644 --- a/man2/sched_setattr.2 +++ b/man2/sched_setattr.2 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH SCHED_SETATTR 2 2014-05-13 "Linux" "Linux Programmer's Manual" +.TH SCHED_SETATTR 2 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME sched_setattr, sched_getattr \- set and get scheduling policy and attributes diff --git a/man2/sched_setscheduler.2 b/man2/sched_setscheduler.2 index 92640c9d5..507df6a41 100644 --- a/man2/sched_setscheduler.2 +++ b/man2/sched_setscheduler.2 @@ -23,7 +23,7 @@ .\" %%%LICENSE_END .\" .\" -.TH SCHED_SETSCHEDULER 2 2014-05-21 "Linux" "Linux Programmer's Manual" +.TH SCHED_SETSCHEDULER 2 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME sched_setscheduler, sched_getscheduler \- set and get scheduling policy/parameters diff --git a/man2/shmget.2 b/man2/shmget.2 index d1178b640..01a44a86e 100644 --- a/man2/shmget.2 +++ b/man2/shmget.2 @@ -35,7 +35,7 @@ .\" Language and formatting clean-ups .\" Added notes on /proc files .\" -.TH SHMGET 2 2014-05-21 "Linux" "Linux Programmer's Manual" +.TH SHMGET 2 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME shmget \- allocates a System V shared memory segment .SH SYNOPSIS diff --git a/man2/syscalls.2 b/man2/syscalls.2 index 6e348319f..c06f14fb4 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-07-08 "Linux" "Linux Programmer's Manual" +.TH SYSCALLS 2 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME syscalls \- Linux system calls .SH SYNOPSIS diff --git a/man2/vmsplice.2 b/man2/vmsplice.2 index ca1221ccf..db92656a2 100644 --- a/man2/vmsplice.2 +++ b/man2/vmsplice.2 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH VMSPLICE 2 2014-07-08 "Linux" "Linux Programmer's Manual" +.TH VMSPLICE 2 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME vmsplice \- splice user pages into a pipe .SH SYNOPSIS diff --git a/man3/dlopen.3 b/man3/dlopen.3 index 28a04da01..347f41b9f 100644 --- a/man3/dlopen.3 +++ b/man3/dlopen.3 @@ -32,7 +32,7 @@ .\" Modified by Walter Harms: dladdr, dlvsym .\" Modified by Petr Baudis , 2008-12-04: dladdr caveat .\" -.TH DLOPEN 3 2014-01-08 "Linux" "Linux Programmer's Manual" +.TH DLOPEN 3 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME dladdr, dlclose, dlerror, dlopen, dlsym, dlvsym \- programming interface to dynamic linking loader diff --git a/man3/fseeko.3 b/man3/fseeko.3 index bd1bfbfc6..0a62edc47 100644 --- a/man3/fseeko.3 +++ b/man3/fseeko.3 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH FSEEKO 3 2014-08-19 "" "Linux Programmer's Manual" +.TH FSEEKO 3 2014-10-02 "" "Linux Programmer's Manual" .SH NAME fseeko, ftello \- seek to or report file position .SH SYNOPSIS diff --git a/man3/getgrent.3 b/man3/getgrent.3 index ad0f411fd..2b49c00fb 100644 --- a/man3/getgrent.3 +++ b/man3/getgrent.3 @@ -27,7 +27,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 19:29:54 1993 by Rik Faith (faith@cs.unc.edu) -.TH GETGRENT 3 2014-08-19 "" "Linux Programmer's Manual" +.TH GETGRENT 3 2014-10-02 "" "Linux Programmer's Manual" .SH NAME getgrent, setgrent, endgrent \- get group file entry .SH SYNOPSIS diff --git a/man3/mq_getattr.3 b/man3/mq_getattr.3 index 87ce2070c..3dc66beed 100644 --- a/man3/mq_getattr.3 +++ b/man3/mq_getattr.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH MQ_GETATTR 3 2014-05-28 "Linux" "Linux Programmer's Manual" +.TH MQ_GETATTR 3 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME mq_getattr, mq_setattr \- get/set message queue attributes .SH SYNOPSIS diff --git a/man3/mq_open.3 b/man3/mq_open.3 index d98ec80ce..52a7a7910 100644 --- a/man3/mq_open.3 +++ b/man3/mq_open.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH MQ_OPEN 3 2014-06-03 "Linux" "Linux Programmer's Manual" +.TH MQ_OPEN 3 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME mq_open \- open a message queue .SH SYNOPSIS diff --git a/man3/realpath.3 b/man3/realpath.3 index ea20b3044..6a9d200ca 100644 --- a/man3/realpath.3 +++ b/man3/realpath.3 @@ -25,7 +25,7 @@ .\" Rewritten old page, 990824, aeb@cwi.nl .\" 2004-12-14, mtk, added discussion of resolved_path == NULL .\" -.TH REALPATH 3 2014-08-19 "" "Linux Programmer's Manual" +.TH REALPATH 3 2014-10-02 "" "Linux Programmer's Manual" .SH NAME realpath \- return the canonicalized absolute pathname .SH SYNOPSIS diff --git a/man7/armscii-8.7 b/man7/armscii-8.7 index 852bed20a..956086859 100644 --- a/man7/armscii-8.7 +++ b/man7/armscii-8.7 @@ -22,7 +22,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH ARMSCII-8 7 2014-02-16 "Linux" "Linux Programmer's Manual" +.TH ARMSCII-8 7 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME armscii-8 \- Armenian character set encoded in octal, decimal, and hexadecimal diff --git a/man7/ascii.7 b/man7/ascii.7 index 12375d949..93a404a32 100644 --- a/man7/ascii.7 +++ b/man7/ascii.7 @@ -32,7 +32,7 @@ .\" Modified 1999-08-08 by Michael Haardt (michael@moria.de) .\" Modified 2004-04-01 by aeb .\" -.TH ASCII 7 2014-02-26 "Linux" "Linux Programmer's Manual" +.TH ASCII 7 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME ascii \- ASCII character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-1.7 b/man7/iso_8859-1.7 index d48819fbb..dfa3e3f83 100644 --- a/man7/iso_8859-1.7 +++ b/man7/iso_8859-1.7 @@ -24,7 +24,7 @@ .\" .\" Slightly rearranged, aeb, 950713 .\" Updated, dpo, 990531 -.TH ISO_8859-1 7 2014-02-16 "Linux" "Linux Programmer's Manual" +.TH ISO_8859-1 7 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME iso_8859-1 \- ISO 8859-1 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-10.7 b/man7/iso_8859-10.7 index f2430f284..3d1b1779a 100644 --- a/man7/iso_8859-10.7 +++ b/man7/iso_8859-10.7 @@ -22,7 +22,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH ISO_8859-10 7 2014-02-16 "Linux" "Linux Programmer's Manual" +.TH ISO_8859-10 7 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME iso_8859-10 \- ISO 8859-10 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-11.7 b/man7/iso_8859-11.7 index f0fac9fae..2408b4459 100644 --- a/man7/iso_8859-11.7 +++ b/man7/iso_8859-11.7 @@ -24,7 +24,7 @@ .\" .\"Thanomsub Noppaburana made valuable suggestions. .\" -.TH ISO_8859-11 7 2014-02-16 "Linux" "Linux Programmer's Manual" +.TH ISO_8859-11 7 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME iso_8859-11 \- ISO 8859-11 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-13.7 b/man7/iso_8859-13.7 index 7bfd1a060..9bb7fd42d 100644 --- a/man7/iso_8859-13.7 +++ b/man7/iso_8859-13.7 @@ -22,7 +22,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH ISO_8859-13 7 2014-02-16 "Linux" "Linux Programmer's Manual" +.TH ISO_8859-13 7 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME iso_8859-13 \- ISO 8859-13 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-14.7 b/man7/iso_8859-14.7 index eddd82768..57da91fa1 100644 --- a/man7/iso_8859-14.7 +++ b/man7/iso_8859-14.7 @@ -22,7 +22,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH ISO_8859-14 7 2014-02-16 "Linux" "Linux Programmer's Manual" +.TH ISO_8859-14 7 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME iso_8859-14 \- ISO 8859-14 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-15.7 b/man7/iso_8859-15.7 index 30cb65588..8d9a8154e 100644 --- a/man7/iso_8859-15.7 +++ b/man7/iso_8859-15.7 @@ -23,7 +23,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH ISO_8859-15 7 2014-02-16 "Linux" "Linux Programmer's Manual" +.TH ISO_8859-15 7 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME iso_8859-15 \- ISO 8859-15 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-16.7 b/man7/iso_8859-16.7 index 662e4aa3c..de73501b7 100644 --- a/man7/iso_8859-16.7 +++ b/man7/iso_8859-16.7 @@ -22,7 +22,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH ISO_8859-16 7 2014-02-16 "Linux" "Linux Programmer's Manual" +.TH ISO_8859-16 7 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME iso_8859-16 \- ISO 8859-16 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-2.7 b/man7/iso_8859-2.7 index 3e0445669..7ea963b07 100644 --- a/man7/iso_8859-2.7 +++ b/man7/iso_8859-2.7 @@ -25,7 +25,7 @@ .\" .\" Slightly rearranged, aeb, 950713 .\" Updated, dpo, 990531 -.TH ISO_8859-2 7 2014-02-16 "Linux" "Linux Programmer's Manual" +.TH ISO_8859-2 7 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME iso_8859-2 \- ISO 8859-2 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-3.7 b/man7/iso_8859-3.7 index ed7a7f720..d47c93a46 100644 --- a/man7/iso_8859-3.7 +++ b/man7/iso_8859-3.7 @@ -22,7 +22,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH ISO_8859-3 7 2014-02-16 "Linux" "Linux Programmer's Manual" +.TH ISO_8859-3 7 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME iso_8859-3 \- ISO 8859-3 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-4.7 b/man7/iso_8859-4.7 index f0bbb478b..91f914c0e 100644 --- a/man7/iso_8859-4.7 +++ b/man7/iso_8859-4.7 @@ -22,7 +22,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH ISO_8859-4 7 2014-02-16 "Linux" "Linux Programmer's Manual" +.TH ISO_8859-4 7 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME iso_8859-4 \- ISO 8859-4 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-5.7 b/man7/iso_8859-5.7 index 7159864a0..bfbf74dfe 100644 --- a/man7/iso_8859-5.7 +++ b/man7/iso_8859-5.7 @@ -22,7 +22,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH ISO_8859-5 7 2014-02-16 "Linux" "Linux Programmer's Manual" +.TH ISO_8859-5 7 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME iso_8859-5 \- ISO 8859-5 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-6.7 b/man7/iso_8859-6.7 index 84799f8e1..77e898a01 100644 --- a/man7/iso_8859-6.7 +++ b/man7/iso_8859-6.7 @@ -22,7 +22,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH ISO_8859-6 7 2014-02-16 "Linux" "Linux Programmer's Manual" +.TH ISO_8859-6 7 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME iso_8859-6 \- ISO 8859-6 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-7.7 b/man7/iso_8859-7.7 index 4cab0e338..3ea89c96b 100644 --- a/man7/iso_8859-7.7 +++ b/man7/iso_8859-7.7 @@ -22,7 +22,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH ISO_8859-7 7 2014-02-16 "Linux" "Linux Programmer's Manual" +.TH ISO_8859-7 7 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME iso_8859-7 \- ISO 8859-7 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-8.7 b/man7/iso_8859-8.7 index 500b3fa79..f4b279a9e 100644 --- a/man7/iso_8859-8.7 +++ b/man7/iso_8859-8.7 @@ -24,7 +24,7 @@ .\" .\" Eli Zaretskii made valuable suggestions .\" -.TH ISO_8859-8 7 2014-02-16 "Linux" "Linux Programmer's Manual" +.TH ISO_8859-8 7 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME iso_8859-8 \- ISO 8859-8 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-9.7 b/man7/iso_8859-9.7 index 977a36633..2e3c95b69 100644 --- a/man7/iso_8859-9.7 +++ b/man7/iso_8859-9.7 @@ -22,7 +22,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH ISO_8859-9 7 2014-02-16 "Linux" "Linux Programmer's Manual" +.TH ISO_8859-9 7 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME iso_8859-9 \- ISO 8859-9 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/koi8-r.7 b/man7/koi8-r.7 index 274ae21cc..b69ef0744 100644 --- a/man7/koi8-r.7 +++ b/man7/koi8-r.7 @@ -22,7 +22,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH KOI8-R 7 2014-02-16 "Linux" "Linux Programmer's Manual" +.TH KOI8-R 7 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME koi8-r \- Russian character set encoded in octal, decimal, and hexadecimal diff --git a/man7/koi8-u.7 b/man7/koi8-u.7 index 420b160a3..8fba5cb7d 100644 --- a/man7/koi8-u.7 +++ b/man7/koi8-u.7 @@ -24,7 +24,7 @@ .\" .\" 2009-01-15, mtk, Some edits .\" -.TH KOI8-U 7 2014-03-18 "Linux" "Linux Programmer's Manual" +.TH KOI8-U 7 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME koi8-u \- Ukrainian character set encoded in octal, decimal, and hexadecimal diff --git a/man7/sched.7 b/man7/sched.7 index 5421cc0f6..667f15a71 100644 --- a/man7/sched.7 +++ b/man7/sched.7 @@ -29,7 +29,7 @@ .\" .\" Worth looking at: http://rt.wiki.kernel.org/index.php .\" -.TH SCHED 7 2014-07-08 "Linux" "Linux Programmer's Manual" +.TH SCHED 7 2014-10-02 "Linux" "Linux Programmer's Manual" .SH NAME sched \- overview of scheduling APIs .SH DESCRIPTION diff --git a/man8/ld.so.8 b/man8/ld.so.8 index c9e322533..a5a72934c 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -2,7 +2,7 @@ .\" This is in the public domain .\" %%%LICENSE_END .\" -.TH LD.SO 8 2014-07-08 "GNU" "Linux Programmer's Manual" +.TH LD.SO 8 2014-10-02 "GNU" "Linux Programmer's Manual" .SH NAME ld.so, ld-linux.so* \- dynamic linker/loader .SH SYNOPSIS