localedef.1, close.2, copy_file_range.2, execve.2, get_robust_list.2, getdomainname.2, gethostname.2, inotify_add_watch.2, io_submit.2, ioctl_fideduperange.2, kcmp.2, kill.2, mmap.2, move_pages.2, perf_event_open.2, ptrace.2, rt_sigqueueinfo.2, sched_setaffinity.2, sched_setparam.2, setns.2, sigaction.2, signalfd.2, statx.2, syscall.2, syscalls.2, uname.2, write.2, errno.3, fexecve.3, getauxval.3, printf.3, pthread_mutex_consistent.3, pthread_mutexattr_init.3, pthread_mutexattr_setrobust.3, pthread_setcancelstate.3, regex.3, strtok.3, strtol.3, ttyname.3, smartpqi.4, core.5, resolv.conf.5, man-pages.7, mq_overview.7, operator.7, pthreads.7, signal-safety.7, sysvipc.7: Update timestamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-10-10 22:28:39 +02:00
parent cdb9217972
commit 867c9b3408
48 changed files with 48 additions and 48 deletions

View File

@ -31,7 +31,7 @@
.\" Lars Wirzenius to document new functionality (as of GNU .\" Lars Wirzenius to document new functionality (as of GNU
.\" C library 2.3.5). .\" C library 2.3.5).
.\" .\"
.TH LOCALEDEF 1 2019-03-06 "Linux" "Linux User Manual" .TH LOCALEDEF 1 2019-10-10 "Linux" "Linux User Manual"
.SH NAME .SH NAME
localedef \- compile locale definition files localedef \- compile locale definition files
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -33,7 +33,7 @@
.\" Modified 2000-07-22 by Nicolás Lichtmaier <nick@debian.org> .\" Modified 2000-07-22 by Nicolás Lichtmaier <nick@debian.org>
.\" added note about close(2) not guaranteeing that data is safe on close. .\" added note about close(2) not guaranteeing that data is safe on close.
.\" .\"
.TH CLOSE 2 2017-09-15 "Linux" "Linux Programmer's Manual" .TH CLOSE 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
close \- close a file descriptor close \- close a file descriptor
.SH SYNOPSIS .SH SYNOPSIS

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 COPY_FILE_RANGE 2 2019-03-06 "Linux" "Linux Programmer's Manual" .TH COPY_FILE_RANGE 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
copy_file_range \- Copy a range of data from one file to another copy_file_range \- Copy a range of data from one file to another
.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 2019-05-09 "Linux" "Linux Programmer's Manual" .TH EXECVE 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
execve \- execute program execve \- execute program
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -27,7 +27,7 @@
.\" FIXME Something could be added to this page (or exit(2)) .\" FIXME Something could be added to this page (or exit(2))
.\" about exit_robust_list processing .\" about exit_robust_list processing
.\" .\"
.TH GET_ROBUST_LIST 2 2017-09-15 Linux "Linux System Calls" .TH GET_ROBUST_LIST 2 2019-10-10 Linux "Linux System Calls"
.SH NAME .SH NAME
get_robust_list, set_robust_list \- get/set list of robust futexes get_robust_list, set_robust_list \- get/set list of robust futexes
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" Modified 2008-11-27 by mtk .\" Modified 2008-11-27 by mtk
.\" .\"
.TH GETDOMAINNAME 2 2017-09-15 "Linux" "Linux Programmer's Manual" .TH GETDOMAINNAME 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
getdomainname, setdomainname \- get/set NIS domain name getdomainname, setdomainname \- get/set NIS domain name
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -29,7 +29,7 @@
.\" Modified 2004-06-17 by mtk .\" Modified 2004-06-17 by mtk
.\" Modified 2008-11-27 by mtk .\" Modified 2008-11-27 by mtk
.\" .\"
.TH GETHOSTNAME 2 2017-09-15 "Linux" "Linux Programmer's Manual" .TH GETHOSTNAME 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
gethostname, sethostname \- get/set hostname gethostname, sethostname \- get/set hostname
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\" 2005-07-19 Robert Love <rlove@rlove.org> - initial version .\" 2005-07-19 Robert Love <rlove@rlove.org> - initial version
.\" 2006-02-07 mtk, various changes .\" 2006-02-07 mtk, various changes
.\" .\"
.TH INOTIFY_ADD_WATCH 2 2019-03-06 "Linux" "Linux Programmer's Manual" .TH INOTIFY_ADD_WATCH 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
inotify_add_watch \- add a watch to an initialized inotify instance inotify_add_watch \- add a watch to an initialized inotify instance
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -5,7 +5,7 @@
.\" This file is distributed according to the GNU General Public License. .\" This file is distributed according to the GNU General Public License.
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.TH IO_SUBMIT 2 2018-04-30 "Linux" "Linux Programmer's Manual" .TH IO_SUBMIT 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
io_submit \- submit asynchronous I/O blocks for processing io_submit \- submit asynchronous I/O blocks for processing
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -20,7 +20,7 @@
.\" License along with this manual; if not, see .\" License along with this manual; if not, see
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END .\" %%%LICENSE_END
.TH IOCTL-FIDEDUPERANGE 2 2017-09-15 "Linux" "Linux Programmer's Manual" .TH IOCTL-FIDEDUPERANGE 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
ioctl_fideduperange \- share some the data of one file with another file ioctl_fideduperange \- share some the data of one file with another file
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\" .\"
.\" Kernel commit d97b46a64674a267bc41c9e16132ee2a98c3347d .\" Kernel commit d97b46a64674a267bc41c9e16132ee2a98c3347d
.\" .\"
.TH KCMP 2 2019-03-06 "Linux" "Linux Programmer's Manual" .TH KCMP 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
kcmp \- compare two processes to determine if they share a kernel resource kcmp \- compare two processes to determine if they share a kernel resource
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -41,7 +41,7 @@
.\" Modified 2004-06-24 by aeb .\" Modified 2004-06-24 by aeb
.\" Modified, 2004-11-30, after idea from emmanuel.colbus@ensimag.imag.fr .\" Modified, 2004-11-30, after idea from emmanuel.colbus@ensimag.imag.fr
.\" .\"
.TH KILL 2 2017-09-15 "Linux" "Linux Programmer's Manual" .TH KILL 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
kill \- send signal to a process kill \- send signal to a process
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -37,7 +37,7 @@
.\" 2007-07-10, mtk, Added an example program. .\" 2007-07-10, mtk, Added an example program.
.\" 2008-11-18, mtk, document MAP_STACK .\" 2008-11-18, mtk, document MAP_STACK
.\" .\"
.TH MMAP 2 2019-02-27 "Linux" "Linux Programmer's Manual" .TH MMAP 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
mmap, munmap \- map or unmap files or devices into memory mmap, munmap \- map or unmap files or devices into memory
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -17,7 +17,7 @@
.\" (e.g., compare with recommendation in mbind(2)). .\" (e.g., compare with recommendation in mbind(2)).
.\" Does this page need to give advice on this topic? .\" Does this page need to give advice on this topic?
.\" .\"
.TH MOVE_PAGES 2 2017-09-15 "Linux" "Linux Programmer's Manual" .TH MOVE_PAGES 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
move_pages \- move individual pages of a process to another node move_pages \- move individual pages of a process to another node
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" This document is based on the perf_event.h header file, the .\" This document is based on the perf_event.h header file, the
.\" tools/perf/design.txt file, and a lot of bitter experience. .\" tools/perf/design.txt file, and a lot of bitter experience.
.\" .\"
.TH PERF_EVENT_OPEN 2 2019-03-06 "Linux" "Linux Programmer's Manual" .TH PERF_EVENT_OPEN 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
perf_event_open \- set up performance monitoring perf_event_open \- set up performance monitoring
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -102,7 +102,7 @@
.\" .\"
.\" and others that can be found in the arch/*/include/uapi/asm/ptrace files .\" and others that can be found in the arch/*/include/uapi/asm/ptrace files
.\" .\"
.TH PTRACE 2 2018-04-30 "Linux" "Linux Programmer's Manual" .TH PTRACE 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
ptrace \- process trace ptrace \- process trace
.SH SYNOPSIS .SH SYNOPSIS

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 RT_SIGQUEUEINFO 2 2017-09-15 "Linux" "Linux Programmer's Manual" .TH RT_SIGQUEUEINFO 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
rt_sigqueueinfo, rt_tgsigqueueinfo \- queue a signal and data rt_sigqueueinfo, rt_tgsigqueueinfo \- queue a signal and data
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -31,7 +31,7 @@
.\" 2008-11-12, mtk, removed CPU_*() macro descriptions to a .\" 2008-11-12, mtk, removed CPU_*() macro descriptions to a
.\" separate CPU_SET(3) page. .\" separate CPU_SET(3) page.
.\" .\"
.TH SCHED_SETAFFINITY 2 2019-03-06 "Linux" "Linux Programmer's Manual" .TH SCHED_SETAFFINITY 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
sched_setaffinity, sched_getaffinity \- \ sched_setaffinity, sched_getaffinity \- \
set and get a thread's CPU affinity mask set and get a thread's CPU affinity mask

