intro.1, ldd.1, clone.2, getgroups.2, getpid.2, getsockopt.2, ioctl_list.2, msgop.2, open.2, seccomp.2, setgid.2, setresuid.2, setreuid.2, setuid.2, sigaction.2, sigpending.2, sigprocmask.2, sigreturn.2, sigsuspend.2, sigwaitinfo.2, socket.2, syscall.2, syscalls.2, umount.2, clock.3, dlopen.3, fmemopen.3, fpathconf.3, fputwc.3, fputws.3, fseek.3, fseeko.3, gcvt.3, getline.3, getwchar.3, hypot.3, if_nameindex.3, initgroups.3, popen.3, resolver.3, strcoll.3, strdup.3, tzset.3, ulimit.3, wcstombs.3, wctob.3, xdr.3, console_codes.4, random.4, filesystems.5, host.conf.5, hosts.5, proc.5, resolv.conf.5, securetty.5, credentials.7, feature_test_macros.7, hier.7, ipv6.7, packet.7, pthreads.7, raw.7, signal.7, tcp.7, user_namespaces.7, ld.so.8, ldconfig.8: tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-03-29 18:52:05 +02:00
parent b10a1929c3
commit 1e64c86bbf
67 changed files with 67 additions and 67 deletions

View File

@ -25,7 +25,7 @@
.\" 2007-10-23 mtk Added intro paragraph about section, plus a paragraph .\" 2007-10-23 mtk Added intro paragraph about section, plus a paragraph
.\" about exit status values. .\" about exit status values.
.\" .\"
.TH INTRO 1 2007-11-15 "Linux" "Linux User's Manual" .TH INTRO 1 2015-03-29 "Linux" "Linux User's Manual"
.SH NAME .SH NAME
intro \- introduction to user commands intro \- introduction to user commands
.SH DESCRIPTION .SH DESCRIPTION

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-10-02 "" "Linux Programmer's Manual" .TH LDD 1 2015-03-29 "" "Linux Programmer's Manual"
.SH NAME .SH NAME
ldd \- print shared library dependencies ldd \- print shared library dependencies
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -39,7 +39,7 @@
.\" 2008-11-19, mtk, document CLONE_NEWIPC .\" 2008-11-19, mtk, document CLONE_NEWIPC
.\" 2008-11-19, Jens Axboe, mtk, document CLONE_IO .\" 2008-11-19, Jens Axboe, mtk, document CLONE_IO
.\" .\"
.TH CLONE 2 2015-02-21 "Linux" "Linux Programmer's Manual" .TH CLONE 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
clone, __clone2 \- create a child process clone, __clone2 \- create a child process
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -29,7 +29,7 @@
.\" 2008-05-03, mtk, expanded and rewrote parts of DESCRIPTION and RETURN .\" 2008-05-03, mtk, expanded and rewrote parts of DESCRIPTION and RETURN
.\" VALUE, made style of page more consistent with man-pages style. .\" VALUE, made style of page more consistent with man-pages style.
.\" .\"
.TH GETGROUPS 2 2014-08-19 "Linux" "Linux Programmer's Manual" .TH GETGROUPS 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
getgroups, setgroups \- get/set list of supplementary group IDs getgroups, setgroups \- get/set list of supplementary group IDs
.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 GETPID 2 2015-02-21 "Linux" "Linux Programmer's Manual" .TH GETPID 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
getpid, getppid \- get process identification getpid, getppid \- get process identification
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -41,7 +41,7 @@
.\" Modified 1999 by Andi Kleen <ak@muc.de>. .\" Modified 1999 by Andi Kleen <ak@muc.de>.
.\" Removed most stuff because it is in socket.7 now. .\" Removed most stuff because it is in socket.7 now.
.\" .\"
.TH GETSOCKOPT 2 2014-04-28 "Linux" "Linux Programmer's Manual" .TH GETSOCKOPT 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
getsockopt, setsockopt \- get and set options on sockets getsockopt, setsockopt \- get and set options on sockets
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" <mtk.manpages@gmail.com>: .\" <mtk.manpages@gmail.com>:
.\" Various formatting improvements .\" Various formatting improvements
.\" .\"
.TH IOCTL_LIST 2 2013-09-17 "Linux" "Linux Programmer's Manual" .TH IOCTL_LIST 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
ioctl_list \- list of ioctl calls in Linux/i386 kernel ioctl_list \- list of ioctl calls in Linux/i386 kernel
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -36,7 +36,7 @@
.\" Language and formatting clean-ups .\" Language and formatting clean-ups
.\" Added notes on /proc files .\" Added notes on /proc files
.\" .\"
.TH MSGOP 2 2015-02-21 "Linux" "Linux Programmer's Manual" .TH MSGOP 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
msgrcv, msgsnd \- System V message queue operations msgrcv, msgsnd \- System V message queue operations
.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 2015-01-22 "Linux" "Linux Programmer's Manual" .TH OPEN 2 2015-03-29 "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

