]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
execve.2, aio_error.3, aio_return.3, clock_getcpuclockid.3, ctermid.3, ecvt.3, ether_...
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 4 Jul 2013 08:36:51 +0000 (10:36 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 4 Jul 2013 08:36:51 +0000 (10:36 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/execve.2
man3/aio_error.3
man3/aio_return.3
man3/clock_getcpuclockid.3
man3/ctermid.3
man3/ecvt.3
man3/ether_aton.3
man3/rexec.3
man3/signbit.3
man3/timegm.3

index a0b48fc7d1ba765fdb088de849395e20dd96a561..7a478ee0b0770c49428f293e83844d44497c8c9b 100644 (file)
@@ -34,7 +34,7 @@
 .\" 2007-09-14 Ollie Wild <aaw@google.com>, mtk
 .\"     Add text describing limits on command-line arguments + environment
 .\"
-.TH EXECVE 2 2012-10-27 "Linux" "Linux Programmer's Manual"
+.TH EXECVE 2 2013-07-04 "Linux" "Linux Programmer's Manual"
 .SH NAME
 execve \- execute program
 .SH SYNOPSIS
index cd4ccce0c6920e698cf86d65024ca5075cd265e8..71c7c05486c01222dbcc97e6c67a017c2c5d6ca2 100644 (file)
@@ -21,7 +21,7 @@
 .\" <http://www.gnu.org/licenses/>.
 .\" %%%LICENSE_END
 .\"
-.TH AIO_ERROR 3 2012-05-08  "" "Linux Programmer's Manual"
+.TH AIO_ERROR 3 2013-07-04  "" "Linux Programmer's Manual"
 .SH NAME
 aio_error \- get error status of asynchronous I/O operation
 .SH SYNOPSIS
index 962f2389d2eb34135e9773c055b8ba14aa7f54ea..1c12d0e9f2c8678cb6e38cae0f656dfe80b88b3e 100644 (file)
@@ -21,7 +21,7 @@
 .\" <http://www.gnu.org/licenses/>.
 .\" %%%LICENSE_END
 .\"
-.TH AIO_RETURN 3 2012-05-08  "" "Linux Programmer's Manual"
+.TH AIO_RETURN 3 2013-07-04  "" "Linux Programmer's Manual"
 .SH NAME
 aio_return \- get return status of asynchronous I/O operation
 .SH SYNOPSIS
index 747dc76e3c5b5b5c756ff9da173764ff64d6b8ae..1726c3c8db929d988ec5581fc8186b24add996bb 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH CLOCK_GETCPUCLOCKID 3 2012-10-29 "Linux" "Linux Programmer's Manual"
+.TH CLOCK_GETCPUCLOCKID 3 2013-07-04 "Linux" "Linux Programmer's Manual"
 .SH NAME
 clock_getcpuclockid \- obtain ID of a process CPU-time clock
 .SH SYNOPSIS
index f09c072459ba52220096db26c2c8f378acb62ff5..f78fc4107032c9ead9c498dc80e07733c804dabe 100644 (file)
@@ -23,7 +23,7 @@
 .\" %%%LICENSE_END
 .\"
 .\" Modified Sat Jul 24 19:51:06 1993 by Rik Faith (faith@cs.unc.edu)
-.TH CTERMID 3  2007-07-26 "GNU" "Linux Programmer's Manual"
+.TH CTERMID 3  2013-07-04 "GNU" "Linux Programmer's Manual"
 .SH NAME
 ctermid \- get controlling terminal name
 .SH SYNOPSIS
index f1413e20f07882aad6d6a3d010dfcc78e7fece22..b59c8d73ca9236e197b5f64a395b003e975f78f5 100644 (file)
@@ -29,7 +29,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 2013-03-12 "" "Linux Programmer's Manual"
+.TH ECVT 3 2013-07-04 "" "Linux Programmer's Manual"
 .SH NAME
 ecvt, fcvt \- convert a floating-point number to a string
 .SH SYNOPSIS
index db93ad9db3bdddf6a68cc71373bfc4bf0e7fe714..63ab3594888313e501b0d2266209c410713c3c57 100644 (file)
@@ -28,7 +28,7 @@
 .\"
 .\" Minor additions, aeb, 2013-06-21
 .\"
-.TH ETHER_ATON 3  2002-07-20 "GNU" "Linux Programmer's Manual"
+.TH ETHER_ATON 3  2013-07-04 "GNU" "Linux Programmer's Manual"
 .SH NAME
 ether_aton, ether_ntoa, ether_ntohost, ether_hostton, ether_line,
 ether_ntoa_r, ether_aton_r \- Ethernet address manipulation routines
index 01472b37eea9f4450e4dea7a29924f5d8e321e7e..94fa9e5753b2db4be8439076acfdde9593b7f980 100644 (file)
@@ -38,7 +38,7 @@
 .\"
 .\" 2013-06-21, mtk, Converted from mdoc to man macros
 .\"
-.TH REXEC 3 2012-04-23 "Linux" "Linux Programmer's Manual"
+.TH REXEC 3 2013-07-04 "Linux" "Linux Programmer's Manual"
 .SH NAME
 rexec, rexec_af \- return stream to a remote command
 .SH SYNOPSIS
index 5615b9c6df163effad88a26800c7fc2aa3c8b33a..3c72bd225f9f15828004fb85910136ada92705cf 100644 (file)
@@ -8,7 +8,7 @@
 .\"
 .\" Based on glibc infopages, copyright Free Software Foundation
 .\"
-.TH SIGNBIT 3 2010-09-20 "GNU" "Linux Programmer's Manual"
+.TH SIGNBIT 3 2013-07-04 "GNU" "Linux Programmer's Manual"
 .SH NAME
 signbit \- test sign of a real floating-point number
 .SH SYNOPSIS
index 0e71be5ec101df8f072105bade78030d5feb7951..e2b74fdc7a7940222b5a5fa00ec551380f7e2c76 100644 (file)
@@ -22,7 +22,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH TIMEGM 3 2007-07-26 "GNU" "Linux Programmer's Manual"
+.TH TIMEGM 3 2013-07-04 "GNU" "Linux Programmer's Manual"
 .SH NAME
 timegm, timelocal \- inverses of gmtime and localtime
 .SH SYNOPSIS