_exit.2, brk.2, capget.2, chdir.2, chmod.2, chown.2, chroot.2, getdtablesize.2, gethostname.2, getpagesize.2, getsid.2, killpg.2, mknod.2, mknodat.2, poll.2, posix_fadvise.2, pread.2, readlink.2, setpgid.2, setreuid.2, sigaltstack.2, stat.2, symlink.2, sync.2, truncate.2, vfork.2, wait.2, wait4.2, a64l.3, abs.3, acos.3, acosh.3, asin.3, asinh.3, atan.3, atan2.3, atoi.3, cbrt.3, ceil.3, copysign.3, cosh.3, dirfd.3, div.3, ecvt.3, erf.3, erfc.3, exp.3, exp2.3, fabs.3, fdim.3, ffs.3, floor.3, fma.3, fmax.3, fmin.3, fmod.3, fpclassify.3, frexp.3, ftw.3, fwide.3, gcvt.3, getcwd.3, getdate.3, getgrent.3, gethostid.3, getpass.3, getpwent.3, getsubopt.3, getw.3, hypot.3, ilogb.3, index.3, isalpha.3, isgreater.3, iswblank.3, j0.3, ldexp.3, lockf.3, log.3, log10.3, log1p.3, logb.3, lrint.3, lround.3, mkstemp.3, mktemp.3, modf.3, mq_receive.3, mq_send.3, nan.3, nextafter.3, posix_fallocate.3, posix_memalign.3, printf.3, qecvt.3, random.3, realpath.3, remainder.3, remquo.3, rint.3, round.3, scalb.3, scalbln.3, scanf.3, siginterrupt.3, signbit.3, sigset.3, sinh.3, sqrt.3, strcasecmp.3, strcat.3, strchr.3, strcmp.3, strcoll.3, strcpy.3, strfry.3, strpbrk.3, strsep.3, strspn.3, strstr.3, strtod.3, strtok.3, strtol.3, strtoul.3, strxfrm.3, tanh.3, tgamma.3, trunc.3, ttyslot.3, ualarm.3, usleep.3, wprintf.3, armscii-8.7, cp1251.7, iso_8859-10.7, iso_8859-11.7, iso_8859-13.7, iso_8859-14.7, iso_8859-3.7, iso_8859-5.7, iso_8859-6.7, iso_8859-8.7, koi8-u.7: tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-09-19 19:19:13 +02:00
parent 047cb38034
commit 50831f9b8a
143 changed files with 143 additions and 143 deletions

View File

@ -26,7 +26,7 @@
.\" Modified Wed Jul 21 23:02:38 1993 by Rik Faith <faith@cs.unc.edu>
.\" Modified 2001-11-17, aeb
.\"
.TH _EXIT 2 2008-11-27 "Linux" "Linux Programmer's Manual"
.TH _EXIT 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
_exit, _Exit \- terminate the calling process
.SH SYNOPSIS

View File

@ -27,7 +27,7 @@
.\" Modified Wed Jul 21 19:52:58 1993 by Rik Faith <faith@cs.unc.edu>
.\" Modified Sun Aug 21 17:40:38 1994 by Rik Faith <faith@cs.unc.edu>
.\"
.TH BRK 2 2008-06-18 "Linux" "Linux Programmer's Manual"
.TH BRK 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
brk, sbrk \- change data segment size
.SH SYNOPSIS

View File

@ -8,7 +8,7 @@
.\" 64-bit capability sets in kernel 2.6.2[45].
.\" Modified 2009-01-26, andi kleen
.\"
.TH CAPGET 2 2009-01-26 "Linux" "Linux Programmer's Manual"
.TH CAPGET 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
capget, capset \- set/get capabilities of thread(s)
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 1997-08-21 by Joseph S. Myers <jsm28@cam.ac.uk>
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.TH CHDIR 2 2007-07-26 "Linux" "Linux Programmer's Manual"
.TH CHDIR 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
chdir, fchdir \- change working directory
.SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" <michael@cantor.informatik.rwth-aachen.de>: NFS details
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.TH CHMOD 2 2008-05-26 "Linux" "Linux Programmer's Manual"
.TH CHMOD 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
chmod, fchmod \- change permissions of a file
.SH SYNOPSIS

View File