@ -24,7 +24,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 SECCOMP 2 2015-01-10 "Linux" "Linux Programmer's Manual" .TH SECCOMP 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
seccomp \- operate on Secure Computing state of the process seccomp \- operate on Secure Computing state of the process
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -27,7 +27,7 @@
.\" Modified 1997-01-31 by Eric S. Raymond <esr@thyrsus.com> .\" Modified 1997-01-31 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified 2002-03-09 by aeb .\" Modified 2002-03-09 by aeb
.\" .\"
.TH SETGID 2 2014-09-21 "Linux" "Linux Programmer's Manual" .TH SETGID 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
setgid \- set group identity setgid \- set group identity
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.\" Modified, 2003-05-26, Michael Kerrisk, <mtk.manpages@gmail.com> .\" Modified, 2003-05-26, Michael Kerrisk, <mtk.manpages@gmail.com>
.TH SETRESUID 2 2014-09-21 "Linux" "Linux Programmer's Manual" .TH SETRESUID 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
setresuid, setresgid \- set real, effective and saved user or group ID setresuid, setresgid \- set real, effective and saved user or group ID
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -43,7 +43,7 @@
.\" 2004-07-04 by aeb .\" 2004-07-04 by aeb
.\" 2004-05-27 by Michael Kerrisk .\" 2004-05-27 by Michael Kerrisk
.\" .\"
.TH SETREUID 2 2014-09-21 "Linux" "Linux Programmer's Manual" .TH SETREUID 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
setreuid, setregid \- set real and/or effective user or group ID setreuid, setregid \- set real and/or effective user or group ID
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" <richard@greenend.org.uk>, aeb 970616. .\" <richard@greenend.org.uk>, aeb 970616.
.\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com>
.\" Added notes on capability requirements .\" Added notes on capability requirements
.TH SETUID 2 2014-09-21 "Linux" "Linux Programmer's Manual" .TH SETUID 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
setuid \- set user identity setuid \- set user identity
.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 2015-01-22 "Linux" "Linux Programmer's Manual" .TH SIGACTION 2 2015-03-29 "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

@ -26,7 +26,7 @@
.\" .\"
.\" 2005-09-15, mtk, Created new page by splitting off from sigaction.2 .\" 2005-09-15, mtk, Created new page by splitting off from sigaction.2
.\" .\"
.TH SIGPENDING 2 2013-12-11 "Linux" "Linux Programmer's Manual" .TH SIGPENDING 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
sigpending, rt_sigpending \- examine pending signals sigpending, rt_sigpending \- examine pending signals
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" .\"
.\" 2005-09-15, mtk, Created new page by splitting off from sigaction.2 .\" 2005-09-15, mtk, Created new page by splitting off from sigaction.2
.\" .\"
.TH SIGPROCMASK 2 2013-04-19 "Linux" "Linux Programmer's Manual" .TH SIGPROCMASK 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
sigprocmask, rt_sigprocmask \- examine and change blocked signals sigprocmask, rt_sigprocmask \- examine and change blocked signals
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -27,7 +27,7 @@
.\" 2008-06-26, mtk, added some more detail on the work done by sigreturn() .\" 2008-06-26, mtk, added some more detail on the work done by sigreturn()
.\" 2014-12-05, mtk, rewrote all of the rest of the original page .\" 2014-12-05, mtk, rewrote all of the rest of the original page
.\" .\"
.TH SIGRETURN 2 2014-12-31 "Linux" "Linux Programmer's Manual" .TH SIGRETURN 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
sigreturn, rt_sigreturn \- return from signal handler and cleanup stack frame sigreturn, rt_sigreturn \- return from signal handler and cleanup stack frame
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" .\"
.\" 2005-09-15, mtk, Created new page by splitting off from sigaction.2 .\" 2005-09-15, mtk, Created new page by splitting off from sigaction.2
.\" .\"
.TH SIGSUSPEND 2 2013-04-19 "Linux" "Linux Programmer's Manual" .TH SIGSUSPEND 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
sigsuspend, rt_sigsuspend \- wait for a signal sigsuspend, rt_sigsuspend \- wait for a signal
.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 SIGWAITINFO 2 2014-08-19 "Linux" "Linux Programmer's Manual" .TH SIGWAITINFO 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
sigwaitinfo, sigtimedwait, rt_sigtimedwait \- synchronously wait sigwaitinfo, sigtimedwait, rt_sigtimedwait \- synchronously wait
for queued signals for queued signals

