locale.1, adjtimex.2, clone.2, fork.2, getrlimit.2, remap_file_pages.2, set_mempolicy.2, swapon.2, a64l.3, adjtime.3, argz_add.3, bstring.3, envz_add.3, fpathconf.3, fseek.3, gcvt.3, getaddrinfo_a.3, getauxval.3, getnameinfo.3, getrpcent.3, getrpcport.3, getspnam.3, getutent.3, inet.3, inet_net_pton.3, key_setsecret.3, makecontext.3, makedev.3, malloc_trim.3, mq_getattr.3, newlocale.3, nl_langinfo.3, perror.3, pthread_attr_setaffinity_np.3, pthread_attr_setdetachstate.3, pthread_attr_setguardsize.3, pthread_attr_setscope.3, pthread_attr_setstack.3, pthread_attr_setstackaddr.3, pthread_attr_setstacksize.3, pthread_cleanup_push_defer_np.3, pthread_create.3, pthread_setname_np.3, pthread_setschedparam.3, pthread_setschedprio.3, pthread_sigqueue.3, rcmd.3, re_comp.3, resolver.3, rexec.3, rtime.3, scandir.3, setlocale.3, setnetgrent.3, sigvec.3, tsearch.3, core.5, proc.5, charsets.7, locale.7: tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-28 15:42:25 +02:00
parent 0b501d4989
commit 8660ef9f1d
60 changed files with 60 additions and 60 deletions

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH LOCALE 1 2014-03-10 "Linux" "Linux Programmer's Manual"
.TH LOCALE 1 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
locale \- get locale-specific information
.SH SYNOPSIS

View File

@ -34,7 +34,7 @@
.\" commit 094aa1881fdc1b8889b442eb3511b31f3ec2b762
.\" Author: Richard Cochran <richardcochran@gmail.com>
.\"
.TH ADJTIMEX 2 2013-08-07 "Linux" "Linux Programmer's Manual"
.TH ADJTIMEX 2 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
adjtimex \- tune kernel clock
.SH SYNOPSIS

View File

@ -42,7 +42,7 @@
.\" FIXME Document CLONE_NEWUSER, which is new in 2.6.23
.\" (also supported for unshare()?)
.\"
.TH CLONE 2 2014-02-27 "Linux" "Linux Programmer's Manual"
.TH CLONE 2 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
clone, __clone2 \- create a child process
.SH SYNOPSIS

View File

@ -36,7 +36,7 @@
.\" Greatly expanded, to describe all attributes that differ
.\" parent and child.
.\"
.TH FORK 2 2014-05-12 "Linux" "Linux Programmer's Manual"
.TH FORK 2 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
fork \- create a child process
.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 2014-01-22 "Linux" "Linux Programmer's Manual"
.TH GETRLIMIT 2 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
getrlimit, setrlimit, prlimit \- get/set resource limits
.SH SYNOPSIS

View File

@ -25,7 +25,7 @@
.\" 2003-12-10 Initial creation, Michael Kerrisk <mtk.manpages@gmail.com>
.\" 2004-10-28 aeb, corrected prototype, prot must be 0
.\"
.TH REMAP_FILE_PAGES 2 2014-05-10 "Linux" "Linux Programmer's Manual"
.TH REMAP_FILE_PAGES 2 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
remap_file_pages \- create a nonlinear file mapping
.SH SYNOPSIS

View File

@ -24,7 +24,7 @@
.\" 2007-08-27, Lee Schermerhorn <Lee.Schermerhorn@hp.com>
.\" more precise specification of behavior.
.\"
.TH SET_MEMPOLICY 2 2008-08-15 Linux "Linux Programmer's Manual"
.TH SET_MEMPOLICY 2 2014-05-28 Linux "Linux Programmer's Manual"
.SH NAME
set_mempolicy \- set default NUMA memory policy for a process and its children
.SH SYNOPSIS

View File

@ -34,7 +34,7 @@
.\" 2007-06-22 Ivana Varekova <varekova@redhat.com>, mtk
.\" Update text describing limit on number of swap files.
.\"
.TH SWAPON 2 2014-02-26 "Linux" "Linux Programmer's Manual"
.TH SWAPON 2 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
swapon, swapoff \- start/stop swapping to file/device
.SH SYNOPSIS

View File