@ -35,7 +35,7 @@
.\" (bsdgroups versus sysvgroups, and the effect of the parent
.\" directory's set-group-ID permission bit).
.\"
.TH CHOWN 2 2008-06-16 "Linux" "Linux Programmer's Manual"
.TH CHOWN 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
chown, fchown, lchown \- change ownership of a file
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 1997-08-21 by Joseph S. Myers <jsm28@cam.ac.uk>
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.TH CHROOT 2 2008-06-23 "Linux" "Linux Programmer's Manual"
.TH CHROOT 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
chroot \- change root directory
.SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\"
.\" Modified 2002-04-15 by Roger Luethi <rl@hellgate.ch> and aeb
.\"
.TH GETDTABLESIZE 2 2007-07-26 "Linux" "Linux Programmer's Manual"
.TH GETDTABLESIZE 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
getdtablesize \- get descriptor table size
.SH SYNOPSIS

View File

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

View File

@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH GETPAGESIZE 2 2007-07-26 "Linux" "Linux Programmer's Manual"
.TH GETPAGESIZE 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
getpagesize \- get memory page size
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\"
.\" Modified Thu Oct 31 14:18:40 1996 by Eric S. Raymond <esr@y\thyrsus.com>
.\" Modified 2001-12-17, aeb
.TH GETSID 2 2008-12-05 "Linux" "Linux Programmer's Manual"
.TH GETSID 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
getsid \- get session ID
.SH SYNOPSIS

View File

@ -37,7 +37,7 @@
.\" Added notes on CAP_KILL
.\" Modified 2004-06-21 by aeb
.\"
.TH KILLPG 2 2007-07-26 "Linux" "Linux Programmer's Manual"
.TH KILLPG 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
killpg \- send signal to a process group
.SH SYNOPSIS

View File

@ -10,7 +10,7 @@
.\" Modified 2003-04-23 by Michael Kerrisk
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.TH MKNOD 2 2008-12-01 "Linux" "Linux Programmer's Manual"
.TH MKNOD 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
mknod \- create a special or ordinary file
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\"
.TH MKNODAT 2 2009-12-13 "Linux" "Linux Programmer's Manual"
.TH MKNODAT 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
mknodat \- create a special or ordinary file relative to a directory
file descriptor

View File

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

View File

@ -23,7 +23,7 @@
.\"
.\" 2005-04-08 mtk, noted kernel version and added BUGS
.\"
.TH POSIX_FADVISE 2 2010-06-14 "Linux" "Linux Programmer's Manual"
.TH POSIX_FADVISE 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
posix_fadvise \- predeclare an access pattern for file data
.SH SYNOPSIS

View File

@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH PREAD 2 2008-12-03 "Linux" "Linux Programmer's Manual"
.TH PREAD 2 2010-09-20 "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

@ -35,7 +35,7 @@
.\" Modified Tue Jul 9 23:55:17 1996 by aeb
.\" Modified Fri Jan 24 00:26:00 1997 by aeb
.\"
.TH READLINK 2 2010-08-29 "Linux" "Linux Programmer's Manual"
.TH READLINK 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
readlink \- read value of a symbolic link
.SH SYNOPSIS

View File

@ -43,7 +43,7 @@
.\" 2007-07-25, mtk, fairly substantial rewrites and rearrangements
.\" of text.
.\"
.TH SETPGID 2 2009-09-20 "Linux" "Linux Programmer's Manual"
.TH SETPGID 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
setpgid, getpgid, setpgrp, getpgrp \- set/get process group
.SH SYNOPSIS

View File

@ -40,7 +40,7 @@
.\" 2004-07-04 by aeb
.\" 2004-05-27 by Michael Kerrisk
.\"
.TH SETREUID 2 2009-10-17 "Linux" "Linux Programmer's Manual"
.TH SETREUID 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
setreuid, setregid \- set real and/or effective user or group ID
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\" aeb, various minor fixes
.TH SIGALTSTACK 2 2008-10-04 "Linux" "Linux Programmer's Manual"
.TH SIGALTSTACK 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
sigaltstack \- set and/or get signal stack context
.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 2009-09-30 "Linux" "Linux Programmer's Manual"
.TH STAT 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
stat, fstat, lstat \- get file status
.SH SYNOPSIS

View File

@ -29,7 +29,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 2007-07-26 "Linux" "Linux Programmer's Manual"
.TH SYMLINK 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
symlink \- make a new name for a file
.SH SYNOPSIS

