getent.1, fallocate.2, getrlimit.2, llseek.2, madvise.2, mount.2, poll.2, posix_fadvise.2, pread.2, stat.2, symlink.2, timer_create.2, timerfd_create.2, unshare.2, acos.3, acosh.3, asin.3, asinh.3, asprintf.3, atan.3, atan2.3, atanh.3, cabs.3, cacos.3, cacosh.3, carg.3, casin.3, casinh.3, catan.3, catanh.3, cbrt.3, ccos.3, ccosh.3, ceil.3, cexp.3, cimag.3, clog.3, conj.3, copysign.3, cos.3, cosh.3, cpow.3, cproj.3, creal.3, csin.3, csinh.3, csqrt.3, ctan.3, ctanh.3, ctime.3, erf.3, erfc.3, exec.3, exp.3, exp2.3, expm1.3, fabs.3, fdim.3, floor.3, fma.3, fmax.3, fmin.3, fmod.3, frexp.3, ftw.3, get_nprocs_conf.3, getcwd.3, gethostbyname.3, getnetent.3, getutent.3, glob.3, ilogb.3, insque.3, j0.3, ldexp.3, lgamma.3, log.3, log10.3, log1p.3, log2.3, logb.3, login.3, lrint.3, lround.3, lseek64.3, malloc.3, mbsnrtowcs.3, mbsrtowcs.3, modf.3, mq_notify.3, mq_open.3, nan.3, nextafter.3, openpty.3, perror.3, posix_memalign.3, pow.3, printf.3, qsort.3, realpath.3, remainder.3, remquo.3, rint.3, round.3, scalbln.3, scandir.3, scanf.3, setnetgrent.3, significand.3, sin.3, sinh.3, sqrt.3, strcasecmp.3, tan.3, tanh.3, tgamma.3, trunc.3, unlocked_stdio.3, updwtmp.3, wcrtomb.3, wcsnrtombs.3, wcsrtombs.3, wordexp.3, wprintf.3, y0.3, epoll.7, icmp.7, nptl.7: tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-19 11:20:58 +02:00
parent 0e32ba5c3f
commit c73595c249
128 changed files with 128 additions and 128 deletions

View File

@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
.TH GETENT 1 2013-03-15 "Linux" "User Commands"
.TH GETENT 1 2015-04-19 "Linux" "User Commands"
.SH NAME
getent \- get entries from Name Service Switch libraries
.SH SYNOPSIS

View File

@ -8,7 +8,7 @@
.\" 2011-09-19: Added FALLOC_FL_PUNCH_HOLE
.\" 2011-09-19: Substantial restructuring of the page
.\"
.TH FALLOCATE 2 2015-01-22 "Linux" "Linux Programmer's Manual"
.TH FALLOCATE 2 2015-04-19 "Linux" "Linux Programmer's Manual"
.SH NAME
fallocate \- manipulate file space
.SH SYNOPSIS

View File

@ -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 2015-01-22 "Linux" "Linux Programmer's Manual"
.TH GETRLIMIT 2 2015-04-19 "Linux" "Linux Programmer's Manual"
.SH NAME
getrlimit, setrlimit, prlimit \- get/set resource limits
.SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\"
.\" Modified Thu Oct 31 15:16:23 1996 by Eric S. Raymond <esr@thyrsus.com>
.\"
.TH LLSEEK 2 2012-07-13 "Linux" "Linux Programmer's Manual"
.TH LLSEEK 2 2015-04-19 "Linux" "Linux Programmer's Manual"
.SH NAME
_llseek \- reposition read/write file offset
.SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" 2011-09-18, Doug Goldstein <cardoe@cardoe.com>
.\" Document MADV_HUGEPAGE and MADV_NOHUGEPAGE
.\"
.TH MADVISE 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.TH MADVISE 2 2015-04-19 "Linux" "Linux Programmer's Manual"
.SH NAME
madvise \- give advice about use of memory
.SH SYNOPSIS