@ -6,7 +6,7 @@
.\"
.\" Corrected, aeb, 2002-05-30
.\"
.TH A64L 3 2013-06-21 "" "Linux Programmer's Manual"
.TH A64L 3 2014-05-28 "" "Linux Programmer's Manual"
.SH NAME
a64l, l64a \- convert between long and base-64
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH ADJTIME 3 2013-10-07 "Linux" "Linux Programmer's Manual"
.TH ADJTIME 3 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
adjtime \- correct the time to synchronize the system clock
.SH SYNOPSIS

View File

@ -7,7 +7,7 @@
.\" based on the description in glibc source and infopages
.\"
.\" Corrections and additions, aeb
.TH ARGZ_ADD 3 2007-05-18 "" "Linux Programmer's Manual"
.TH ARGZ_ADD 3 2014-05-28 "" "Linux Programmer's Manual"
.SH NAME
argz_add, argz_add_sep, argz_append, argz_count, argz_create,
argz_create_sep, argz_delete, argz_extract, argz_insert,

View File

@ -29,7 +29,7 @@
.\" Modified 1993-04-12, David Metcalfe
.\" Modified 1993-07-24, Rik Faith (faith@cs.unc.edu)
.\" Modified 2002-01-20, Walter Harms
.TH BSTRING 3 2002-01-20 "" "Linux Programmer's Manual"
.TH BSTRING 3 2014-05-28 "" "Linux Programmer's Manual"
.SH NAME
bcmp, bcopy, bzero, memccpy, memchr, memcmp, memcpy, memfrob, memmem,
memmove, memset \- byte string operations

View File

@ -7,7 +7,7 @@
.\" based on the description in glibc source and infopages
.\"
.\" Corrections and additions, aeb
.TH ENVZ_ADD 3 2007-05-18 "" "Linux Programmer's Manual"
.TH ENVZ_ADD 3 2014-05-28 "" "Linux Programmer's Manual"
.SH NAME
envz_add, envz_entry, envz_get, envz_merge,
envz_remove, envz_strip \- environment string support

View File

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

View File

@ -39,7 +39,7 @@
.\"
.\" Converted for Linux, Mon Nov 29 15:22:01 1993, faith@cs.unc.edu
.\"
.TH FSEEK 3 2014-04-02 "GNU" "Linux Programmer's Manual"
.TH FSEEK 3 2014-05-28 "GNU" "Linux Programmer's Manual"
.SH NAME
fgetpos, fseek, fsetpos, ftell, rewind \- reposition a stream
.SH SYNOPSIS

View File

@ -27,7 +27,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 2010-09-20 "" "Linux Programmer's Manual"
.TH GCVT 3 2014-05-28 "" "Linux Programmer's Manual"
.SH NAME
gcvt \- convert a floating-point number to a string
.SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" References: http://people.redhat.com/drepper/asynchnl.pdf,
.\" http://www.imperialviolet.org/2005/06/01/asynchronous-dns-lookups-with-glibc.html
.\"
.TH GETADDRINFO_A 3 2010-09-27 "GNU" "Linux Programmer's Manual"
.TH GETADDRINFO_A 3 2014-05-28 "GNU" "Linux Programmer's Manual"
.SH NAME
getaddrinfo_a, gai_suspend, gai_error, gai_cancel \- asynchronous
network address and service translation

View File

@ -26,7 +26,7 @@
.\"
.\" FIXME glibc 2.18 added AT_HWCAP2
.\"
.TH GETAUXVAL 3 2014-04-08 "GNU" "Linux Programmer's Manual"
.TH GETAUXVAL 3 2014-05-28 "GNU" "Linux Programmer's Manual"
.SH NAME
getauxval \- retrieve a value from the auxiliary vector
.SH SYNOPSIS

View File

@ -7,7 +7,7 @@
.\" 2004-12-14, mtk, Added EAI_OVERFLOW error
.\" 2004-12-14 Fixed description of error return
.\"
.TH GETNAMEINFO 3 2013-01-15 "GNU" "Linux Programmer's Manual"
.TH GETNAMEINFO 3 2014-05-28 "GNU" "Linux Programmer's Manual"
.SH NAME
getnameinfo \- address-to-name translation in protocol-independent manner
.SH SYNOPSIS

View File