View File

@ -31,7 +31,7 @@
.\" Modified Tue Oct 22 22:27:07 1996 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified 2001-10-10 by aeb, following Michael Kerrisk.
.\"
.TH SYNC 2 2007-07-26 "Linux" "Linux Programmer's Manual"
.TH SYNC 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
sync \- commit buffer cache to disk
.SH SYNOPSIS

View File

@ -38,7 +38,7 @@
.\" Modified 2002-04-06 by Andries Brouwer <aeb@cwi.nl>
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.TH TRUNCATE 2 2009-02-28 "Linux" "Linux Programmer's Manual"
.TH TRUNCATE 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
truncate, ftruncate \- truncate a file to a specified length
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" 1999-11-10: Merged text taken from the page contributed by
.\" Reed H. Petty (rhp@draper.net)
.\"
.TH VFORK 2 2009-06-21 "Linux" "Linux Programmer's Manual"
.TH VFORK 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
vfork \- create a child process and block parent
.SH SYNOPSIS

View File

@ -47,7 +47,7 @@
.\" 2005-05-10, mtk, __W* flags can't be used with waitid()
.\" 2008-07-04, mtk, removed erroneous text about SA_NOCLDSTOP
.\"
.TH WAIT 2 2009-04-21 "Linux" "Linux Programmer's Manual"
.TH WAIT 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
wait, waitpid, waitid \- wait for process to change state
.SH SYNOPSIS

View File

@ -31,7 +31,7 @@
.\" Rewrote much of this page, and removed much duplicated text,
.\" replacing with pointers to wait.2
.\"
.TH WAIT4 2 2008-09-28 "Linux" "Linux Programmer's Manual"
.TH WAIT4 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
wait3, wait4 \- wait for process to change state, BSD style
.SH SYNOPSIS

View File

@ -3,7 +3,7 @@
.\"
.\" Corrected, aeb, 2002-05-30
.\"
.TH A64L 3 2010-08-29 "" "Linux Programmer's Manual"
.TH A64L 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
a64l, l64a \- convert between long and base-64
.SH SYNOPSIS

View File

@ -29,7 +29,7 @@
.\" Modified Sat Jul 24 21:45:37 1993, Rik Faith (faith@cs.unc.edu)
.\" Modified Sat Dec 16 15:02:59 2000, Joseph S. Myers
.\"
.TH ABS 3 2007-07-26 "GNU" "Linux Programmer's Manual"
.TH ABS 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
abs, labs, llabs, imaxabs \- compute the absolute value of an integer
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 2002-07-25 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH ACOS 3 2008-08-05 "" "Linux Programmer's Manual"
.TH ACOS 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
acos, acosf, acosl \- arc cosine function
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 2002-07-25 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH ACOSH 3 2008-08-05 "" "Linux Programmer's Manual"
.TH ACOSH 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
acosh, acoshf, acoshl \- inverse hyperbolic cosine function
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 2002-07-25 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH ASIN 3 2008-08-05 "" "Linux Programmer's Manual"
.TH ASIN 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
asin, asinf, asinl \- arc sine function
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH ASINH 3 2008-08-05 "GNU" "Linux Programmer's Manual"
.TH ASINH 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
asinh, asinhf, asinhl \- inverse hyperbolic sine function
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH ATAN 3 2008-12-02 "" "Linux Programmer's Manual"
.TH ATAN 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
atan, atanf, atanl \- arc tangent function
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH ATAN2 3 2008-11-20 "" "Linux Programmer's Manual"
.TH ATAN2 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
atan2, atan2f, atan2l \- arc tangent function of two variables
.SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" Modified Sat Jul 24 21:38:42 1993, Rik Faith (faith@cs.unc.edu)
.\" Modified Sun Dec 17 18:35:06 2000, Joseph S. Myers
.\"
.TH ATOI 3 2007-07-26 "GNU" "Linux Programmer's Manual"
.TH ATOI 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
atoi, atol, atoll, atoq \- convert a string to an integer
.SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\" Modified 2002-07-27 Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH CBRT 3 2008-08-05 "GNU" "Linux Programmer's Manual"
.TH CBRT 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
cbrt, cbrtf, cbrtl \- cube root function
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH CEIL 3 2008-08-05 "" "Linux Programmer's Manual"
.TH CEIL 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
ceil, ceilf, ceill \- ceiling function: smallest integral value not
less than argument