View File

@ -40,7 +40,7 @@
.\" Modified 2002-07-17 by Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified 2002-07-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" .\"
.TH SOCKET 2 2015-02-01 "Linux" "Linux Programmer's Manual" .TH SOCKET 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
socket \- create an endpoint for communication socket \- create an endpoint for communication
.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 2015-01-22 "Linux" "Linux Programmer's Manual" .TH SYSCALL 2 2015-03-29 "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 2015-01-22 "Linux" "Linux Programmer's Manual" .TH SYSCALLS 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
syscalls \- Linux system calls syscalls \- Linux system calls
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -27,7 +27,7 @@
.\" 2008-10-06, mtk: Created this as a new page by splitting .\" 2008-10-06, mtk: Created this as a new page by splitting
.\" umount/umount2 material out of mount.2 .\" umount/umount2 material out of mount.2
.\" .\"
.TH UMOUNT 2 2014-02-26 "Linux" "Linux Programmer's Manual" .TH UMOUNT 2 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
umount, umount2 \- unmount filesystem umount, umount2 \- unmount filesystem
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" Modified 14 Jun 2002, Michael Kerrisk <mtk.manpages@gmail.com> .\" Modified 14 Jun 2002, Michael Kerrisk <mtk.manpages@gmail.com>
.\" Added notes on differences from other UNIX systems with respect to .\" Added notes on differences from other UNIX systems with respect to
.\" waited-for children. .\" waited-for children.
.TH CLOCK 3 2014-09-21 "GNU" "Linux Programmer's Manual" .TH CLOCK 3 2015-03-29 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
clock \- determine processor time clock \- determine processor time
.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-10-02 "Linux" "Linux Programmer's Manual" .TH DLOPEN 3 2015-03-29 "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