View File

@ -37,7 +37,7 @@
.\" 2008-10-06, mtk: move umount*() material into separate umount.2 page.
.\" 2008-10-06, mtk: Add discussion of namespaces.
.\"
.TH MOUNT 2 2014-09-21 "Linux" "Linux Programmer's Manual"
.TH MOUNT 2 2015-04-19 "Linux" "Linux Programmer's Manual"
.SH NAME
mount \- mount filesystem
.SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" 2006-07-01, mtk, Added POLLRDHUP + various other wording and
.\" formatting changes.
.\"
.TH POLL 2 2014-09-06 "Linux" "Linux Programmer's Manual"
.TH POLL 2 2015-04-19 "Linux" "Linux Programmer's Manual"
.SH NAME
poll, ppoll \- wait for some event on a file descriptor
.SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\" 2005-04-08 mtk, noted kernel version and added BUGS
.\" 2010-10-09, mtk, document arm_fadvise64_64()
.\"
.TH POSIX_FADVISE 2 2014-12-31 "Linux" "Linux Programmer's Manual"
.TH POSIX_FADVISE 2 2015-04-19 "Linux" "Linux Programmer's Manual"
.SH NAME
posix_fadvise \- predeclare an access pattern for file data
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH PREAD 2 2013-06-21 "Linux" "Linux Programmer's Manual"
.TH PREAD 2 2015-04-19 "Linux" "Linux Programmer's Manual"
.SH NAME
pread, pwrite \- read from or write to a file descriptor at a given offset
.SH SYNOPSIS

View File

@ -37,7 +37,7 @@
.\" 2007-06-08 mtk: Added example program
.\" 2007-07-05 mtk: Added details on underlying system call interfaces
.\"
.TH STAT 2 2015-02-21 "Linux" "Linux Programmer's Manual"
.TH STAT 2 2015-04-19 "Linux" "Linux Programmer's Manual"
.SH NAME
stat, fstat, lstat, fstatat \- get file status
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 1997-01-31 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.TH SYMLINK 2 2014-08-19 "Linux" "Linux Programmer's Manual"
.TH SYMLINK 2 2015-04-19 "Linux" "Linux Programmer's Manual"
.SH NAME
symlink, symlinkat \- make a new name for a file
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" which need be documented
.\" Does this also affect timerfd_create()?
.\"
.TH TIMER_CREATE 2 2014-08-19 Linux "Linux Programmer's Manual"
.TH TIMER_CREATE 2 2015-04-19 Linux "Linux Programmer's Manual"
.SH NAME
timer_create \- create a POSIX per-process timer
.SH SYNOPSIS

View File

@ -19,7 +19,7 @@
.\" FIXME Linux 3.0: timerfd_settime() adds a TFD_TIMER_CANCEL_ON_SET flag;
.\" This flag needs to documented.
.\"
.TH TIMERFD_CREATE 2 2011-09-14 Linux "Linux Programmer's Manual"
.TH TIMERFD_CREATE 2 2015-04-19 Linux "Linux Programmer's Manual"
.SH NAME
timerfd_create, timerfd_settime, timerfd_gettime \-
timers that notify via file descriptors

View File