View File

@ -26,7 +26,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 2008-08-05 "GNU" "Linux Programmer's Manual"
.TH COPYSIGN 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
copysign, copysignf, copysignl \- copy sign of a number
.SH SYNOPSIS

View File

@ -31,7 +31,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH COSH 3 2008-08-10 "" "Linux Programmer's Manual"
.TH COSH 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
cosh, coshf, coshl \- hyperbolic cosine function
.SH SYNOPSIS

View File

@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH DIRFD 3 2008-08-21 "Linux" "Linux Programmer's Manual"
.TH DIRFD 3 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
dirfd \- get directory stream file descriptor
.SH SYNOPSIS

View File

@ -29,7 +29,7 @@
.\" Modified 1993-07-24, Rik Faith (faith@cs.unc.edu)
.\" Modified 2002-08-10, 2003-11-01 Walter Harms, aeb
.\"
.TH DIV 3 2007-07-26 "" "Linux Programmer's Manual"
.TH DIV 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
div, ldiv, lldiv, imaxdiv \- compute quotient and remainder of
an integer division

View File

@ -27,7 +27,7 @@
.\" Modified Sat Jul 24 19:40:39 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified Fri Jun 25 12:10:47 1999 by Andries Brouwer (aeb@cwi.nl)
.\"
.TH ECVT 3 2009-03-15 "" "Linux Programmer's Manual"
.TH ECVT 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
ecvt, fcvt \- convert a floating-point number to a string
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH ERF 3 2008-08-05 "GNU" "Linux Programmer's Manual"
.TH ERF 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
erf, erff, erfl, \- error function
.SH SYNOPSIS

View File

@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH ERFC 3 2008-08-05 "GNU" "Linux Programmer's Manual"
.TH ERFC 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
erfc, erfcf, erfcl \- complementary error function
.SH SYNOPSIS

View File

@ -31,7 +31,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH EXP 3 2008-08-05 "" "Linux Programmer's Manual"
.TH EXP 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
exp, expf, expl \- base-e exponential function
.SH SYNOPSIS

View File

@ -31,7 +31,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH EXP2 3 2008-08-11 "" "Linux Programmer's Manual"
.TH EXP2 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
exp2, exp2f, exp2l \- base-2 exponential function
.SH SYNOPSIS

View File

@ -27,7 +27,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 2008-08-05 "" "Linux Programmer's Manual"
.TH FABS 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
fabs, fabsf, fabsl \- absolute value of floating-point number
.SH SYNOPSIS

View File

@ -3,7 +3,7 @@
.\" <mtk.manpages@gmail.com>
.\" Distributed under GPL.
.\"
.TH FDIM 3 2008-08-11 "" "Linux Programmer's Manual"
.TH FDIM 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
fdim, fdimf, fdiml \- positive difference
.SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\"
.\" Modified 2003 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH FFS 3 2009-08-27 "GNU" "Linux Programmer's Manual"
.TH FFS 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
ffs, ffsl, ffsll \- find first bit set in a word
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH FLOOR 3 2008-10-06 "" "Linux Programmer's Manual"
.TH FLOOR 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
floor, floorf, floorl \- largest integral value not greater than argument
.SH SYNOPSIS

View File

@ -5,7 +5,7 @@
.\" Modified 2004-11-15, Added further text on FLT_ROUNDS
.\" as suggested by AEB and Fabian Kreutz
.\"
.TH FMA 3 2008-10-06 "" "Linux Programmer's Manual"
.TH FMA 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
fma, fmaf, fmal \- floating-point multiply and add
.SH SYNOPSIS

View File

@ -3,7 +3,7 @@
.\" <mtk.manpages@gmail.com>
.\" Distributed under GPL
.\"
.TH FMAX 3 2008-08-11 "" "Linux Programmer's Manual"
.TH FMAX 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
fmax, fmaxf, fmaxl \- determine maximum of two floating-point numbers
.SH SYNOPSIS

View File

@ -3,7 +3,7 @@
.\" <mtk.manpages@gmail.com>
.\" Distributed under GPL
.\"
.TH FMIN 3 2008-08-11 "" "Linux Programmer's Manual"
.TH FMIN 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
fmin, fminf, fminl \- determine minimum of two floating-point numbers
.SH SYNOPSIS

View File