@ -7,7 +7,7 @@
.\" .\"
.\" 2008-12-04, Petr Baudis <pasky@suse.cz>: Document open_wmemstream() .\" 2008-12-04, Petr Baudis <pasky@suse.cz>: Document open_wmemstream()
.\" .\"
.TH FMEMOPEN 3 2015-01-22 "GNU" "Linux Programmer's Manual" .TH FMEMOPEN 3 2015-03-29 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
fmemopen, open_memstream, open_wmemstream \- open memory as stream fmemopen, open_memstream, open_wmemstream \- open memory as stream
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -38,7 +38,7 @@
.\" _PC_SYMLINK_MAX, .\" _PC_SYMLINK_MAX,
.\" _PC_2_SYMLINKS .\" _PC_2_SYMLINKS
.\" .\"
.TH FPATHCONF 3 2014-05-28 "GNU" "Linux Programmer's Manual" .TH FPATHCONF 3 2015-03-29 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
fpathconf, pathconf \- get configuration values for files fpathconf, pathconf \- get configuration values for files
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -13,7 +13,7 @@
.\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
.\" ISO/IEC 9899:1999 .\" ISO/IEC 9899:1999
.\" .\"
.TH FPUTWC 3 2013-04-19 "GNU" "Linux Programmer's Manual" .TH FPUTWC 3 2015-03-29 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
fputwc, putwc \- write a wide character to a FILE stream fputwc, putwc \- write a wide character to a FILE stream
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -13,7 +13,7 @@
.\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
.\" ISO/IEC 9899:1999 .\" ISO/IEC 9899:1999
.\" .\"
.TH FPUTWS 3 2011-09-28 "GNU" "Linux Programmer's Manual" .TH FPUTWS 3 2015-03-29 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
fputws \- write a wide-character string to a FILE stream fputws \- write a wide-character string to a FILE stream
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -39,7 +39,7 @@
.\" .\"
.\" Converted for Linux, Mon Nov 29 15:22:01 1993, faith@cs.unc.edu .\" Converted for Linux, Mon Nov 29 15:22:01 1993, faith@cs.unc.edu
.\" .\"
.TH FSEEK 3 2014-05-28 "GNU" "Linux Programmer's Manual" .TH FSEEK 3 2015-03-29 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
fgetpos, fseek, fsetpos, ftell, rewind \- reposition a stream fgetpos, fseek, fsetpos, ftell, rewind \- reposition a stream
.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 FSEEKO 3 2014-10-02 "" "Linux Programmer's Manual" .TH FSEEKO 3 2015-03-29 "" "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:32:25 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sat Jul 24 19:32:25 1993 by Rik Faith (faith@cs.unc.edu)
.TH GCVT 3 2014-05-28 "" "Linux Programmer's Manual" .TH GCVT 3 2015-03-29 "" "Linux Programmer's Manual"
.SH NAME .SH NAME
gcvt \- convert a floating-point number to a string gcvt \- convert a floating-point number to a string
.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 GETLINE 3 2015-01-22 "GNU" "Linux Programmer's Manual" .TH GETLINE 3 2015-03-29 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
getline, getdelim \- delimited string input getline, getdelim \- delimited string input
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -14,7 +14,7 @@
.\" http://www.UNIX-systems.org/online.html .\" http://www.UNIX-systems.org/online.html
.\" ISO/IEC 9899:1999 .\" ISO/IEC 9899:1999
.\" .\"
.TH GETWCHAR 3 1999-07-25 "GNU" "Linux Programmer's Manual" .TH GETWCHAR 3 2015-03-29 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
getwchar \- read a wide character from standard input getwchar \- read a wide character from standard input
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 2002-07-27 by Walter Harms .\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de) .\" (walter.harms@informatik.uni-oldenburg.de)
.\" .\"
.TH HYPOT 3 2010-09-20 "" "Linux Programmer's Manual" .TH HYPOT 3 2015-03-29 "" "Linux Programmer's Manual"
.SH NAME .SH NAME
hypot, hypotf, hypotl \- Euclidean distance function hypot, hypotf, hypotl \- Euclidean distance function
.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 IF_NAMEINDEX 3 2012-11-21 "GNU" "Linux Programmer's Manual" .TH IF_NAMEINDEX 3 2015-03-29 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
if_nameindex, if_freenameindex \- get network interface names and indexes if_nameindex, if_freenameindex \- get network interface names and indexes
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -29,7 +29,7 @@
.\" Modified 1993-07-24 by Rik Faith <faith@cs.unc.edu> .\" Modified 1993-07-24 by Rik Faith <faith@cs.unc.edu>
.\" Modified 2004-10-10 by aeb .\" Modified 2004-10-10 by aeb
.\" .\"
.TH INITGROUPS 3 2007-07-26 "GNU" "Linux Programmer's Manual" .TH INITGROUPS 3 2015-03-29 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
initgroups \- initialize the supplementary group access list initgroups \- initialize the supplementary group access list
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -37,7 +37,7 @@
.\" Modified Sat May 18 20:37:44 1996 by Martin Schulze (joey@linux.de) .\" Modified Sat May 18 20:37:44 1996 by Martin Schulze (joey@linux.de)
.\" Modified 7 May 1998 by Joseph S. Myers (jsm28@cam.ac.uk) .\" Modified 7 May 1998 by Joseph S. Myers (jsm28@cam.ac.uk)
.\" .\"
.TH POPEN 3 2013-04-19 "GNU" "Linux Programmer's Manual" .TH POPEN 3 2015-03-29 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
popen, pclose \- pipe stream to or from a process popen, pclose \- pipe stream to or from a process
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -29,7 +29,7 @@
.\" Modified 1993-07-25 by Rik Faith (faith@cs.unc.edu) .\" Modified 1993-07-25 by Rik Faith (faith@cs.unc.edu)
.\" Modified 2004-10-31 by aeb .\" Modified 2004-10-31 by aeb
.\" .\"
.TH RESOLVER 3 2015-02-21 "GNU" "Linux Programmer's Manual" .TH RESOLVER 3 2015-03-29 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
res_init, res_query, res_search, res_querydomain, res_mkquery, res_send, res_init, res_query, res_search, res_querydomain, res_mkquery, res_send,
dn_comp, dn_expand \- resolver routines dn_comp, dn_expand \- resolver routines

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 Sun Jul 25 10:40:44 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sun Jul 25 10:40:44 1993 by Rik Faith (faith@cs.unc.edu)
.TH STRCOLL 3 2010-09-20 "GNU" "Linux Programmer's Manual" .TH STRCOLL 3 2015-03-29 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
strcoll \- compare two strings using the current locale strcoll \- compare two strings using the current locale
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" 386BSD man pages .\" 386BSD man pages
.\" Modified Sun Jul 25 10:41:34 1993 by Rik Faith (faith@cs.unc.edu) .\" 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 <moz@compsoc.man.ac.uk> .\" Modified Wed Oct 17 01:12:26 2001 by John Levon <moz@compsoc.man.ac.uk>
.TH STRDUP 3 2013-04-19 "GNU" "Linux Programmer's Manual" .TH STRDUP 3 2015-03-29 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
strdup, strndup, strdupa, strndupa \- duplicate a string strdup, strndup, strdupa, strndupa \- duplicate a string
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 2001-11-13, aeb .\" Modified 2001-11-13, aeb
.\" Modified 2004-12-01 mtk and Martin Schulze <joey@infodrom.org> .\" Modified 2004-12-01 mtk and Martin Schulze <joey@infodrom.org>
.\" .\"
.TH TZSET 3 2015-02-21 "" "Linux Programmer's Manual" .TH TZSET 3 2015-03-29 "" "Linux Programmer's Manual"
.SH NAME .SH NAME
tzset, tzname, timezone, daylight \- initialize time conversion information tzset, tzname, timezone, daylight \- initialize time conversion information
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" .\"
.\" Moved to man3, aeb, 980612 .\" Moved to man3, aeb, 980612
.\" .\"
.TH ULIMIT 3 2008-08-06 "Linux" "Linux Programmer's Manual" .TH ULIMIT 3 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
ulimit \- get and set user limits ulimit \- get and set user limits
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -13,7 +13,7 @@
.\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
.\" ISO/IEC 9899:1999 .\" ISO/IEC 9899:1999
.\" .\"
.TH WCSTOMBS 3 2014-03-18 "GNU" "Linux Programmer's Manual" .TH WCSTOMBS 3 2015-03-29 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
wcstombs \- convert a wide-character string to a multibyte string wcstombs \- convert a wide-character string to a multibyte string
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -13,7 +13,7 @@
.\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
.\" ISO/IEC 9899:1999 .\" ISO/IEC 9899:1999
.\" .\"
.TH WCTOB 3 2011-09-22 "GNU" "Linux Programmer's Manual" .TH WCTOB 3 2015-03-29 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
wctob \- try to represent a wide character as a single byte wctob \- try to represent a wide character as a single byte
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -8,7 +8,7 @@
.\" .\"
.\" 2007-12-30, mtk, Convert function prototypes to modern C syntax .\" 2007-12-30, mtk, Convert function prototypes to modern C syntax
.\" .\"
.TH XDR 3 2007-12-30 "" "Linux Programmer's Manual" .TH XDR 3 2015-03-29 "" "Linux Programmer's Manual"
.SH NAME .SH NAME
xdr \- library routines for external data representation xdr \- library routines for external data representation
.SH SYNOPSIS AND DESCRIPTION .SH SYNOPSIS AND DESCRIPTION