@ -17,7 +17,7 @@
.\" by clone, which would require porting and maintaining all commands
.\" such as login, and su, that establish a user session.
.\"
.TH UNSHARE 2 2014-09-21 "Linux" "Linux Programmer's Manual"
.TH UNSHARE 2 2015-04-19 "Linux" "Linux Programmer's Manual"
.SH NAME
unshare \- disassociate parts of the process execution context
.SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" Modified 2002-07-25 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH ACOS 3 2015-03-02 "" "Linux Programmer's Manual"
.TH ACOS 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
acos, acosf, acosl \- arc cosine function
.SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" Modified 2002-07-25 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH ACOSH 3 2015-03-02 "" "Linux Programmer's Manual"
.TH ACOSH 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
acosh, acoshf, acoshl \- inverse hyperbolic cosine function
.SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" Modified 2002-07-25 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH ASIN 3 2015-03-02 "" "Linux Programmer's Manual"
.TH ASIN 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
asin, asinf, asinl \- arc sine function
.SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH ASINH 3 2015-03-02 "GNU" "Linux Programmer's Manual"
.TH ASINH 3 2015-04-19 "GNU" "Linux Programmer's Manual"
.SH NAME
asinh, asinhf, asinhl \- inverse hyperbolic sine function
.SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\"
.\" Text fragments inspired by Martin Schulze <joey@infodrom.org>.
.\"
.TH ASPRINTF 3 2013-06-21 "GNU" "Linux Programmer's Manual"
.TH ASPRINTF 3 2015-04-19 "GNU" "Linux Programmer's Manual"
.SH NAME
asprintf, vasprintf \- print to allocated string
.SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH ATAN 3 2015-03-02 "" "Linux Programmer's Manual"
.TH ATAN 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
atan, atanf, atanl \- arc tangent function
.SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH ATAN2 3 2015-03-02 "" "Linux Programmer's Manual"
.TH ATAN2 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
atan2, atan2f, atan2l \- arc tangent function of two variables
.SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH ATANH 3 2015-03-02 "" "Linux Programmer's Manual"
.TH ATANH 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
atanh, atanhf, atanhl \- inverse hyperbolic tangent function
.SH SYNOPSIS

View File

@ -4,7 +4,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH CABS 3 2015-03-02 "" "Linux Programmer's Manual"
.TH CABS 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
cabs, cabsf, cabsl \- absolute value of a complex number
.SH SYNOPSIS

View File

@ -5,7 +5,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH CACOS 3 2015-03-02 "" "Linux Programmer's Manual"
.TH CACOS 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
cacos, cacosf, cacosl \- complex arc cosine
.SH SYNOPSIS

View File

@ -5,7 +5,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH CACOSH 3 2015-03-02 "" "Linux Programmer's Manual"
.TH CACOSH 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
cacosh, cacoshf, cacoshl \- complex arc hyperbolic cosine
.SH SYNOPSIS

View File

@ -4,7 +4,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH CARG 3 2015-03-02 "" "Linux Programmer's Manual"
.TH CARG 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
carg, cargf, cargl \- calculate the complex argument
.SH SYNOPSIS

View File

@ -4,7 +4,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH CASIN 3 2015-03-02 "" "Linux Programmer's Manual"
.TH CASIN 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
casin, casinf, casinl \- complex arc sine
.SH SYNOPSIS

View File

@ -4,7 +4,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH CASINH 3 2015-03-02 "" "Linux Programmer's Manual"
.TH CASINH 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
casinh, casinhf, casinhl \- complex arc sine hyperbolic
.SH SYNOPSIS

View File

@ -5,7 +5,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH CATAN 3 2015-03-02 "" "Linux Programmer's Manual"
.TH CATAN 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
catan, catanf, catanl \- complex arc tangents
.SH SYNOPSIS

View File

@ -5,7 +5,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH CATANH 3 2015-03-02 "" "Linux Programmer's Manual"
.TH CATANH 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
catanh, catanhf, catanhl \- complex arc tangents hyperbolic
.SH SYNOPSIS

View File

@ -27,7 +27,7 @@
.\" Modified 2002-07-27 Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH CBRT 3 2015-03-02 "GNU" "Linux Programmer's Manual"
.TH CBRT 3 2015-04-19 "GNU" "Linux Programmer's Manual"
.SH NAME
cbrt, cbrtf, cbrtl \- cube root function
.SH SYNOPSIS

View File

@ -4,7 +4,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH CCOS 3 2008-08-11 "" "Linux Programmer's Manual"
.TH CCOS 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
ccos, ccosf, ccosl \- complex cosine function
.SH SYNOPSIS

View File