View File

@ -27,7 +27,7 @@
.\" revision .\" revision
.\" Modified 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" .\"
.TH SCHED_SETPARAM 2 2019-03-06 "Linux" "Linux Programmer's Manual" .TH SCHED_SETPARAM 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
sched_setparam, sched_getparam \- set and get scheduling parameters sched_setparam, sched_getparam \- set and get scheduling parameters
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -5,7 +5,7 @@
.\" Licensed under the GPLv2 .\" Licensed under the GPLv2
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.TH SETNS 2 2019-03-06 "Linux" "Linux Programmer's Manual" .TH SETNS 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
setns \- reassociate thread with a namespace setns \- reassociate thread with a namespace
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -46,7 +46,7 @@
.\" 2015-01-17, Kees Cook <keescook@chromium.org> .\" 2015-01-17, Kees Cook <keescook@chromium.org>
.\" Added notes on ptrace SIGTRAP and SYS_SECCOMP. .\" Added notes on ptrace SIGTRAP and SYS_SECCOMP.
.\" .\"
.TH SIGACTION 2 2019-03-06 "Linux" "Linux Programmer's Manual" .TH SIGACTION 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
sigaction, rt_sigaction \- examine and change a signal action sigaction, rt_sigaction \- examine and change a signal action
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -17,7 +17,7 @@
.\" <http://www.gnu.org/licenses/>. .\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.TH SIGNALFD 2 2019-03-06 Linux "Linux Programmer's Manual" .TH SIGNALFD 2 2019-10-10 Linux "Linux Programmer's Manual"
.SH NAME .SH NAME
signalfd \- create a file descriptor for accepting signals signalfd \- create a file descriptor for accepting signals
.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 STATX 2 2019-03-06 "Linux" "Linux Programmer's Manual" .TH STATX 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
statx \- get file status (extended) statx \- get file status (extended)
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -39,7 +39,7 @@
.\" 2015-01-17, Kees Cook <keescook@chromium.org> .\" 2015-01-17, Kees Cook <keescook@chromium.org>
.\" Added mips and arm64. .\" Added mips and arm64.
.\" .\"
.TH SYSCALL 2 2018-04-30 "Linux" "Linux Programmer's Manual" .TH SYSCALL 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
syscall \- indirect system call syscall \- indirect system call
.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 2019-03-06 "Linux" "Linux Programmer's Manual" .TH SYSCALLS 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
syscalls \- Linux system calls syscalls \- Linux system calls
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" .\"
.\" 2007-07-05 mtk: Added details on underlying system call interfaces .\" 2007-07-05 mtk: Added details on underlying system call interfaces
.\" .\"
.TH UNAME 2 2019-03-06 "Linux" "Linux Programmer's Manual" .TH UNAME 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
uname \- get name and information about current kernel uname \- get name and information about current kernel
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -36,7 +36,7 @@
.\" gave some examples of why this might occur. .\" gave some examples of why this might occur.
.\" Noted what happens if write() is interrupted by a signal. .\" Noted what happens if write() is interrupted by a signal.
.\" .\"
.TH WRITE 2 2019-03-06 "Linux" "Linux Programmer's Manual" .TH WRITE 2 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
write \- write to a file descriptor write \- write to a file descriptor
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" 2006-02-09 Kurt Wall, mtk .\" 2006-02-09 Kurt Wall, mtk
.\" Added non-POSIX errors .\" Added non-POSIX errors
.\" .\"
.TH ERRNO 3 2019-03-06 "" "Linux Programmer's Manual" .TH ERRNO 3 2019-10-10 "" "Linux Programmer's Manual"
.SH NAME .SH NAME
errno \- number of last error errno \- number of last error
.SH SYNOPSIS .SH SYNOPSIS

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 FEXECVE 3 2017-09-15 "Linux" "Linux Programmer's Manual" .TH FEXECVE 3 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
fexecve \- execute program specified via file descriptor fexecve \- execute program specified via file descriptor
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" .\"
.\" See also https://lwn.net/Articles/519085/ .\" See also https://lwn.net/Articles/519085/
.\" .\"
.TH GETAUXVAL 3 2017-09-15 "GNU" "Linux Programmer's Manual" .TH GETAUXVAL 3 2019-10-10 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
getauxval \- retrieve a value from the auxiliary vector getauxval \- retrieve a value from the auxiliary vector
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -31,7 +31,7 @@
.\" 2000-07-26 jsm28@hermes.cam.ac.uk - three small fixes .\" 2000-07-26 jsm28@hermes.cam.ac.uk - three small fixes
.\" 2000-10-16 jsm28@hermes.cam.ac.uk - more fixes .\" 2000-10-16 jsm28@hermes.cam.ac.uk - more fixes
.\" .\"
.TH PRINTF 3 2019-03-06 "GNU" "Linux Programmer's Manual" .TH PRINTF 3 2019-10-10 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf, printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf,
vsprintf, vsnprintf \- formatted output conversion vsprintf, vsnprintf \- formatted output conversion

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 PTHREAD_MUTEX_CONSISTENT 3 2017-08-20 "Linux" "Linux Programmer's Manual" .TH PTHREAD_MUTEX_CONSISTENT 3 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
pthread_mutex_consistent \- make a robust mutex consistent pthread_mutex_consistent \- make a robust mutex consistent
.SH SYNOPSIS .SH SYNOPSIS

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 PTHREAD_MUTEXATTR_INIT 3 2017-08-20 "Linux" "Linux Programmer's Manual" .TH PTHREAD_MUTEXATTR_INIT 3 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
pthread_mutexattr_init, pthread_mutexattr_destroy \- initialize and pthread_mutexattr_init, pthread_mutexattr_destroy \- initialize and
destroy a mutex attributes object destroy a mutex attributes object

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 PTHREAD_MUTEXATTR_SETROBUST 3 2019-03-06 "Linux" "Linux Programmer's Manual" .TH PTHREAD_MUTEXATTR_SETROBUST 3 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
pthread_mutexattr_getrobust, pthread_mutexattr_setrobust pthread_mutexattr_getrobust, pthread_mutexattr_setrobust
\- get and set the robustness attribute of a mutex attributes object \- get and set the robustness attribute of a mutex attributes object

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 PTHREAD_SETCANCELSTATE 3 2017-09-15 "Linux" "Linux Programmer's Manual" .TH PTHREAD_SETCANCELSTATE 3 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
pthread_setcancelstate, pthread_setcanceltype \- pthread_setcancelstate, pthread_setcanceltype \-
set cancelability state and type set cancelability state and type