View File

@ -20,7 +20,7 @@
.\" .\"
.\" 2006-05-27, Several corrections - Thomas E. Dickey .\" 2006-05-27, Several corrections - Thomas E. Dickey
.\" .\"
.TH CONSOLE_CODES 4 2015-02-27 "Linux" "Linux Programmer's Manual" .TH CONSOLE_CODES 4 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
console_codes \- Linux console escape and control sequences console_codes \- Linux console escape and control sequences
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -16,7 +16,7 @@
.\" Add a Usage subsection that recommends most users to use .\" Add a Usage subsection that recommends most users to use
.\" /dev/urandom, and emphasizes parsimonious usage of /dev/random. .\" /dev/urandom, and emphasizes parsimonious usage of /dev/random.
.\" .\"
.TH RANDOM 4 2015-02-01 "Linux" "Linux Programmer's Manual" .TH RANDOM 4 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
random, urandom \- kernel random number source devices random, urandom \- kernel random number source devices
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" .\"
.\" 2007-12-14 mtk Added Reiserfs, XFS, JFS. .\" 2007-12-14 mtk Added Reiserfs, XFS, JFS.
.\" .\"
.TH FILESYSTEMS 5 2014-01-15 "Linux" "Linux Programmer's Manual" .TH FILESYSTEMS 5 2015-03-29 "Linux" "Linux Programmer's Manual"
.nh .nh
.SH NAME .SH NAME
filesystems \- Linux filesystem types: ext, ext2, ext3, ext4, hpfs, iso9660, filesystems \- Linux filesystem types: ext, ext2, ext3, ext4, hpfs, iso9660,