@ -4,7 +4,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH CCOSH 3 2008-08-11 "" "Linux Programmer's Manual"
.TH CCOSH 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
ccosh, ccoshf, ccoshl \- complex hyperbolic cosine
.SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH CEIL 3 2015-03-02 "" "Linux Programmer's Manual"
.TH CEIL 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
ceil, ceilf, ceill \- ceiling function: smallest integral value not
less than argument

View File

@ -4,7 +4,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH CEXP 3 2008-08-11 "" "Linux Programmer's Manual"
.TH CEXP 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
cexp, cexpf, cexpl \- complex exponential function
.SH SYNOPSIS

View File

@ -4,7 +4,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH CIMAG 3 2015-03-02 "" "Linux Programmer's Manual"
.TH CIMAG 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
cimag, cimagf, cimagl \- get imaginary part of a complex number
.SH SYNOPSIS

View File

@ -4,7 +4,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH CLOG 3 2015-03-02 "" "Linux Programmer's Manual"
.TH CLOG 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
clog, clogf, clogl \- natural logarithm of a complex number
.SH SYNOPSIS

View File

@ -4,7 +4,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH CONJ 3 2015-03-02 "" "Linux Programmer's Manual"
.TH CONJ 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
conj, conjf, conjl \- calculate the complex conjugate
.SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" 386BSD man pages
.\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu)
.\" Modified 2002-08-10 by Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.TH COPYSIGN 3 2015-03-02 "GNU" "Linux Programmer's Manual"
.TH COPYSIGN 3 2015-04-19 "GNU" "Linux Programmer's Manual"
.SH NAME
copysign, copysignf, copysignl \- copy sign of a number
.SH SYNOPSIS

View File

@ -31,7 +31,7 @@
.\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu)
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.TH COS 3 2015-03-02 "" "Linux Programmer's Manual"
.TH COS 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
cos, cosf, cosl \- cosine function
.SH SYNOPSIS

View File

@ -33,7 +33,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH COSH 3 2015-03-02 "" "Linux Programmer's Manual"
.TH COSH 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
cosh, coshf, coshl \- hyperbolic cosine function
.SH SYNOPSIS

View File

@ -4,7 +4,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH CPOW 3 2015-03-02 "" "Linux Programmer's Manual"
.TH CPOW 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
cpow, cpowf, cpowl \- complex power function
.SH SYNOPSIS

View File

@ -4,7 +4,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH CPROJ 3 2015-03-02 "" "Linux Programmer's Manual"
.TH CPROJ 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
cproj, cprojf, cprojl \- project into Riemann Sphere
.SH SYNOPSIS

View File

@ -4,7 +4,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH CREAL 3 2015-03-02 "" "Linux Programmer's Manual"
.TH CREAL 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
creal, crealf, creall \- get real part of a complex number
.SH SYNOPSIS

View File

@ -4,7 +4,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH CSIN 3 2008-08-11 "" "Linux Programmer's Manual"
.TH CSIN 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
csin, csinf, csinl \- complex sine function
.SH SYNOPSIS

View File

@ -4,7 +4,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH CSINH 3 2008-08-11 "" "Linux Programmer's Manual"
.TH CSINH 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
csinh, csinhf, csinhl \- complex hyperbolic sine
.SH SYNOPSIS

View File

@ -4,7 +4,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH CSQRT 3 2008-08-11 "" "Linux Programmer's Manual"
.TH CSQRT 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
csqrt, csqrtf, csqrtl \- complex square root
.SH SYNOPSIS

View File

@ -4,7 +4,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH CTAN 3 2008-08-11 "" "Linux Programmer's Manual"
.TH CTAN 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
ctan, ctanf, ctanl \- complex tangent function
.SH SYNOPSIS

View File