View File

@ -27,7 +27,7 @@
.\" Modified 8 May 1998 by Joseph S. Myers (jsm28@cam.ac.uk) .\" Modified 8 May 1998 by Joseph S. Myers (jsm28@cam.ac.uk)
.\" .\"
.\" show the synopsis section nicely .\" show the synopsis section nicely
.TH REGEX 3 2019-03-06 "GNU" "Linux Programmer's Manual" .TH REGEX 3 2019-10-10 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
regcomp, regexec, regerror, regfree \- POSIX regex functions regcomp, regexec, regerror, regfree \- POSIX regex functions
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -29,7 +29,7 @@
.\" 2005-11-17, mtk: Substantial parts rewritten .\" 2005-11-17, mtk: Substantial parts rewritten
.\" 2013-05-19, mtk: added much further detail on the operation of strtok() .\" 2013-05-19, mtk: added much further detail on the operation of strtok()
.\" .\"
.TH STRTOK 3 2019-03-06 "GNU" "Linux Programmer's Manual" .TH STRTOK 3 2019-10-10 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
strtok, strtok_r \- extract tokens from strings strtok, strtok_r \- extract tokens from strings
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" 386BSD man pages .\" 386BSD man pages
.\" Modified Sun Jul 25 10:53:39 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sun Jul 25 10:53:39 1993 by Rik Faith (faith@cs.unc.edu)
.\" Added correction due to nsd@bbc.com (Nick Duffek) - aeb, 950610 .\" Added correction due to nsd@bbc.com (Nick Duffek) - aeb, 950610
.TH STRTOL 3 2019-03-06 "GNU" "Linux Programmer's Manual" .TH STRTOL 3 2019-10-10 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
strtol, strtoll, strtoq \- convert a string to a long integer strtol, strtoll, strtoq \- convert a string to a long integer
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" Modified 2001-12-13, Martin Schulze <joey@infodrom.org> .\" Modified 2001-12-13, Martin Schulze <joey@infodrom.org>
.\" Added ttyname_r, aeb, 2002-07-20 .\" Added ttyname_r, aeb, 2002-07-20
.\" .\"
.TH TTYNAME 3 2017-05-03 "Linux" "Linux Programmer's Manual" .TH TTYNAME 3 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
ttyname, ttyname_r \- return name of a terminal ttyname, ttyname_r \- return name of a terminal
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -6,7 +6,7 @@
.\" %%%LICENSE_START(GPLv2_ONELINE) .\" %%%LICENSE_START(GPLv2_ONELINE)
.\" Licensed under GNU General Public License version 2 (GPLv2) .\" Licensed under GNU General Public License version 2 (GPLv2)
.\" %%%LICENSE_END .\" %%%LICENSE_END
.TH SMARTPQI 4 2017-10-19 "Linux" "Linux Programmer's Manual" .TH SMARTPQI 4 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
smartpqi \- Microsemi Smart Family SCSI driver smartpqi \- Microsemi Smart Family SCSI driver
.SH SYNOPSIS .SH SYNOPSIS

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 CORE 5 2019-03-06 "Linux" "Linux Programmer's Manual" .TH CORE 5 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
core \- core dump file core \- core dump file
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -20,7 +20,7 @@
.\" .\"
.\" Added ndots remark by Bernhard R. Link - debian bug #182886 .\" Added ndots remark by Bernhard R. Link - debian bug #182886
.\" .\"
.TH RESOLV.CONF 5 2019-03-06 "" "Linux Programmer's Manual" .TH RESOLV.CONF 5 2019-10-10 "" "Linux Programmer's Manual"
.UC 4 .UC 4
.SH NAME .SH NAME
resolv.conf \- resolver configuration file resolv.conf \- resolver configuration file