@ -5,7 +5,7 @@
.\" %%%LICENSE_END
.\"
.\" @(#)getrpcent.3n 2.2 88/08/02 4.0 RPCSRC; from 1.11 88/03/14 SMI
.TH GETRPCENT 3 2008-08-19 "" "Linux Programmer's Manual"
.TH GETRPCENT 3 2014-05-28 "" "Linux Programmer's Manual"
.SH NAME
getrpcent, getrpcbyname, getrpcbynumber, setrpcent, endrpcent \- get
RPC entry

View File

@ -5,7 +5,7 @@
.\" %%%LICENSE_END
.\"
.\" @(#)getrpcport.3r 2.2 88/08/02 4.0 RPCSRC; from 1.12 88/02/26 SMI
.TH GETRPCPORT 3 2007-12-23 "" "Linux Programmer's Manual"
.TH GETRPCPORT 3 2014-05-28 "" "Linux Programmer's Manual"
.SH NAME
getrpcport \- get RPC port number
.SH SYNOPSIS

View File

@ -5,7 +5,7 @@
.\" Distributed under GPL
.\" %%%LICENSE_END
.\"
.TH GETSPNAM 3 2013-04-19 "GNU" "Linux Programmer's Manual"
.TH GETSPNAM 3 2014-05-28 "GNU" "Linux Programmer's Manual"
.SH NAME
getspnam, getspnam_r, getspent, getspent_r, setspent, endspent,
fgetspent, fgetspent_r, sgetspent, sgetspent_r, putspent,

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 2013-04-19 "" "Linux Programmer's Manual"
.TH GETUTENT 3 2014-05-28 "" "Linux Programmer's Manual"
.SH NAME
getutent, getutid, getutline, pututline, setutent, endutent,
utmpname \- access utmp file entries

View File

@ -39,7 +39,7 @@
.\" Add discussion of Classful Addressing, noting that it is obsolete.
.\" Added an EXAMPLE program.
.\"
.TH INET 3 2014-04-19 "GNU" "Linux Programmer's Manual"
.TH INET 3 2014-05-28 "GNU" "Linux Programmer's Manual"
.SH NAME
inet_aton, inet_addr, inet_network, inet_ntoa, inet_makeaddr, inet_lnaof,
inet_netof \- Internet address manipulation routines

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH INET_NET_PTON 3 2014-04-14 "Linux" "Linux Programmer's Manual"
.TH INET_NET_PTON 3 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
inet_net_pton, inet_net_ntop \- Internet network number conversion
.SH SYNOPSIS

View File

@ -6,7 +6,7 @@
.\"
.\" I had no way the check the functions out
.\" be careful
.TH KEY_SETSECRET 3 2002-07-18 "" "Linux Programmer's Manual"
.TH KEY_SETSECRET 3 2014-05-28 "" "Linux Programmer's Manual"
.SH NAME
key_decryptsession, key_encryptsession, key_setsecret, key_gendes,
key_secretkey_is_set \- interfaces to rpc keyserver daemon

View File

@ -25,7 +25,7 @@
.\"
.\" 2006-08-02, mtk, Added example program
.\"
.TH MAKECONTEXT 3 2014-04-14 "GNU" "Linux Programmer's Manual"
.TH MAKECONTEXT 3 2014-05-28 "GNU" "Linux Programmer's Manual"
.SH NAME
makecontext, swapcontext \- manipulate user context
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH MAKEDEV 3 2012-05-10 "Linux" "Linux Programmer's Manual"
.TH MAKEDEV 3 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
makedev, major, minor \- manage a device number
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH MALLOC_TRIM 3 2012-03-29 "Linux" "Linux Programmer's Manual"
.TH MALLOC_TRIM 3 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
malloc_trim \- release free memory from the top of the heap
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH MQ_GETATTR 3 2010-08-29 "Linux" "Linux Programmer's Manual"
.TH MQ_GETATTR 3 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_getattr, mq_setattr \- get/set message queue attributes
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH NEWLOCALE 3 2014-03-12 "Linux" "Linux Programmer's Manual"
.TH NEWLOCALE 3 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
newlocale, freelocale \- create, modify, and free a locale object
.SH SYNOPSIS

View File