@ -4,7 +4,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH CTANH 3 2008-08-11 "" "Linux Programmer's Manual"
.TH CTANH 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
ctanh, ctanhf, ctanhl \- complex hyperbolic tangent
.SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" Modified 2001-12-13, joey, aeb
.\" Modified 2004-11-16, mtk
.\"
.TH CTIME 3 2014-08-19 "" "Linux Programmer's Manual"
.TH CTIME 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
asctime, ctime, gmtime, localtime, mktime, asctime_r, ctime_r, gmtime_r,
localtime_r \- transform date and time to broken-down time or ASCII

View File

@ -32,7 +32,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH ERF 3 2015-03-02 "GNU" "Linux Programmer's Manual"
.TH ERF 3 2015-04-19 "GNU" "Linux Programmer's Manual"
.SH NAME
erf, erff, erfl, \- error function
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH ERFC 3 2015-03-02 "GNU" "Linux Programmer's Manual"
.TH ERFC 3 2015-04-19 "GNU" "Linux Programmer's Manual"
.SH NAME
erfc, erfcf, erfcl \- complementary error function
.SH SYNOPSIS

View File

@ -38,7 +38,7 @@
.\" Modified, 24 Jun 2004, Michael Kerrisk <mtk.manpages@gmail.com>
.\" Added note on casting NULL
.\"
.TH EXEC 3 2015-03-02 "GNU" "Linux Programmer's Manual"
.TH EXEC 3 2015-04-19 "GNU" "Linux Programmer's Manual"
.SH NAME
execl, execlp, execle, execv, execvp, execvpe \- execute a file
.SH SYNOPSIS

View File

@ -33,7 +33,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH EXP 3 2015-03-02 "" "Linux Programmer's Manual"
.TH EXP 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
exp, expf, expl \- base-e exponential function
.SH SYNOPSIS

View File

@ -33,7 +33,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH EXP2 3 2015-03-02 "" "Linux Programmer's Manual"
.TH EXP2 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
exp2, exp2f, exp2l \- base-2 exponential function
.SH SYNOPSIS

View File

@ -27,7 +27,7 @@
.\" Modified 2002-07-27 Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH EXPM1 3 2015-03-02 "" "Linux Programmer's Manual"
.TH EXPM1 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
expm1, expm1f, expm1l \- exponential minus 1
.SH SYNOPSIS

View File

@ -29,7 +29,7 @@
.\" Modified Sat Jul 24 19:42:04 1993 by Rik Faith (faith@cs.unc.edu)
.\" Added fabsl, fabsf, aeb, 2001-06-07
.\"
.TH FABS 3 2015-03-02 "" "Linux Programmer's Manual"
.TH FABS 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
fabs, fabsf, fabsl \- absolute value of floating-point number
.SH SYNOPSIS

View File

@ -6,7 +6,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH FDIM 3 2015-03-02 "" "Linux Programmer's Manual"
.TH FDIM 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
fdim, fdimf, fdiml \- positive difference
.SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH FLOOR 3 2015-03-02 "" "Linux Programmer's Manual"
.TH FLOOR 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
floor, floorf, floorl \- largest integral value not greater than argument
.SH SYNOPSIS

View File

@ -9,7 +9,7 @@
.\" Modified 2004-11-15, Added further text on FLT_ROUNDS
.\" as suggested by AEB and Fabian Kreutz
.\"
.TH FMA 3 2015-03-02 "" "Linux Programmer's Manual"
.TH FMA 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
fma, fmaf, fmal \- floating-point multiply and add
.SH SYNOPSIS

View File

@ -6,7 +6,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH FMAX 3 2015-03-02 "" "Linux Programmer's Manual"
.TH FMAX 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
fmax, fmaxf, fmaxl \- determine maximum of two floating-point numbers
.SH SYNOPSIS

View File

@ -6,7 +6,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH FMIN 3 2015-03-02 "" "Linux Programmer's Manual"
.TH FMIN 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
fmin, fminf, fminl \- determine minimum of two floating-point numbers
.SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH FMOD 3 2015-03-02 "" "Linux Programmer's Manual"
.TH FMOD 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
fmod, fmodf, fmodl \- floating-point remainder function
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH FREXP 3 2015-03-02 "" "Linux Programmer's Manual"
.TH FREXP 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
frexp, frexpf, frexpl \- convert floating-point number to fractional
and integral components