View File

@ -23,7 +23,7 @@
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.\" 2003-08-23 Martin Schulze <joey@infodrom.org> Updated according to glibc 2.3.2 .\" 2003-08-23 Martin Schulze <joey@infodrom.org> Updated according to glibc 2.3.2
.TH HOST.CONF 5 2015-02-21 "Linux" "Linux System Administration" .TH HOST.CONF 5 2015-03-29 "Linux" "Linux System Administration"
.SH NAME .SH NAME
host.conf \- resolver configuration file host.conf \- resolver configuration file
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -24,7 +24,7 @@
.\" Minor polishing, aeb .\" Minor polishing, aeb
.\" Modified, 2002-06-16, Mike Coleman .\" Modified, 2002-06-16, Mike Coleman
.\" .\"
.TH HOSTS 5 2002-06-16 "Linux" "Linux Programmer's Manual" .TH HOSTS 5 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
hosts \- static table lookup for hostnames hosts \- static table lookup for hostnames
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -52,7 +52,7 @@
.\" to see what information could be imported from that file .\" to see what information could be imported from that file
.\" into this file. .\" into this file.
.\" .\"
.TH PROC 5 2015-02-21 "Linux" "Linux Programmer's Manual" .TH PROC 5 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
proc \- process information pseudo-filesystem proc \- process information pseudo-filesystem
.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 2015-02-21 "" "Linux Programmer's Manual" .TH RESOLV.CONF 5 2015-03-29 "" "Linux Programmer's Manual"
.UC 4 .UC 4
.SH NAME .SH NAME
resolv.conf \- resolver configuration file resolv.conf \- resolver configuration file

View File

