]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
execve.2, setfsgid.2, setfsuid.2, splice.2, fopen.3, malloc_trim.3, posix_memalign...
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 9 May 2019 07:43:09 +0000 (09:43 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 9 May 2019 07:43:09 +0000 (09:43 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
13 files changed:
man2/execve.2
man2/setfsgid.2
man2/setfsuid.2
man2/splice.2
man3/fopen.3
man3/malloc_trim.3
man3/posix_memalign.3
man3/stdarg.3
man3/sysconf.3
man3/tsearch.3
man5/elf.5
man7/hostname.7
man7/inode.7

index 313a468a5b9d82893eaa858d889274eec4bf7405..119af8d007185d36d0c700e2a09f412db00e7ec8 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 2018-04-30 "Linux" "Linux Programmer's Manual"
+.TH EXECVE 2 2019-05-09 "Linux" "Linux Programmer's Manual"
 .SH NAME
 execve \- execute program
 .SH SYNOPSIS
index 3397fa006ea6392a07b599239ea5aa0747f20898..672a9c355fa0151b27b8105893c7aab6b2a47fc3 100644 (file)
@@ -29,7 +29,7 @@
 .\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com>
 .\"     Added notes on capability requirements
 .\"
-.TH SETFSGID 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH SETFSGID 2 2019-05-09 "Linux" "Linux Programmer's Manual"
 .SH NAME
 setfsgid \- set group identity used for filesystem checks
 .SH SYNOPSIS
index 47bb37cc6fd462a847f984c542ce6015812a6b6e..bce1be1b98bfc3e3837ddf34e5a1a64d6fc18840 100644 (file)
@@ -29,7 +29,7 @@
 .\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com>
 .\"     Added notes on capability requirements
 .\"
-.TH SETFSUID 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH SETFSUID 2 2019-05-09 "Linux" "Linux Programmer's Manual"
 .SH NAME
 setfsuid \- set user identity used for filesystem checks
 .SH SYNOPSIS
index af3fa4e74e2e40874e8c65ce0839b8ba21f6ceda..f5f1be72bcc0d16355f177ceb9797ee315cb8912 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH SPLICE 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH SPLICE 2 2019-05-09 "Linux" "Linux Programmer's Manual"
 .SH NAME
 splice \- splice data to/from a pipe
 .SH SYNOPSIS
index 0a6343aead9c9386f2583b6da5a6cbc213042fea..a775d70a5dcf7a4deb50fb6472fc42c533fda033 100644 (file)
@@ -41,7 +41,7 @@
 .\" Modified, aeb, 960421, 970806
 .\" Modified, joey, aeb, 2002-01-03
 .\"
-.TH FOPEN 3  2017-09-15 "GNU" "Linux Programmer's Manual"
+.TH FOPEN 3  2019-05-09 "GNU" "Linux Programmer's Manual"
 .SH NAME
 fopen, fdopen, freopen \- stream open functions
 .SH SYNOPSIS
index a213fd91521a28ce5d35da7191b31f49e8f47172..62b7a980bef53e7ee57737a2d96dc59acf85a804 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH MALLOC_TRIM 3  2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH MALLOC_TRIM 3  2019-05-09 "Linux" "Linux Programmer's Manual"
 .SH NAME
 malloc_trim \- release free memory from the heap
 .SH SYNOPSIS
index 84b24303e185693ad2f8207c64f5d73f10985f2c..7671ed8d0d7520473afefaeab09a9bde43571c91 100644 (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  2017-09-15 "GNU" "Linux Programmer's Manual"
+.TH POSIX_MEMALIGN 3  2019-05-09 "GNU" "Linux Programmer's Manual"
 .SH NAME
 posix_memalign, aligned_alloc, memalign, valloc, pvalloc \- allocate aligned memory
 .SH SYNOPSIS
index d859e0283ad58f8c1310c1296f0418123cccaa8b..7881e7cb7b142f44e439d7936fd280bb5957bdca 100644 (file)
@@ -40,7 +40,7 @@
 .\" Converted for Linux, Mon Nov 29 15:11:11 1993, faith@cs.unc.edu
 .\" Additions, 2001-10-14, aeb
 .\"
-.TH STDARG 3  2017-09-15 "" "Linux Programmer's Manual"
+.TH STDARG 3  2019-05-09 "" "Linux Programmer's Manual"
 .SH NAME
 stdarg, va_start, va_arg, va_end, va_copy \- variable argument lists
 .SH SYNOPSIS
index 8af5afc474f91efc5e62e8b0ca3ad2709a8e39c4..f685e87d30b2b1a81d121b7a8ae9f1998a69fb50 100644 (file)
@@ -24,7 +24,7 @@
 .\"
 .\" Modified Sat Jul 24 17:51:42 1993 by Rik Faith (faith@cs.unc.edu)
 .\" Modified Tue Aug 17 11:42:20 1999 by Ariel Scolnicov (ariels@compugen.co.il)
-.TH SYSCONF 3  2017-11-26 "GNU" "Linux Programmer's Manual"
+.TH SYSCONF 3  2019-05-09 "GNU" "Linux Programmer's Manual"
 .SH NAME
 sysconf \- get configuration information at run time
 .SH SYNOPSIS
index 5422d6c0f089f799554b3bcb5db85c2e9d24e7cd..ae05ee3dedfb3e80372df21e134d80277ea5b0c2 100644 (file)
@@ -22,7 +22,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH TSEARCH 3  2018-04-30 "GNU" "Linux Programmer's Manual"
+.TH TSEARCH 3  2019-05-09 "GNU" "Linux Programmer's Manual"
 .SH NAME
 tsearch, tfind, tdelete, twalk, tdestroy \- manage a binary search tree
 .SH SYNOPSIS
index 08a81843f8fb9717a9ca2f0a71eb360fe30efddf..2a50c0096c7fedec2ee02b8e1a65497d455cbbbc 100644 (file)
@@ -32,7 +32,7 @@
 .\" 2007-10-11, Mike Frysinger <vapier@gentoo.org>, various fixes
 .\" 2007-12-08, mtk, Converted from mdoc to man macros
 .\"
-.TH ELF 5 2018-04-30 "Linux" "Linux Programmer's Manual"
+.TH ELF 5 2019-05-09 "Linux" "Linux Programmer's Manual"
 .SH NAME
 elf \- format of Executable and Linking Format (ELF) files
 .SH SYNOPSIS
index f8a337c390f60968284c4e8789d4da4b2f9f9101..36b54cf70814e7394f9979489b68de8222cb2ff4 100644 (file)
@@ -36,7 +36,7 @@
 .\"
 .\" 2008-06-11, mtk, Taken from FreeBSD 6.2 and modified for Linux.
 .\"
-.TH HOSTNAME 7 2017-05-03 "Linux" "Linux Programmer's Manual"
+.TH HOSTNAME 7 2019-05-09 "Linux" "Linux Programmer's Manual"
 .SH NAME
 hostname \- hostname resolution description
 .SH DESCRIPTION
index a488a41470a07849e0073d4605467a248e169d81..86d35af5a84fc1f6e76f88575e5c1c6e8ba53a17 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH INODE 7 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH INODE 7 2019-05-09 "Linux" "Linux Programmer's Manual"
 .SH NAME
 inode \- file inode information
 .SH DESCRIPTION