View File

@ -33,7 +33,7 @@
.\" 2006-05-24, Michael Kerrisk <mtk.manpages@gmail.com>
.\" Added an example program.
.\"
.TH FTW 3 2014-12-31 "Linux" "Linux Programmer's Manual"
.TH FTW 3 2015-04-19 "Linux" "Linux Programmer's Manual"
.SH NAME
ftw, nftw \- file tree walk
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH GET_NPROCS 3 2012-03-20 "GNU" "Linux Programmer's Manual"
.TH GET_NPROCS 3 2015-04-19 "GNU" "Linux Programmer's Manual"
.SH NAME
get_nprocs, get_nprocs_conf \- get number of processors
.SH SYNOPSIS

View File

@ -29,7 +29,7 @@
.\" Modified Mon Dec 11 13:32:51 MET 2000 by aeb
.\" Modified Thu Apr 22 03:49:15 CEST 2002 by Roger Luethi <rl@hellgate.ch>
.\"
.TH GETCWD 3 2015-03-02 "GNU" "Linux Programmer's Manual"
.TH GETCWD 3 2015-04-19 "GNU" "Linux Programmer's Manual"
.SH NAME
getcwd, getwd, get_current_dir_name \- get current working directory
.SH SYNOPSIS

View File

@ -35,7 +35,7 @@
.\" Modified 2002-08-05, Michael Kerrisk
.\" Modified 2004-10-31, Andries Brouwer
.\"
.TH GETHOSTBYNAME 3 2014-03-11 "" "Linux Programmer's Manual"
.TH GETHOSTBYNAME 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
gethostbyname, gethostbyaddr, sethostent, gethostent, endhostent,
h_errno,

View File

@ -27,7 +27,7 @@
.\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
.\" 386BSD man pages
.\" Modified Sat Jul 24 21:48:06 1993 by Rik Faith (faith@cs.unc.edu)
.TH GETNETENT 3 2008-08-19 "GNU" "Linux Programmer's Manual"
.TH GETNETENT 3 2015-04-19 "GNU" "Linux Programmer's Manual"
.SH NAME
getnetent, getnetbyname, getnetbyaddr, setnetent, endnetent \-
get network entry

View File

@ -28,7 +28,7 @@
.\" Modified Thu Jul 25 14:43:46 MET DST 1996 by Michael Haardt
.\" <michael@cantor.informatik.rwth-aachen.de>
.\"
.TH GETUTENT 3 2014-08-19 "" "Linux Programmer's Manual"
.TH GETUTENT 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
getutent, getutid, getutline, pututline, setutent, endutent,
utmpname \- access utmp file entries

View File

@ -31,7 +31,7 @@
.\" Expanded the description of various flags
.\" Various wording fixes.
.\"
.TH GLOB 3 2014-08-19 "GNU" "Linux Programmer's Manual"
.TH GLOB 3 2015-04-19 "GNU" "Linux Programmer's Manual"
.SH NAME
glob, globfree \- find pathnames matching a pattern, free memory from glob()
.SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\"
.\" Inspired by a page by Walter Harms created 2002-08-10
.\"
.TH ILOGB 3 2015-03-02 "" "Linux Programmer's Manual"
.TH ILOGB 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
ilogb, ilogbf, ilogbl \- get integer exponent of a floating-point value
.SH SYNOPSIS

View File

@ -33,7 +33,7 @@
.\" mtk, 2010-09-09: Noted glibc 2.4 bug, added info on circular
.\" lists, added example program
.\"
.TH INSQUE 3 2014-08-19 "" "Linux Programmer's Manual"
.TH INSQUE 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
insque, remque \- insert/remove an item from a queue
.SH SYNOPSIS

