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 <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-10-02 23:47:51 +02:00
parent 8859b93de4
commit bc65e77236
39 changed files with 39 additions and 39 deletions

View File

@ -11,7 +11,7 @@
.\" May be distributed under the GNU General Public License .\" May be distributed under the GNU General Public License
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.TH LDD 1 2014-07-08 "" "Linux Programmer's Manual" .TH LDD 1 2014-10-02 "" "Linux Programmer's Manual"
.SH NAME .SH NAME
ldd \- print shared library dependencies ldd \- print shared library dependencies
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -34,7 +34,7 @@
.\" 2007-09-14 Ollie Wild <aaw@google.com>, mtk .\" 2007-09-14 Ollie Wild <aaw@google.com>, mtk
.\" Add text describing limits on command-line arguments + environment .\" 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 .SH NAME
execve \- execute program execve \- execute program
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -21,7 +21,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.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
fanotify_init \- create and initialize fanotify group fanotify_init \- create and initialize fanotify group
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -21,7 +21,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.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
fanotify_mark \- add, remove, or modify an fanotify mark on a filesystem fanotify_mark \- add, remove, or modify an fanotify mark on a filesystem
object object

View File

@ -61,7 +61,7 @@
.\" 2008-05-07, mtk / Peter Zijlstra, Added description of RLIMIT_RTTIME .\" 2008-05-07, mtk / Peter Zijlstra, Added description of RLIMIT_RTTIME
.\" 2010-11-06, mtk: Added documentation of prlimit() .\" 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 .SH NAME
getrlimit, setrlimit, prlimit \- get/set resource limits getrlimit, setrlimit, prlimit \- get/set resource limits
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -48,7 +48,7 @@
.\" FIXME . Apr 08: The next POSIX revision has O_EXEC, O_SEARCH, and .\" FIXME . Apr 08: The next POSIX revision has O_EXEC, O_SEARCH, and
.\" O_TTYINIT. Eventually these may need to be documented. --mtk .\" 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 .SH NAME
open, openat, creat \- open and possibly create a file open, openat, creat \- open and possibly create a file
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -41,7 +41,7 @@
.\" 2011-09-20, Guillem Jover <guillem@hadrons.org>: .\" 2011-09-20, Guillem Jover <guillem@hadrons.org>:
.\" Added text on dynamically allocating buffer + example program .\" 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 .SH NAME
readlink, readlinkat \- read value of a symbolic link readlink, readlinkat \- read value of a symbolic link
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
sched_setattr, sched_getattr \- sched_setattr, sched_getattr \-
set and get scheduling policy and attributes set and get scheduling policy and attributes

View File

@ -23,7 +23,7 @@
.\" %%%LICENSE_END .\" %%%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 .SH NAME
sched_setscheduler, sched_getscheduler \- sched_setscheduler, sched_getscheduler \-
set and get scheduling policy/parameters set and get scheduling policy/parameters

View File

@ -35,7 +35,7 @@
.\" Language and formatting clean-ups .\" Language and formatting clean-ups
.\" Added notes on /proc files .\" 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 .SH NAME
shmget \- allocates a System V shared memory segment shmget \- allocates a System V shared memory segment
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
syscalls \- Linux system calls syscalls \- Linux system calls
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
vmsplice \- splice user pages into a pipe vmsplice \- splice user pages into a pipe
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" Modified by Walter Harms: dladdr, dlvsym .\" Modified by Walter Harms: dladdr, dlvsym
.\" Modified by Petr Baudis <pasky@suse.cz>, 2008-12-04: dladdr caveat .\" Modified by Petr Baudis <pasky@suse.cz>, 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 .SH NAME
dladdr, dlclose, dlerror, dlopen, dlsym, dlvsym \- programming interface to dladdr, dlclose, dlerror, dlopen, dlsym, dlvsym \- programming interface to
dynamic linking loader dynamic linking loader

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.TH FSEEKO 3 2014-08-19 "" "Linux Programmer's Manual" .TH FSEEKO 3 2014-10-02 "" "Linux Programmer's Manual"
.SH NAME .SH NAME
fseeko, ftello \- seek to or report file position fseeko, ftello \- seek to or report file position
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -27,7 +27,7 @@
.\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
.\" 386BSD man pages .\" 386BSD man pages
.\" Modified Sat Jul 24 19:29:54 1993 by Rik Faith (faith@cs.unc.edu) .\" 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 .SH NAME
getgrent, setgrent, endgrent \- get group file entry getgrent, setgrent, endgrent \- get group file entry
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
mq_getattr, mq_setattr \- get/set message queue attributes mq_getattr, mq_setattr \- get/set message queue attributes
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work. .\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
mq_open \- open a message queue mq_open \- open a message queue
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\" Rewritten old page, 990824, aeb@cwi.nl .\" Rewritten old page, 990824, aeb@cwi.nl
.\" 2004-12-14, mtk, added discussion of resolved_path == NULL .\" 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 .SH NAME
realpath \- return the canonicalized absolute pathname realpath \- return the canonicalized absolute pathname
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
armscii-8 \- Armenian character set encoded in octal, decimal, armscii-8 \- Armenian character set encoded in octal, decimal,
and hexadecimal and hexadecimal

View File

@ -32,7 +32,7 @@
.\" Modified 1999-08-08 by Michael Haardt (michael@moria.de) .\" Modified 1999-08-08 by Michael Haardt (michael@moria.de)
.\" Modified 2004-04-01 by aeb .\" 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 .SH NAME
ascii \- ASCII character set encoded in octal, decimal, ascii \- ASCII character set encoded in octal, decimal,
and hexadecimal and hexadecimal