View File

@ -27,7 +27,7 @@
.\" 2007-05-30 created by mtk, using text from old man.7 plus .\" 2007-05-30 created by mtk, using text from old man.7 plus
.\" rewrites and additional text. .\" rewrites and additional text.
.\" .\"
.TH MAN-PAGES 7 2019-03-06 "Linux" "Linux Programmer's Manual" .TH MAN-PAGES 7 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
man-pages \- conventions for writing Linux man pages man-pages \- conventions for writing Linux man pages
.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_OVERVIEW 7 2017-09-15 "Linux" "Linux Programmer's Manual" .TH MQ_OVERVIEW 7 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
mq_overview \- overview of POSIX message queues mq_overview \- overview of POSIX message queues
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -37,7 +37,7 @@
.\" .\"
.\" 2007-12-08, mtk, Converted from mdoc to man macros .\" 2007-12-08, mtk, Converted from mdoc to man macros
.\" .\"
.TH OPERATOR 7 2011-09-09 "Linux" "Linux Programmer's Manual" .TH OPERATOR 7 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
operator \- C operator precedence and order of evaluation operator \- C operator precedence and order of evaluation
.SH DESCRIPTION .SH DESCRIPTION

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 PTHREADS 7 2019-03-06 "Linux" "Linux Programmer's Manual" .TH PTHREADS 7 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
pthreads \- POSIX threads pthreads \- POSIX threads
.SH DESCRIPTION .SH DESCRIPTION

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 SIGNAL-SAFETY 7 2017-03-13 "Linux" "Linux Programmer's Manual" .TH SIGNAL-SAFETY 7 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
signal-safety \- async-signal-safe functions signal-safety \- async-signal-safe functions
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -37,7 +37,7 @@
.\" * The only part that uniquely belongs in sysvipc(7) is perhaps .\" * The only part that uniquely belongs in sysvipc(7) is perhaps
.\" the discussion of ipc_perm. .\" the discussion of ipc_perm.
.\" .\"
.TH SVIPC 7 2016-03-15 "Linux" "Linux Programmer's Manual" .TH SVIPC 7 2019-10-10 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
sysvipc \- System V interprocess communication mechanisms sysvipc \- System V interprocess communication mechanisms
.SH SYNOPSIS .SH SYNOPSIS