View File

@ -33,7 +33,7 @@
.\" Modified 2004-11-12 as per suggestion by Fabian Kreutz/AEB
.\" 2008-07-24, mtk, moved yxx() material into separate y0.3 page
.\"
.TH J0 3 2015-03-02 "" "Linux Programmer's Manual"
.TH J0 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
j0, j0f, j0l, j1, j1f, j1l, jn, jnf, jnl \-
Bessel functions of the first kind

View File

@ -31,7 +31,7 @@
.\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu)
.\" Modified 2004-10-31 by aeb
.\"
.TH LDEXP 3 2015-03-02 "" "Linux Programmer's Manual"
.TH LDEXP 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
ldexp, ldexpf, ldexpl \- multiply floating-point number by integral power of 2
.SH SYNOPSIS

View File

@ -8,7 +8,7 @@
.\"
.\" based on glibc infopages
.\"
.TH LGAMMA 3 2014-01-18 "" "Linux Programmer's Manual"
.TH LGAMMA 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
lgamma, lgammaf, lgammal, lgamma_r, lgammaf_r, lgammal_r, signgam \-
log gamma function

View File

@ -33,7 +33,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH LOG 3 2015-03-02 "" "Linux Programmer's Manual"
.TH LOG 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
log, logf, logl \- natural logarithmic function
.SH SYNOPSIS

View File

@ -33,7 +33,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH LOG10 3 2015-03-02 "" "Linux Programmer's Manual"
.TH LOG10 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
log10, log10f, log10l \- base-10 logarithmic function
.SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\"
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.TH LOG1P 3 2015-03-02 "" "Linux Programmer's Manual"
.TH LOG1P 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
log1p, log1pf, log1pl \- logarithm of 1 plus argument
.SH SYNOPSIS

View File

@ -33,7 +33,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH LOG2 3 2015-03-02 "" "Linux Programmer's Manual"
.TH LOG2 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
log2, log2f, log2l \- base-2 logarithmic function
.SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\"
.\" Inspired by a page by Walter Harms created 2002-08-10
.\"
.TH LOGB 3 2015-03-02 "" "Linux Programmer's Manual"
.TH LOGB 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
logb, logbf, logbl \- get exponent of a floating-point value
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
.TH LOGIN 3 2004-05-06 "GNU" "Linux Programmer's Manual"
.TH LOGIN 3 2015-04-19 "GNU" "Linux Programmer's Manual"
.SH NAME
login, logout \- write utmp and wtmp entries
.SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH LRINT 3 2015-03-02 "" "Linux Programmer's Manual"
.TH LRINT 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
lrint, lrintf, lrintl, llrint, llrintf, llrintl \- round to nearest integer
.SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH LROUND 3 2015-03-02 "" "Linux Programmer's Manual"
.TH LROUND 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
lround, lroundf, lroundl, llround, llroundf, llroundl \- round to
nearest integer, away from zero

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH LSEEK64 3 2015-03-02 "Linux" "Linux Programmer's Manual"
.TH LSEEK64 3 2015-04-19 "Linux" "Linux Programmer's Manual"
.SH NAME
lseek64 \- reposition 64-bit read/write file offset
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" FIXME . Review http://austingroupbugs.net/view.php?id=374
.\" to see what changes are required on this page.
.\"
.TH MALLOC 3 2015-03-02 "GNU" "Linux Programmer's Manual"
.TH MALLOC 3 2015-04-19 "GNU" "Linux Programmer's Manual"
.SH NAME
malloc, free, calloc, realloc \- allocate and free dynamic memory
.SH SYNOPSIS

View File

@ -12,7 +12,7 @@
.\" Dinkumware C library reference http://www.dinkumware.com/
.\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
.\"
.TH MBSNRTOWCS 3 2014-03-18 "GNU" "Linux Programmer's Manual"
.TH MBSNRTOWCS 3 2015-04-19 "GNU" "Linux Programmer's Manual"
.SH NAME
mbsnrtowcs \- convert a multibyte string to a wide-character string
.SH SYNOPSIS