View File

@ -24,7 +24,7 @@
.\" .\"
.\" Slightly rearranged, aeb, 950713 .\" Slightly rearranged, aeb, 950713
.\" Updated, dpo, 990531 .\" 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 .SH NAME
iso_8859-1 \- ISO 8859-1 character set encoded in octal, decimal, iso_8859-1 \- ISO 8859-1 character set encoded in octal, decimal,
and hexadecimal and hexadecimal

View File

@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
iso_8859-10 \- ISO 8859-10 character set encoded in octal, decimal, iso_8859-10 \- ISO 8859-10 character set encoded in octal, decimal,
and hexadecimal and hexadecimal

View File

@ -24,7 +24,7 @@
.\" .\"
.\"Thanomsub Noppaburana <donga.nb@gmail.com> made valuable suggestions. .\"Thanomsub Noppaburana <donga.nb@gmail.com> 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 .SH NAME
iso_8859-11 \- ISO 8859-11 character set encoded in octal, decimal, iso_8859-11 \- ISO 8859-11 character set encoded in octal, decimal,
and hexadecimal and hexadecimal

View File

@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
iso_8859-13 \- ISO 8859-13 character set encoded in octal, decimal, iso_8859-13 \- ISO 8859-13 character set encoded in octal, decimal,
and hexadecimal and hexadecimal

View File

@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
iso_8859-14 \- ISO 8859-14 character set encoded in octal, decimal, iso_8859-14 \- ISO 8859-14 character set encoded in octal, decimal,
and hexadecimal and hexadecimal

View File

@ -23,7 +23,7 @@
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
iso_8859-15 \- ISO 8859-15 character set encoded in octal, decimal, iso_8859-15 \- ISO 8859-15 character set encoded in octal, decimal,
and hexadecimal and hexadecimal

View File

@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
iso_8859-16 \- ISO 8859-16 character set encoded in octal, decimal, iso_8859-16 \- ISO 8859-16 character set encoded in octal, decimal,
and hexadecimal and hexadecimal

View File

@ -25,7 +25,7 @@
.\" .\"
.\" Slightly rearranged, aeb, 950713 .\" Slightly rearranged, aeb, 950713
.\" Updated, dpo, 990531 .\" 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 .SH NAME
iso_8859-2 \- ISO 8859-2 character set encoded in octal, decimal, iso_8859-2 \- ISO 8859-2 character set encoded in octal, decimal,
and hexadecimal and hexadecimal

View File

@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
iso_8859-3 \- ISO 8859-3 character set encoded in octal, decimal, iso_8859-3 \- ISO 8859-3 character set encoded in octal, decimal,
and hexadecimal and hexadecimal

View File

@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
iso_8859-4 \- ISO 8859-4 character set encoded in octal, decimal, iso_8859-4 \- ISO 8859-4 character set encoded in octal, decimal,
and hexadecimal and hexadecimal

View File

@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
iso_8859-5 \- ISO 8859-5 character set encoded in octal, decimal, iso_8859-5 \- ISO 8859-5 character set encoded in octal, decimal,
and hexadecimal and hexadecimal

View File

@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
iso_8859-6 \- ISO 8859-6 character set encoded in octal, decimal, iso_8859-6 \- ISO 8859-6 character set encoded in octal, decimal,
and hexadecimal and hexadecimal

View File

@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
iso_8859-7 \- ISO 8859-7 character set encoded in octal, decimal, iso_8859-7 \- ISO 8859-7 character set encoded in octal, decimal,
and hexadecimal and hexadecimal

View File

@ -24,7 +24,7 @@
.\" .\"
.\" Eli Zaretskii <eliz@gnu.org> made valuable suggestions .\" Eli Zaretskii <eliz@gnu.org> 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 .SH NAME
iso_8859-8 \- ISO 8859-8 character set encoded in octal, decimal, iso_8859-8 \- ISO 8859-8 character set encoded in octal, decimal,
and hexadecimal and hexadecimal

View File

@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
iso_8859-9 \- ISO 8859-9 character set encoded in octal, decimal, iso_8859-9 \- ISO 8859-9 character set encoded in octal, decimal,
and hexadecimal and hexadecimal

View File

@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END .\" %%%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 .SH NAME
koi8-r \- Russian character set encoded in octal, decimal, koi8-r \- Russian character set encoded in octal, decimal,
and hexadecimal and hexadecimal

View File

@ -24,7 +24,7 @@
.\" .\"
.\" 2009-01-15, mtk, Some edits .\" 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 .SH NAME
koi8-u \- Ukrainian character set encoded in octal, decimal, koi8-u \- Ukrainian character set encoded in octal, decimal,
and hexadecimal and hexadecimal

View File

@ -29,7 +29,7 @@
.\" .\"
.\" Worth looking at: http://rt.wiki.kernel.org/index.php .\" 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 .SH NAME
sched \- overview of scheduling APIs sched \- overview of scheduling APIs
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -2,7 +2,7 @@
.\" This is in the public domain .\" This is in the public domain
.\" %%%LICENSE_END .\" %%%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 .SH NAME
ld.so, ld-linux.so* \- dynamic linker/loader ld.so, ld-linux.so* \- dynamic linker/loader
.SH SYNOPSIS .SH SYNOPSIS