@ -23,7 +23,7 @@
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.\" Modified Sun Jul 25 11:06:27 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sun Jul 25 11:06:27 1993 by Rik Faith (faith@cs.unc.edu)
.TH SECURETTY 5 1992-12-29 "Linux" "Linux Programmer's Manual" .TH SECURETTY 5 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
securetty \- file which lists terminals from which root can log in securetty \- file which lists terminals from which root can log in
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -24,7 +24,7 @@
.\" .\"
.\" 2007-06-13 Creation .\" 2007-06-13 Creation
.\" .\"
.TH CREDENTIALS 7 2014-12-31 "Linux" "Linux Programmer's Manual" .TH CREDENTIALS 7 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
credentials \- process identifiers credentials \- process identifiers
.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 FEATURE_TEST_MACROS 7 2014-03-20 "Linux" "Linux Programmer's Manual" .TH FEATURE_TEST_MACROS 7 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
feature_test_macros \- feature test macros feature_test_macros \- feature test macros
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" Modified Mon Feb 6 16:41:00 1999 by Nicolás Lichtmaier <nick@debian.org> .\" Modified Mon Feb 6 16:41:00 1999 by Nicolás Lichtmaier <nick@debian.org>
.\" Modified Tue Feb 8 16:46:45 2000 by Chris Pepper <pepper@tgg.com> .\" Modified Tue Feb 8 16:46:45 2000 by Chris Pepper <pepper@tgg.com>
.\" Modified Fri Sep 7 20:32:45 2001 by Tammy Fox <tfox@redhat.com> .\" Modified Fri Sep 7 20:32:45 2001 by Tammy Fox <tfox@redhat.com>
.TH HIER 7 2012-08-05 "Linux" "Linux Programmer's Manual" .TH HIER 7 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
hier \- description of the filesystem hierarchy hier \- description of the filesystem hierarchy
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -83,7 +83,7 @@
.\" commit c4062dfc425e94290ac427a98d6b4721dd2bc91f .\" commit c4062dfc425e94290ac427a98d6b4721dd2bc91f
.\" Author: Erich E. Hoover <ehoover@mines.edu> .\" Author: Erich E. Hoover <ehoover@mines.edu>
.\" .\"
.TH IPV6 7 2014-08-19 "Linux" "Linux Programmer's Manual" .TH IPV6 7 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
ipv6 \- Linux IPv6 protocol implementation ipv6 \- Linux IPv6 protocol implementation
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -9,7 +9,7 @@
.\" .\"
.\" $Id: packet.7,v 1.13 2000/08/14 08:03:45 ak Exp $ .\" $Id: packet.7,v 1.13 2000/08/14 08:03:45 ak Exp $
.\" .\"
.TH PACKET 7 2014-08-19 "Linux" "Linux Programmer's Manual" .TH PACKET 7 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
packet \- packet interface on device level packet \- packet interface on device level
.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 PTHREADS 7 2015-02-21 "Linux" "Linux Programmer's Manual" .TH PTHREADS 7 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
pthreads \- POSIX threads pthreads \- POSIX threads
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -10,7 +10,7 @@
.\" .\"
.\" $Id: raw.7,v 1.6 1999/06/05 10:32:08 freitag Exp $ .\" $Id: raw.7,v 1.6 1999/06/05 10:32:08 freitag Exp $
.\" .\"
.TH RAW 7 2012-05-10 "Linux" "Linux Programmer's Manual" .TH RAW 7 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
raw \- Linux IPv4 raw sockets raw \- Linux IPv4 raw sockets
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -43,7 +43,7 @@
.\" Added section on stop/cont signals interrupting syscalls. .\" Added section on stop/cont signals interrupting syscalls.
.\" 2008-10-05, mtk: various additions .\" 2008-10-05, mtk: various additions
.\" .\"
.TH SIGNAL 7 2015-02-01 "Linux" "Linux Programmer's Manual" .TH SIGNAL 7 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
signal \- overview of signals signal \- overview of signals
.SH DESCRIPTION .SH DESCRIPTION

View File

@ -73,7 +73,7 @@
.\" commit c9bee3b7fdecb0c1d070c7b54113b3bdfb9a3d36 .\" commit c9bee3b7fdecb0c1d070c7b54113b3bdfb9a3d36
.\" Author: Eric Dumazet <edumazet@google.com> .\" Author: Eric Dumazet <edumazet@google.com>
.\" .\"
.TH TCP 7 2015-01-10 "Linux" "Linux Programmer's Manual" .TH TCP 7 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
tcp \- TCP protocol tcp \- TCP protocol
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" %%%LICENSE_END .\" %%%LICENSE_END
.\" .\"
.\" .\"
.TH USER_NAMESPACES 7 2014-09-21 "Linux" "Linux Programmer's Manual" .TH USER_NAMESPACES 7 2015-03-29 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
user_namespaces \- overview of Linux user namespaces user_namespaces \- overview of Linux user namespaces
.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 2015-02-21 "GNU" "Linux Programmer's Manual" .TH LD.SO 8 2015-03-29 "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

View File

@ -19,7 +19,7 @@
.\" .\"
.\" Modified, 6 May 2002, Michael Kerrisk, <mtk.manpages@gmail.com> .\" Modified, 6 May 2002, Michael Kerrisk, <mtk.manpages@gmail.com>
.\" Change listed order of /usr/lib and /lib .\" Change listed order of /usr/lib and /lib
.TH LDCONFIG 8 2015-02-21 "GNU" "Linux Programmer's Manual" .TH LDCONFIG 8 2015-03-29 "GNU" "Linux Programmer's Manual"
.SH NAME .SH NAME
ldconfig \- configure dynamic linker run-time bindings ldconfig \- configure dynamic linker run-time bindings
.SH SYNOPSIS .SH SYNOPSIS