@ -30,7 +30,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH FMOD 3 2008-08-05 "" "Linux Programmer's Manual"
.TH FMOD 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
fmod, fmodf, fmodl \- floating-point remainder function
.SH SYNOPSIS

View File

@ -3,7 +3,7 @@
.\" This was done with the help of the glibc manual.
.\"
.\" 2004-10-31, aeb, corrected
.TH FPCLASSIFY 3 2008-08-07 "" "Linux Programmer's Manual"
.TH FPCLASSIFY 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
fpclassify, isfinite, isnormal, isnan, isinf \- floating-point
classification macros

View File

@ -28,7 +28,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH FREXP 3 2008-10-29 "" "Linux Programmer's Manual"
.TH FREXP 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
frexp, frexpf, frexpl \- convert floating-point number to fractional
and integral components

View File

@ -31,7 +31,7 @@
.\" reorganized and rewrote much of the page
.\" 2006-05-24, Michael Kerrisk <mtk.manpages@gmail.com>
.\" Added an example program.
.TH FTW 3 2010-06-10 "Linux" "Linux Programmer's Manual"
.TH FTW 3 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
ftw, nftw \- file tree walk
.SH SYNOPSIS

View File

@ -11,7 +11,7 @@
.\" OpenGroup's Single Unix specification http://www.UNIX-systems.org/online.html
.\" ISO/IEC 9899:1999
.\"
.TH FWIDE 3 2007-07-26 "GNU" "Linux Programmer's Manual"
.TH FWIDE 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
fwide \- set and determine the orientation of a FILE stream
.SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
.\" 386BSD man pages
.\" Modified Sat Jul 24 19:32:25 1993 by Rik Faith (faith@cs.unc.edu)
.TH GCVT 3 2009-03-15 "" "Linux Programmer's Manual"
.TH GCVT 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
gcvt \- convert a floating-point number to a string
.SH SYNOPSIS

View File

@ -27,7 +27,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 2009-03-31 "GNU" "Linux Programmer's Manual"
.TH GETCWD 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
getcwd, getwd, get_current_dir_name \- Get current working directory
.SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\" Modified, 2001-12-26, aeb
.\" 2008-09-07, mtk, Various rewrites; added an example program.
.\"
.TH GETDATE 3 2008-09-07 "" "Linux Programmer's Manual"
.TH GETDATE 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
getdate, getdate_r \- convert a date-plus-time string to broken-down time
.SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
.\" 386BSD man pages
.\" Modified Sat Jul 24 19:29:54 1993 by Rik Faith (faith@cs.unc.edu)
.TH GETGRENT 3 2009-03-30 "" "Linux Programmer's Manual"
.TH GETGRENT 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
getgrent, setgrent, endgrent \- get group file entry
.SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" Portions Copyright 1993 Mitchum DSouza <m.dsouza@mrc-apu.cam.ac.uk>
.\"
.\" Modified Tue Oct 22 00:22:35 EDT 1996 by Eric S. Raymond <esr@thyrsus.com>
.TH GETHOSTID 3 2009-01-13 "Linux" "Linux Programmer's Manual"
.TH GETHOSTID 3 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
gethostid, sethostid \- get or set the unique identifier of the current host
.SH SYNOPSIS

View File

@ -20,7 +20,7 @@
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
.\" USA.
.\"
.TH GETPASS 3 2000-12-05 "Linux" "Linux Programmer's Manual"
.TH GETPASS 3 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
getpass \- get a password
.SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" Modified Sat Jul 24 19:22:14 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified Mon May 27 21:37:47 1996 by Martin Schulze (joey@linux.de)
.\"
.TH GETPWENT 3 2009-03-30 "GNU" "Linux Programmer's Manual"
.TH GETPWENT 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
getpwent, setpwent, endpwent \- get password file entry
.SH SYNOPSIS

View File

@ -20,7 +20,7 @@
.\" TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
.\" SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
.\"
.TH GETSUBOPT 3 2008-05-29 "GNU" "Linux Programmer's Manual"
.TH GETSUBOPT 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
getsubopt \- parse suboption arguments from a string
.SH SYNOPSIS

View File

@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\" License.
.TH GETW 3 2007-12-20 "GNU" "Linux Programmer's Manual"
.TH GETW 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
getw, putw \- input and output of words (ints)
.SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH HYPOT 3 2008-08-05 "" "Linux Programmer's Manual"
.TH HYPOT 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
hypot, hypotf, hypotl \- Euclidean distance function
.SH SYNOPSIS