View File

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

View File

@ -30,7 +30,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH MODF 3 2015-03-02 "" "Linux Programmer's Manual"
.TH MODF 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
modf, modff, modfl \- extract signed integral and fractional values from
floating-point number

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH MQ_NOTIFY 3 2014-04-06 "Linux" "Linux Programmer's Manual"
.TH MQ_NOTIFY 3 2015-04-19 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_notify \- register for notification when a message is available
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH MQ_OPEN 3 2015-03-02 "Linux" "Linux Programmer's Manual"
.TH MQ_OPEN 3 2015-04-19 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_open \- open a message queue
.SH SYNOPSIS

View File

@ -8,7 +8,7 @@
.\"
.\" Corrections by aeb
.\"
.TH NAN 3 2015-03-02 "GNU" "Linux Programmer's Manual"
.TH NAN 3 2015-04-19 "GNU" "Linux Programmer's Manual"
.SH NAME
nan, nanf, nanl \- return 'Not a Number'
.SH SYNOPSIS

View File

@ -8,7 +8,7 @@
.\"
.\" Based on glibc infopages
.\"
.TH NEXTAFTER 3 2015-03-02 "GNU" "Linux Programmer's Manual"
.TH NEXTAFTER 3 2015-04-19 "GNU" "Linux Programmer's Manual"
.SH NAME
nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl \-
floating-point number manipulation

View File

@ -31,7 +31,7 @@
.\"
.\" Added -lutil remark, 030718
.\"
.TH OPENPTY 3 2014-08-19 "GNU" "Linux Programmer's Manual"
.TH OPENPTY 3 2015-04-19 "GNU" "Linux Programmer's Manual"
.SH NAME
openpty, login_tty, forkpty \- terminal utility functions
.SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" (msmith@falcon.mercer.peachnet.edu) and various other changes.
.\" Modified 1996-05-16 by Martin Schulze (joey@infodrom.north.de)
.\"
.TH PERROR 3 2014-05-28 "" "Linux Programmer's Manual"
.TH PERROR 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
perror \- print a system error message
.SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" 2001-10-11, 2003-08-22, aeb, added some details
.\" 2012-03-23, Michael Kerrisk <mtk.manpages@mail.com>
.\" Document pvalloc() and aligned_alloc()
.TH POSIX_MEMALIGN 3 2013-09-02 "GNU" "Linux Programmer's Manual"
.TH POSIX_MEMALIGN 3 2015-04-19 "GNU" "Linux Programmer's Manual"
.SH NAME
posix_memalign, aligned_alloc, memalign, valloc, pvalloc \- allocate aligned memory
.SH SYNOPSIS

View File

@ -32,7 +32,7 @@
.\" Modified 1995-08-14 by Arnt Gulbrandsen <agulbra@troll.no>
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.TH POW 3 2015-03-02 "" "Linux Programmer's Manual"
.TH POW 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
pow, powf, powl \- power functions
.SH SYNOPSIS

View File

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

View File

@ -34,7 +34,7 @@
.\" and Ben Bacarisse <software@bsb.me.uk>
.\" Document qsort_r()
.\"
.TH QSORT 3 2012-03-08 "" "Linux Programmer's Manual"
.TH QSORT 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
qsort, qsort_r \- sort an array
.SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\" Rewritten old page, 990824, aeb@cwi.nl
.\" 2004-12-14, mtk, added discussion of resolved_path == NULL
.\"
.TH REALPATH 3 2015-03-02 "" "Linux Programmer's Manual"
.TH REALPATH 3 2015-04-19 "" "Linux Programmer's Manual"
.SH NAME
realpath \- return the canonicalized absolute pathname
.SH SYNOPSIS

Some files were not shown because too many files have changed in this diff Show More