@ -13,7 +13,7 @@
.\"
.\" Corrected prototype, 2002-10-18, aeb
.\"
.TH NL_LANGINFO 3 2010-10-03 "GNU" "Linux Programmer's Manual"
.TH NL_LANGINFO 3 2014-05-28 "GNU" "Linux Programmer's Manual"
.SH NAME
nl_langinfo \- query language and locale information
.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 2012-04-17 "" "Linux Programmer's Manual"
.TH PERROR 3 2014-05-28 "" "Linux Programmer's Manual"
.SH NAME
perror \- print a system error message
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH PTHREAD_ATTR_SETAFFINITY_NP 3 2010-09-10 "Linux" "Linux Programmer's Manual"
.TH PTHREAD_ATTR_SETAFFINITY_NP 3 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_attr_setaffinity_np, pthread_attr_getaffinity_np \- set/get
CPU affinity attribute in thread attributes object

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH PTHREAD_ATTR_SETDETACHSTATE 3 2014-04-14 "Linux" "Linux Programmer's Manual"
.TH PTHREAD_ATTR_SETDETACHSTATE 3 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_attr_setdetachstate, pthread_attr_getdetachstate \-
set/get detach state attribute in thread attributes object

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH PTHREAD_ATTR_SETGUARDSIZE 3 2014-04-14 "Linux" "Linux Programmer's Manual"
.TH PTHREAD_ATTR_SETGUARDSIZE 3 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_attr_setguardsize, pthread_attr_getguardsize \- set/get guard size
attribute in thread attributes object

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH PTHREAD_ATTR_SETSCOPE 3 2014-04-21 "Linux" "Linux Programmer's Manual"
.TH PTHREAD_ATTR_SETSCOPE 3 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_attr_setscope, pthread_attr_getscope \- set/get contention scope
attribute in thread attributes object

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH PTHREAD_ATTR_SETSTACK 3 2014-04-21 "Linux" "Linux Programmer's Manual"
.TH PTHREAD_ATTR_SETSTACK 3 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_attr_setstack, pthread_attr_getstack \- set/get stack
attributes in thread attributes object

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH PTHREAD_ATTR_SETSTACKADDR 3 2014-05-10 "Linux" "Linux Programmer's Manual"
.TH PTHREAD_ATTR_SETSTACKADDR 3 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_attr_setstackaddr, pthread_attr_getstackaddr \-
set/get stack address attribute in thread attributes object

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH PTHREAD_ATTR_SETSTACKSIZE 3 2014-05-10 "Linux" "Linux Programmer's Manual"
.TH PTHREAD_ATTR_SETSTACKSIZE 3 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_attr_setstacksize, pthread_attr_getstacksize \- set/get stack size
attribute in thread attributes object

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH PTHREAD_CLEANUP_PUSH_DEFER_NP 3 2008-12-04 "Linux" "Linux Programmer's Manual"
.TH PTHREAD_CLEANUP_PUSH_DEFER_NP 3 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_cleanup_push_defer_np, pthread_cleanup_pop_restore_np \- push and pop
thread cancellation clean-up handlers while saving cancelability type

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH PTHREAD_CREATE 3 2014-05-14 "Linux" "Linux Programmer's Manual"
.TH PTHREAD_CREATE 3 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_create \- create a new thread
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH PTHREAD_SETNAME_NP 3 2013-06-21 "Linux" "Linux Programmer's Manual"
.TH PTHREAD_SETNAME_NP 3 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_setname_np, pthread_getname_np \- set/get the name of a thread
.SH SYNOPSIS

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH PTHREAD_SETSCHEDPARAM 3 2014-05-19 "Linux" "Linux Programmer's Manual"
.TH PTHREAD_SETSCHEDPARAM 3 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_setschedparam, pthread_getschedparam \- set/get
scheduling policy and parameters of a thread

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH PTHREAD_SETSCHEDPRIO 3 2014-05-19 "Linux" "Linux Programmer's Manual"
.TH PTHREAD_SETSCHEDPRIO 3 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_setschedprio \- set scheduling priority of a thread
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH PTHREAD_SIGQUEUE 3 2014-05-19 "Linux" "Linux Programmer's Manual"
.TH PTHREAD_SIGQUEUE 3 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_sigqueue \- queue a signal and data to a thread
.SH SYNOPSIS

View File

@ -40,7 +40,7 @@
.\"
.\" 2007-12-08, mtk, Converted from mdoc to man macros
.\"
.TH RCMD 3 2012-04-23 "Linux" "Linux Programmer's Manual"
.TH RCMD 3 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
rcmd, rresvport, iruserok, ruserok, rcmd_af,
rresvport_af, iruserok_af, ruserok_af \- routines for returning a

View File