View File

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

View File

@ -26,7 +26,7 @@
.\" 386BSD man pages
.\" Modified Mon Apr 12 12:54:34 1993, David Metcalfe
.\" Modified Sat Jul 24 19:13:52 1993, Rik Faith (faith@cs.unc.edu)
.TH INDEX 3 2009-03-15 "GNU" "Linux Programmer's Manual"
.TH INDEX 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
index, rindex \- locate character in string
.SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" Modified Sat Sep 2 21:52:01 1995 by Jim Van Zandt <jrv@vanzandt.mv.com>
.\" Modified Mon May 27 22:55:26 1996 by Martin Schulze (joey@linux.de)
.\"
.TH ISALPHA 3 2009-03-15 "GNU" "Linux Programmer's Manual"
.TH ISALPHA 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
isalnum, isalpha, isascii, isblank, iscntrl, isdigit, isgraph, islower,
isprint, ispunct, isspace, isupper, isxdigit \- character

View File

@ -3,7 +3,7 @@
.\" 2002-07-27 Walter Harms
.\" this was done with the help of the glibc manual
.\"
.TH ISGREATER 3 2008-08-05 "" "Linux Programmer's Manual"
.TH ISGREATER 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
isgreater, isgreaterequal, isless, islessequal, islessgreater,
isunordered \- floating-point relational tests without exception for NaN

View File

@ -11,7 +11,7 @@
.\" OpenGroup's Single Unix specification http://www.UNIX-systems.org/online.html
.\" ISO/IEC 9899:1999
.\"
.TH ISWBLANK 3 2007-07-26 "GNU" "Linux Programmer's Manual"
.TH ISWBLANK 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
iswblank \- test for whitespace wide character
.SH SYNOPSIS

View File

@ -31,7 +31,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 2008-08-05 "" "Linux Programmer's Manual"
.TH J0 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
j0, j0f, j0l, j1, j1f, j1l, jn, jnf, jnl \-
Bessel functions of the first kind

View File

@ -29,7 +29,7 @@
.\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu)
.\" Modified 2004-10-31 by aeb
.\"
.TH LDEXP 3 2008-08-05 "" "Linux Programmer's Manual"
.TH LDEXP 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
ldexp, ldexpf, ldexpl \- multiply floating-point number by integral power of 2
.SH SYNOPSIS

View File

@ -19,7 +19,7 @@
.\" Added section stuff, aeb, 2002-04-22.
.\" Corrected include file, drepper, 2003-06-15.
.\"
.TH LOCKF 3 2009-07-25 "GNU" "Linux Programmer's Manual"
.TH LOCKF 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
lockf \- apply, test or remove a POSIX lock on an open file
.SH SYNOPSIS

View File

@ -31,7 +31,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH LOG 3 2010-06-13 "" "Linux Programmer's Manual"
.TH LOG 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
log, logf, logl \- natural logarithmic function
.SH SYNOPSIS

View File

@ -31,7 +31,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH LOG10 3 2010-06-13 "" "Linux Programmer's Manual"
.TH LOG10 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
log10, log10f, log10l \- base-10 logarithmic function
.SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\"
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.TH LOG1P 3 2008-08-05 "" "Linux Programmer's Manual"
.TH LOG1P 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
log1p, log1pf, log1pl \- logarithm of 1 plus argument
.SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\"
.\" Inspired by a page by Walter Harms created 2002-08-10
.\"
.TH LOGB 3 2008-08-05 "" "Linux Programmer's Manual"
.TH LOGB 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
logb, logbf, logbl \- get exponent of a floating-point value
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH LRINT 3 2008-08-11 "" "Linux Programmer's Manual"
.TH LRINT 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
lrint, lrintf, lrintl, llrint, llrintf, llrintl \- round to nearest integer
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH LROUND 3 2008-08-11 "" "Linux Programmer's Manual"
.TH LROUND 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
lround, lroundf, lroundl, llround, llroundf, llroundl \- round to
nearest integer, away from zero

View File

@ -30,7 +30,7 @@
.\" Modified 990328, aeb
.\" 2008-06-19, mtk, Added mkostemp(); various other changes
.\"
.TH MKSTEMP 3 2010-06-19 "GNU" "Linux Programmer's Manual"
.TH MKSTEMP 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
mkstemp, mkostemp \- create a unique temporary file
.SH SYNOPSIS