@ -24,7 +24,7 @@
.\"
.\" Wed Jun 14 16:10:28 BST 1995 Wilf. (G.Wilford@@ee.surrey.ac.uk)
.\"
.TH RE_COMP 3 2013-06-21 "GNU" "Linux Programmer's Manual"
.TH RE_COMP 3 2014-05-28 "GNU" "Linux Programmer's Manual"
.SH NAME
re_comp, re_exec \- BSD regex functions
.SH SYNOPSIS

View File

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

View File

@ -38,7 +38,7 @@
.\"
.\" 2013-06-21, mtk, Converted from mdoc to man macros
.\"
.TH REXEC 3 2013-09-26 "Linux" "Linux Programmer's Manual"
.TH REXEC 3 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
rexec, rexec_af \- return stream to a remote command
.SH SYNOPSIS

View File

@ -9,7 +9,7 @@
.\"
.\" Slightly polished, aeb, 2003-04-06
.\"
.TH RTIME 3 2014-05-10 "GNU" "Linux Programmer's Manual"
.TH RTIME 3 2014-05-28 "GNU" "Linux Programmer's Manual"
.SH NAME
rtime \- get time from a remote machine
.SH SYNOPSIS

View File

@ -59,7 +59,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
.TH SCANDIR 3 2014-02-21 "GNU" "Linux Programmer's Manual"
.TH SCANDIR 3 2014-05-28 "GNU" "Linux Programmer's Manual"
.SH NAME
scandir, scandirat, alphasort, versionsort \- scan
a directory for matching entries

View File

@ -29,7 +29,7 @@
.\" Modified Tue Aug 24 17:11:01 1999 by Andries Brouwer (aeb@cwi.nl)
.\" Modified Tue Feb 6 03:31:55 2001 by Andries Brouwer (aeb@cwi.nl)
.\"
.TH SETLOCALE 3 2008-12-05 "GNU" "Linux Programmer's Manual"
.TH SETLOCALE 3 2014-05-28 "GNU" "Linux Programmer's Manual"
.SH NAME
setlocale \- set the current locale
.SH SYNOPSIS

View File

@ -7,7 +7,7 @@
.\" based on glibc infopages
.\" polished - aeb
.\"
.TH SETNETGRENT 3 2007-07-26 "GNU" "Linux Programmer's Manual"
.TH SETNETGRENT 3 2014-05-28 "GNU" "Linux Programmer's Manual"
.SH NAME
setnetgrent, endnetgrent, getnetgrent, getnetgrent_r, innetgr \-
handle network group entries

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH SIGVEC 3 2014-03-24 "Linux" "Linux Programmer's Manual"
.TH SIGVEC 3 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
sigvec, sigblock, sigsetmask, siggetmask, sigmask \- BSD signal API
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH TSEARCH 3 2014-01-05 "GNU" "Linux Programmer's Manual"
.TH TSEARCH 3 2014-05-28 "GNU" "Linux Programmer's Manual"
.SH NAME
tsearch, tfind, tdelete, twalk, tdestroy \- manage a binary tree
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\" %%%LICENSE_END
.\"
.TH CORE 5 2014-03-14 "Linux" "Linux Programmer's Manual"
.TH CORE 5 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
core \- core dump file
.SH DESCRIPTION

View File

@ -59,7 +59,7 @@
.\" to see what information could be imported from that file
.\" into this file.
.\"
.TH PROC 5 2014-05-10 "Linux" "Linux Programmer's Manual"
.TH PROC 5 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
proc \- process information pseudo-filesystem
.SH DESCRIPTION

View File

@ -18,7 +18,7 @@
.\" on charsets is needed. Among other things, the page needs to
.\" give more prominence to Unicode. mtk, May 2014
.\"
.TH CHARSETS 7 2012-08-05 "Linux" "Linux Programmer's Manual"
.TH CHARSETS 7 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
charsets \- programmer's view of character sets and internationalization
.SH DESCRIPTION

View File

@ -28,7 +28,7 @@
.\" <jochen.hein@delphi.central.de>
.\" Modified Thu Apr 25 00:43:19 2002 by Bruno Haible <bruno@clisp.org>
.\"
.TH LOCALE 7 2014-03-18 "Linux" "Linux Programmer's Manual"
.TH LOCALE 7 2014-05-28 "Linux" "Linux Programmer's Manual"
.SH NAME
locale \- description of multilanguage support
.SH SYNOPSIS