View File

@ -29,7 +29,7 @@
.\" (prompted by Scott Burkett <scottb@IntNet.net>)
.\" Modified Sun Mar 28 23:44:38 1999 by Andries Brouwer (aeb@cwi.nl)
.\"
.TH MKTEMP 3 2008-08-06 "GNU" "Linux Programmer's Manual"
.TH MKTEMP 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
mktemp \- make a unique temporary filename
.SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" Modified 2002-07-27 by Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\"
.TH MODF 3 2008-08-05 "" "Linux Programmer's Manual"
.TH MODF 3 2010-09-20 "" "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 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH MQ_RECEIVE 3 2010-02-25 "Linux" "Linux Programmer's Manual"
.TH MQ_RECEIVE 3 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_receive, mq_timedreceive \- receive a message from a message queue
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH MQ_SEND 3 2010-08-31 "Linux" "Linux Programmer's Manual"
.TH MQ_SEND 3 2010-09-20 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_send, mq_timedsend \- send a message to a message queue
.SH SYNOPSIS

View File

@ -3,7 +3,7 @@
.\" Based on glibc infopages
.\"
.\" Corrections by aeb
.TH NAN 3 2008-08-11 "GNU" "Linux Programmer's Manual"
.TH NAN 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
nan, nanf, nanl \- return 'Not a Number'
.SH SYNOPSIS

View File

@ -3,7 +3,7 @@
.\" <mtk.manpages@gmail.com>
.\" Distributed under GPL
.\" Based on glibc infopages
.TH NEXTAFTER 3 2009-12-05 "GNU" "Linux Programmer's Manual"
.TH NEXTAFTER 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl \-
floating-point number manipulation

View File

@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH POSIX_FALLOCATE 3 2009-09-30 "GNU" "Linux Programmer's Manual"
.TH POSIX_FALLOCATE 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
posix_fallocate \- allocate file space
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" License.
.\"
.\" 2001-10-11, 2003-08-22, aeb, added some details
.TH POSIX_MEMALIGN 3 2009-03-30 "GNU" "Linux Programmer's Manual"
.TH POSIX_MEMALIGN 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
posix_memalign, memalign, valloc \- Allocate aligned memory
.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 2008-12-19 "GNU" "Linux Programmer's Manual"
.TH PRINTF 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
printf, fprintf, sprintf, snprintf, vprintf, vfprintf, vsprintf,
vsnprintf \- formatted output conversion

View File

@ -23,7 +23,7 @@
.\" This replaces an earlier man page written by Walter Harms
.\" <walter.harms@informatik.uni-oldenburg.de>.
.\"
.TH QECVT 3 2007-07-26 "GNU" "Linux Programmer's Manual"
.TH QECVT 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
qecvt, qfcvt, qgcvt \- convert a floating-point number to a string
.SH SYNOPSIS

View File

@ -28,7 +28,7 @@
.\" Modified Sat Jul 24 18:13:39 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified Sun Aug 20 21:47:07 2000, aeb
.\"
.TH RANDOM 3 2009-02-03 "GNU" "Linux Programmer's Manual"
.TH RANDOM 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
random, srandom, initstate, setstate \- random number generator
.SH SYNOPSIS

View File

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

View File

@ -32,7 +32,7 @@
.\" (walter.harms@informatik.uni-oldenburg.de)
.\" Modified 2003-11-18, 2004-10-05 aeb
.\"
.TH REMAINDER 3 2009-02-04 "" "Linux Programmer's Manual"
.TH REMAINDER 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
drem, dremf, dreml, remainder, remainderf, remainderl \- \
floating-point remainder function

View File

@ -4,7 +4,7 @@
.\" Distributed under GPL
.\" based on glibc infopages
.\" polished, aeb
.TH REMQUO 3 2008-08-11 "GNU" "Linux Programmer's Manual"
.TH REMQUO 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
remquo, remquof, remquol \- remainder and part of quotient
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH RINT 3 2008-08-05 "" "Linux Programmer's Manual"
.TH RINT 3 2010-09-20 "" "Linux Programmer's Manual"
.SH NAME
nearbyint, nearbyintf, nearbyintl, rint, rintf, rintl \- round
to nearest integer

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