]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ldd.1, localedef.1, add_key.2, chroot.2, clone.2, fork.2, futex.2, get_mempolicy...
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 17 Jul 2016 16:07:58 +0000 (18:07 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 17 Jul 2016 16:10:19 +0000 (18:10 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
81 files changed:
man1/ldd.1
man1/localedef.1
man2/add_key.2
man2/chroot.2
man2/clone.2
man2/fork.2
man2/futex.2
man2/get_mempolicy.2
man2/get_robust_list.2
man2/getitimer.2
man2/getpriority.2
man2/ioctl.2
man2/ioctl_ficlonerange.2
man2/ioctl_fideduperange.2
man2/kcmp.2
man2/kill.2
man2/lookup_dcookie.2
man2/mmap.2
man2/mount.2
man2/open.2
man2/pciconfig_read.2
man2/perf_event_open.2
man2/prctl.2
man2/process_vm_readv.2
man2/ptrace.2
man2/quotactl.2
man2/recv.2
man2/setfsgid.2
man2/setfsuid.2
man2/sysinfo.2
man2/umask.2
man2/umount.2
man2/unshare.2
man2/utimensat.2
man2/wait.2
man3/assert.3
man3/fmax.3
man3/fmin.3
man3/getauxval.3
man3/inet_pton.3
man3/malloc_hook.3
man3/memmem.3
man3/mkdtemp.3
man3/mktemp.3
man3/printf.3
man3/strcasecmp.3
man3/strcat.3
man3/strtoul.3
man3/strxfrm.3
man4/console_codes.4
man4/console_ioctl.4
man4/lirc.4
man4/tty.4
man4/vcs.4
man5/charmap.5
man5/elf.5
man5/locale.5
man5/proc.5
man5/repertoiremap.5
man5/utmp.5
man7/capabilities.7
man7/cgroup_namespaces.7
man7/cgroups.7
man7/charsets.7
man7/cp1251.7
man7/cp1252.7
man7/credentials.7
man7/feature_test_macros.7
man7/iso_8859-1.7
man7/iso_8859-15.7
man7/iso_8859-5.7
man7/koi8-r.7
man7/koi8-u.7
man7/man-pages.7
man7/mount_namespaces.7
man7/namespaces.7
man7/netlink.7
man7/pid_namespaces.7
man7/unix.7
man7/user_namespaces.7
man7/utf-8.7

index e9c0fcfd7a302888b21ef53d12d56f7c6342ac0f..d348a18b426bf1bc4f8ca23afa68e8eb96057dec 100644 (file)
@@ -11,7 +11,7 @@
 .\" May be distributed under the GNU General Public License
 .\" %%%LICENSE_END
 .\"
-.TH LDD 1 2015-08-08 "" "Linux Programmer's Manual"
+.TH LDD 1 2016-07-17 "" "Linux Programmer's Manual"
 .SH NAME
 ldd \- print shared object dependencies
 .SH SYNOPSIS
index f8b1f637828f9aa9da78718eddea09eec38330be..c0a380df1a2c4dc3a8e9e73066896597f6377157 100644 (file)
@@ -31,7 +31,7 @@
 .\" Lars Wirzenius to document new functionality (as of GNU
 .\" C library 2.3.5).
 .\"
-.TH LOCALEDEF 1 2016-03-15 "Linux" "Linux User Manual"
+.TH LOCALEDEF 1 2016-07-17 "Linux" "Linux User Manual"
 .SH NAME
 localedef \- compile locale definition files
 .SH SYNOPSIS
index 6d318c107a83273a857a0f163957da6dcbd60646..4fa99fffa298f51207a7bbcd5c6bb8aad8c298de 100644 (file)
@@ -8,7 +8,7 @@
 .\" 2 of the License, or (at your option) any later version.
 .\" %%%LICENSE_END
 .\"
-.TH ADD_KEY 2 2015-05-07 Linux "Linux Key Management Calls"
+.TH ADD_KEY 2 2016-07-17 Linux "Linux Key Management Calls"
 .SH NAME
 add_key \- add a key to the kernel's key management facility
 .SH SYNOPSIS
index f19d05c4f79a2c6c1f2e3e50730631858d2bd37c..ae6b8087fe65fb3cb7589ba402d2dc6851c4e15f 100644 (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 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH CHROOT 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 chroot \- change root directory
 .SH SYNOPSIS
index ba98fd39d9392121b6f016f2cce79caebd0e090e..ed60cf654c55044136dee35f29b7eb8d38a2105d 100644 (file)
@@ -39,7 +39,7 @@
 .\" 2008-11-19, mtk, document CLONE_NEWIPC
 .\" 2008-11-19, Jens Axboe, mtk, document CLONE_IO
 .\"
-.TH CLONE 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH CLONE 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 clone, __clone2 \- create a child process
 .SH SYNOPSIS
index 2173a4698d19bf048b9b43031f62fbed8d697e5d..6fd1b0b72ab10cebfa0caff842de01efbbbca7df 100644 (file)
@@ -36,7 +36,7 @@
 .\"     Greatly expanded, to describe all attributes that differ
 .\"    parent and child.
 .\"
-.TH FORK 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH FORK 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 fork \- create a child process
 .SH SYNOPSIS
index f58e0d9f56e33c0d902a314752e79db1d9642b97..5a67ab2d703ad13da1dab3847093519d779a4eb0 100644 (file)
@@ -19,7 +19,7 @@
 .\" FIXME Do we need to add some text regarding Torvald Riegel's 2015-01-24 mail
 .\"       at http://thread.gmane.org/gmane.linux.kernel/1703405/focus=1873242
 .\"
-.TH FUTEX 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH FUTEX 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 futex \- fast user-space locking
 .SH SYNOPSIS
index ccdaf74580aeb23a89744d80ae1d2921302cf113..bcaea8b471fc22b1dd9ee5a9d752140556299bf4 100644 (file)
@@ -24,7 +24,7 @@
 .\" 2007-08-27, Lee Schermerhorn <Lee.Schermerhorn@hp.com>
 .\"     more precise specification of behavior.
 .\"
-.TH GET_MEMPOLICY 2 2015-05-07 Linux "Linux Programmer's Manual"
+.TH GET_MEMPOLICY 2 2016-07-17 Linux "Linux Programmer's Manual"
 .SH NAME
 get_mempolicy \- retrieve NUMA memory policy for a thread
 .SH SYNOPSIS
index 461bc00184a9fbf2c9143cdfd67a32f0845f91ea..2e22b880eb0988b29f7cd0d6c5dc3f1a8ed24589 100644 (file)
@@ -26,7 +26,7 @@
 .\" FIXME Something could be added to this page (or exit(2))
 .\"       about exit_robust_list processing
 .\"
-.TH GET_ROBUST_LIST 2 2015-12-28 Linux "Linux System Calls"
+.TH GET_ROBUST_LIST 2 2016-07-17 Linux "Linux System Calls"
 .SH NAME
 get_robust_list, set_robust_list \- get/set list of robust futexes
 .SH SYNOPSIS
index 3191a166580cf63826ba388c53152edcc7050f77..4e29a4cceba96923aed7a1ef6825cb59582c57f7 100644 (file)
@@ -10,7 +10,7 @@
 .\" 2005-04-06 mtk, Matthias Lang <matthias@corelatus.se>
 .\"    Noted MAX_SEC_IN_JIFFIES ceiling
 .\"
-.TH GETITIMER 2 2014-07-08 "Linux" "Linux Programmer's Manual"
+.TH GETITIMER 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 getitimer, setitimer \- get or set value of an interval timer
 .SH SYNOPSIS
index 88ea1dfee70a0915813b711615aed624b4ba2938..e16c2bffc553fa5953929dff848dbd98135367cc 100644 (file)
@@ -42,7 +42,7 @@
 .\"    Clarified meaning of 0 value for 'who' argument
 .\" Modified 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
-.TH GETPRIORITY 2 2015-07-23 "Linux" "Linux Programmer's Manual"
+.TH GETPRIORITY 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 getpriority, setpriority \- get/set program scheduling priority
 .SH SYNOPSIS
index 65d790a250fb9ef15d8d78038428a6eae32f140a..41d73564db1c80b4853695eb8cb0f02cf8c4d7ca 100644 (file)
@@ -38,7 +38,7 @@
 .\" Modified 1999-06-25 by Rachael Munns <vashti@dream.org.uk>
 .\" Modified 2000-09-21 by Andries Brouwer <aeb@cwi.nl>
 .\"
-.TH IOCTL 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH IOCTL 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 ioctl \- control device
 .SH SYNOPSIS
index c4715d042fb626f7dd6f87d826d7260c52626bd2..14a7562a1a797df4b0f69388b802c09b02f3e20e 100644 (file)
@@ -20,7 +20,7 @@
 .\" License along with this manual; if not, see
 .\" <http://www.gnu.org/licenses/>.
 .\" %%%LICENSE_END
-.TH IOCTL-FICLONERANGE 2 2016-02-10 "Linux" "Linux Programmer's Manual"
+.TH IOCTL-FICLONERANGE 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 ioctl_ficlonerange, ioctl_ficlone \- share some the data of one file with another file
 .SH SYNOPSIS
index fd63ff89906a1e58468a1cce5ed8469ff09c636e..e4012fda203ae9da75d9ac6367aec84e4a4c882b 100644 (file)
@@ -20,7 +20,7 @@
 .\" License along with this manual; if not, see
 .\" <http://www.gnu.org/licenses/>.
 .\" %%%LICENSE_END
-.TH IOCTL-FIDEDUPERANGE 2 2016-02-10 "Linux" "Linux Programmer's Manual"
+.TH IOCTL-FIDEDUPERANGE 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 ioctl_fideduperange \- share some the data of one file with another file
 .SH SYNOPSIS
index 87912d3e04b31b99a8a4f2bfb5088bd3315c3bea..3a5a879edd2b9d4632c8bde46b8c921fdc562ee4 100644 (file)
@@ -25,7 +25,7 @@
 .\"
 .\" Kernel commit d97b46a64674a267bc41c9e16132ee2a98c3347d
 .\"
-.TH KCMP 2 2013-12-08 "Linux" "Linux Programmer's Manual"
+.TH KCMP 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 kcmp \- compare two processes to determine if they share a kernel resource
 .SH SYNOPSIS
index acd53fe47a188af7a0182f738b6ac113e65ab6a1..442b119ccd45c32e5907d45398345f2d3e88fbeb 100644 (file)
@@ -41,7 +41,7 @@
 .\" Modified 2004-06-24 by aeb
 .\" Modified, 2004-11-30, after idea from emmanuel.colbus@ensimag.imag.fr
 .\"
-.TH KILL 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH KILL 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 kill \- send signal to a process
 .SH SYNOPSIS
index 8b1f90dd86da22b667ad0f4f6b67ee8f1e4eee4f..0059fdc0ff5072fc58a2e7a7dea6f56d05b51efd 100644 (file)
@@ -24,7 +24,7 @@
 .\"
 .\" Modified 2004-06-17 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
-.TH LOOKUP_DCOOKIE 2 2004-06-17 "Linux" "Linux Programmer's Manual"
+.TH LOOKUP_DCOOKIE 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 lookup_dcookie \- return a directory entry's path
 .SH SYNOPSIS
index 90cabc1a1e1479bb022b9985a86c3eb4c778c6a7..3bcfffd329e9a0175e5ae7eac76fdedd73fc3ed3 100644 (file)
@@ -37,7 +37,7 @@
 .\" 2007-07-10, mtk, Added an example program.
 .\" 2008-11-18, mtk, document MAP_STACK
 .\"
-.TH MMAP 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH MMAP 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 mmap, munmap \- map or unmap files or devices into memory
 .SH SYNOPSIS
index e64ee3d8f7168ab5f12db37e7a294415b8908a0d..a8f181c4e56e810338e8d9cf877b3fd8725ed468 100644 (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 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH MOUNT 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 mount \- mount filesystem
 .SH SYNOPSIS
index 07247d63d28cc3693a14478a77cb94f0992f6497..3af83f901510164f1f98b4c78be6aa94cdf4aa50 100644 (file)
@@ -48,7 +48,7 @@
 .\" FIXME . Apr 08: The next POSIX revision has O_EXEC, O_SEARCH, and
 .\" O_TTYINIT.  Eventually these may need to be documented.  --mtk
 .\"
-.TH OPEN 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH OPEN 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 open, openat, creat \- open and possibly create a file
 .SH SYNOPSIS
index a06662f598fa82b04704e1bf967d6419cb6068a5..f95a1355c5ae6c30e7fdd1888da5e30d8efadb5b 100644 (file)
@@ -5,7 +5,7 @@
 .\" May be freely distributed and modified.
 .\" %%%LICENSE_END
 .\"
-.TH PCICONFIG_READ 2 2003-07-14 "Linux" "Linux Programmer's Manual"
+.TH PCICONFIG_READ 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 pciconfig_read, pciconfig_write, pciconfig_iobase \- pci device information handling
 .SH SYNOPSIS
index 2c44893b44f54220b21682cd9ca123962bdc7f42..3c894ccd12090bd15df1711498a984d5a4cbf8a2 100644 (file)
@@ -24,7 +24,7 @@
 .\" This document is based on the perf_event.h header file, the
 .\" tools/perf/design.txt file, and a lot of bitter experience.
 .\"
-.TH PERF_EVENT_OPEN 2 2015-12-05 "Linux" "Linux Programmer's Manual"
+.TH PERF_EVENT_OPEN 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 perf_event_open \- set up performance monitoring
 .SH SYNOPSIS
index 09e7065f1b507611c7fb830d67d8cdea4caa00b3..b6cf5ff308077231bf0d620652253e36be8ffa38 100644 (file)
@@ -51,7 +51,7 @@
 .\" 2014-11-10 Dave Hansen, document PR_MPX_{EN,DIS}ABLE_MANAGEMENT
 .\"
 .\"
-.TH PRCTL 2 2015-12-05 "Linux" "Linux Programmer's Manual"
+.TH PRCTL 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 prctl \- operations on a process
 .SH SYNOPSIS
index 7aa726457b82bde350a0ad13a62395d8123eebd8..4c552dc85b2fa5116cb8f8fdab7b47f2e74b9379 100644 (file)
@@ -26,7 +26,7 @@
 .\"
 .\" Commit fcf634098c00dd9cd247447368495f0b79be12d1
 .\"    
-.TH PROCESS_VM_READV 2 2014-08-19 "Linux" "Linux Programmer's Manual"
+.TH PROCESS_VM_READV 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 process_vm_readv, process_vm_writev \- transfer data between process address spaces
 .SH SYNOPSIS
index ac0bf4978cd4c298c9873eb995e69a50aeaa49bb..dceefe4dd9e90f141f4907aefe59c18374e3d1e6 100644 (file)
@@ -59,7 +59,7 @@
 .\"     PTRACE_SINGLEBLOCK      Various architectures
 .\" and others that can be found in the arch/*/include/uapi/asm/ptrace files
 .\"
-.TH PTRACE 2 2015-12-05 "Linux" "Linux Programmer's Manual"
+.TH PTRACE 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 ptrace \- process trace
 .SH SYNOPSIS
index 8526a14f62237f17771da7b06e3b626eb2873e7e..e88d96edb4417aaaa2e103588e3de438ef881150 100644 (file)
@@ -24,7 +24,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH QUOTACTL 2 2016-05-09 "Linux" "Linux Programmer's Manual"
+.TH QUOTACTL 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 quotactl \- manipulate disk quotas
 .SH SYNOPSIS
index 5b403594c48ffe2e59ca08bfaf169d2e14b6c59d..b5b81b25352216b16adfd89b73da8089de877128 100644 (file)
@@ -38,7 +38,7 @@
 .\" Modified 1998,1999 by Andi Kleen
 .\" 2001-06-19 corrected SO_EE_OFFENDER, bug report by James Hawtin
 .\"
-.TH RECV 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH RECV 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 recv, recvfrom, recvmsg \- receive a message from a socket
 .SH SYNOPSIS
index 9b77d253a476a6041e9de8ab72b92e7ec3367284..ce8ba58883c4c9562a753ceef67ea8ea35da7add 100644 (file)
@@ -28,7 +28,7 @@
 .\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com>
 .\"     Added notes on capability requirements
 .\"
-.TH SETFSGID 2 2013-08-08 "Linux" "Linux Programmer's Manual"
+.TH SETFSGID 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 setfsgid \- set group identity used for filesystem checks
 .SH SYNOPSIS
index 447381fa6a8b8d9fa2e3a4ec31bf3c23f7d9e4dd..f9224bda65089ce99338448bd85fef89b83e46ee 100644 (file)
@@ -28,7 +28,7 @@
 .\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com>
 .\"     Added notes on capability requirements
 .\"
-.TH SETFSUID 2 2013-08-08 "Linux" "Linux Programmer's Manual"
+.TH SETFSUID 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 setfsuid \- set user identity used for filesystem checks
 .SH SYNOPSIS
index 4a527198af477e3a93eb523c5d460eba947c9679..905a64c2dcbfe118543adff721474bb7635bf2d5 100644 (file)
@@ -32,7 +32,7 @@
 .\" Modified Tue Oct 22 22:29:51 1996 by Eric S. Raymond <esr@thyrsus.com>
 .\" Modified Mon Aug 25 16:06:11 1997 by Nicolás Lichtmaier <nick@debian.org>
 .\"
-.TH SYSINFO 2 2014-08-19 "Linux" "Linux Programmer's Manual"
+.TH SYSINFO 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 sysinfo \- return system information
 .SH SYNOPSIS
index c5014f34646ffe976f22dee151d41508db57414b..2fea57027df81a330b36ec61e41367603a286d0b 100644 (file)
@@ -31,7 +31,7 @@
 .\"  <nick@debian.com> with Lars Wirzenius <liw@iki.fi> suggestion
 .\" 2006-05-13, mtk, substantial rewrite of description of 'mask'
 .\" 2008-01-09, mtk, a few rewrites and additions.
-.TH UMASK 2 2015-08-08 "Linux" "Linux Programmer's Manual"
+.TH UMASK 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 umask \- set file mode creation mask
 .SH SYNOPSIS
index b2ea07b1f009d6fcab4d7fb3c5588893fbc679e5..9fa7903753a9c794f859cba9832ebba9f6d740b6 100644 (file)
@@ -27,7 +27,7 @@
 .\" 2008-10-06, mtk: Created this as a new page by splitting
 .\"     umount/umount2 material out of mount.2
 .\"
-.TH UMOUNT 2 2015-03-29 "Linux" "Linux Programmer's Manual"
+.TH UMOUNT 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 umount, umount2 \- unmount filesystem
 .SH SYNOPSIS
index e755e1f1ba20a588eb9c13cfd4d458482b31406d..5052db3ecf8f8cb6c9f821bff24298f1c5e6bc7e 100644 (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 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH UNSHARE 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 unshare \- disassociate parts of the process execution context
 .SH SYNOPSIS
index d06d42db259e77242acb0f2661fdcd34ea49b326..f3a4a6a33ac64cbb1a3d835e20bf281daebdeb66 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH UTIMENSAT 2 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH UTIMENSAT 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 utimensat, futimens \- change file timestamps with nanosecond precision
 .SH SYNOPSIS
index 7ed8affdb7ae7d8dc09192f2d5925d92a1e1d51d..d4c06ce24f10c08ff27fae2389916dd854f72417 100644 (file)
@@ -46,7 +46,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 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH WAIT 2 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 wait, waitpid, waitid \- wait for process to change state
 .SH SYNOPSIS
index 8833d29cec29b6dddd766f9038dda050275e830f..b6211083e07c1a2f925683bbf51b239f478eaf75 100644 (file)
@@ -25,7 +25,7 @@
 .\" Modified Sat Jul 24 21:42:42 1993 by Rik Faith <faith@cs.unc.edu>
 .\" Modified Tue Oct 22 23:44:11 1996 by Eric S. Raymond <esr@thyrsus.com>
 .\" Modified Thu Jun  2 23:44:11 2016 by Nikos Mavrogiannopoulos <nmav@redhat.com>
-.TH ASSERT 3  2015-08-08 "GNU" "Linux Programmer's Manual"
+.TH ASSERT 3  2016-07-17 "GNU" "Linux Programmer's Manual"
 .SH NAME
 assert \- abort the program if assertion is false
 .SH SYNOPSIS
index 717b5421acf18a61290398159959d45658683918..9dbca2391a83cbfa54ed642c1b7468a73ef72484 100644 (file)
@@ -6,7 +6,7 @@
 .\" Distributed under GPL
 .\" %%%LICENSE_END
 .\"
-.TH FMAX 3 2016-03-15 "" "Linux Programmer's Manual"
+.TH FMAX 3 2016-07-17 "" "Linux Programmer's Manual"
 .SH NAME
 fmax, fmaxf, fmaxl \- determine maximum of two floating-point numbers
 .SH SYNOPSIS
index 27bc4b283532316d8d47289bbac1cb525ed48798..cc310ccfa9afb2054fd5ba555ec91e79b50ac395 100644 (file)
@@ -6,7 +6,7 @@
 .\" Distributed under GPL
 .\" %%%LICENSE_END
 .\"
-.TH FMIN 3 2016-03-15 "" "Linux Programmer's Manual"
+.TH FMIN 3 2016-07-17 "" "Linux Programmer's Manual"
 .SH NAME
 fmin, fminf, fminl \- determine minimum of two floating-point numbers
 .SH SYNOPSIS
index 20648adbe9460dedb1d50e59ede524e679182427..ee232254cda92976dfbc598ef0da459208ceb854 100644 (file)
@@ -24,7 +24,7 @@
 .\"
 .\" See also https://lwn.net/Articles/519085/
 .\"
-.TH GETAUXVAL 3  2015-12-05 "GNU" "Linux Programmer's Manual"
+.TH GETAUXVAL 3  2016-07-17 "GNU" "Linux Programmer's Manual"
 .SH NAME
 getauxval \- retrieve a value from the auxiliary vector
 .SH SYNOPSIS
index dd2ec068d1a82fc78d563f18fcdf263ef9f2c071..941da4cd0999369b092398c29d7ab34389e9ef89 100644 (file)
@@ -24,7 +24,7 @@
 .\" %%%LICENSE_END
 .\"
 .\" References: RFC 2553
-.TH INET_PTON 3 2015-08-08 "Linux" "Linux Programmer's Manual"
+.TH INET_PTON 3 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 inet_pton \- convert IPv4 and IPv6 addresses from text to binary form
 .SH SYNOPSIS
index ca87c5687c10c644cee62415ce11d1eaa5b13af6..1dc39f4177492b92e03a23e9e2123cd68e36c528 100644 (file)
@@ -7,7 +7,7 @@
 .\" Heavily based on glibc documentation
 .\" Polished, added docs, removed glibc doc bug, 2002-07-20, aeb
 .\"
-.TH MALLOC_HOOK 3 2010-10-13 "GNU" "Linux Programmer's Manual"
+.TH MALLOC_HOOK 3 2016-07-17 "GNU" "Linux Programmer's Manual"
 .SH NAME
 __malloc_hook, __malloc_initialize_hook,
 __memalign_hook, __free_hook, __realloc_hook,
index ec94e8ea578fd993c67516034553d012084fb69e..b8e5ddfd89f7e1a27c13c252b799353c8c97c6f5 100644 (file)
@@ -27,7 +27,7 @@
 .\"     386BSD man pages
 .\" Modified Sat Jul 24 18:50:48 1993 by Rik Faith (faith@cs.unc.edu)
 .\" Interchanged 'needle' and 'haystack'; added history, aeb, 980113.
-.TH MEMMEM 3  2015-03-02 "GNU" "Linux Programmer's Manual"
+.TH MEMMEM 3  2016-07-17 "GNU" "Linux Programmer's Manual"
 .SH NAME
 memmem \- locate a substring
 .SH SYNOPSIS
index 4a194940004e845ef388459abe160edb5e3e5ea8..d088665a1a1735aeef086db8b546301b8d21ead8 100644 (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.
 .\" %%%LICENSE_END
-.TH MKDTEMP 3  2016-03-15 "GNU" "Linux Programmer's Manual"
+.TH MKDTEMP 3  2016-07-17 "GNU" "Linux Programmer's Manual"
 .SH NAME
 mkdtemp \- create a unique temporary directory
 .SH SYNOPSIS
index 012a3e648f789ee2a0e79d3bbf13d3440cc840bb..ead02dedf4f4fae59f75438e89fa0df71f3984c9 100644 (file)
@@ -31,7 +31,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  2016-03-15 "GNU" "Linux Programmer's Manual"
+.TH MKTEMP 3  2016-07-17 "GNU" "Linux Programmer's Manual"
 .SH NAME
 mktemp \- make a unique temporary filename
 .SH SYNOPSIS
index 29669673fe326b6336add119dc8ac613279eb77f..2fd166e1a847b710b1a777905cb7342f1b8806e7 100644 (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  2016-03-15 "GNU" "Linux Programmer's Manual"
+.TH PRINTF 3  2016-07-17 "GNU" "Linux Programmer's Manual"
 .SH NAME
 printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf,
 vsprintf, vsnprintf \- formatted output conversion
index ce167d83959d71fa49f38399557304851c0fa569..063503572f04a182a2ac112fae5abcc2ad46b4f9 100644 (file)
@@ -27,7 +27,7 @@
 .\"     Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
 .\"     386BSD man pages
 .\" Modified Sat Jul 24 18:12:45 1993 by Rik Faith (faith@cs.unc.edu)
-.TH STRCASECMP 3  2015-04-19 "" "Linux Programmer's Manual"
+.TH STRCASECMP 3  2016-07-17 "" "Linux Programmer's Manual"
 .SH NAME
 strcasecmp, strncasecmp \- compare two strings ignoring case
 .SH SYNOPSIS
index bc1dd12c0c1023dbf1acd1cd69c884ba319462f1..88340fc5ef995b75ac2a079923caba0b57f3ce36 100644 (file)
@@ -29,7 +29,7 @@
 .\" Modified Sat Jul 24 18:11:47 1993 by Rik Faith (faith@cs.unc.edu)
 .\" 2007-06-15, Marc Boyer <marc.boyer@enseeiht.fr> + mtk
 .\"     Improve discussion of strncat().
-.TH STRCAT 3  2015-08-08 "GNU" "Linux Programmer's Manual"
+.TH STRCAT 3  2016-07-17 "GNU" "Linux Programmer's Manual"
 .SH NAME
 strcat, strncat \- concatenate two strings
 .SH SYNOPSIS
index 070a18e878559c2c0cc492823f34efc0f5ed13d1..12e5c2ca5a64420d0edc7a6d9451a9a3745da6e8 100644 (file)
@@ -30,7 +30,7 @@
 .\" Fixed typo, aeb, 950823
 .\" 2002-02-22, joey, mihtjel: Added strtoull()
 .\"
-.TH STRTOUL 3  2016-03-15 "GNU" "Linux Programmer's Manual"
+.TH STRTOUL 3  2016-07-17 "GNU" "Linux Programmer's Manual"
 .SH NAME
 strtoul, strtoull, strtouq \- convert a string to an unsigned long integer
 .SH SYNOPSIS
index cf035afeaa4b7564a5c89d95366206b6e746d6c5..4815522dc901b4b3b8e4af6019eda6ecd66cfc2b 100644 (file)
@@ -27,7 +27,7 @@
 .\"     Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
 .\"     386BSD man pages
 .\" Modified Sun Jul 25 10:41:28 1993 by Rik Faith (faith@cs.unc.edu)
-.TH STRXFRM 3  2015-08-08 "GNU" "Linux Programmer's Manual"
+.TH STRXFRM 3  2016-07-17 "GNU" "Linux Programmer's Manual"
 .SH NAME
 strxfrm \- string transformation
 .SH SYNOPSIS
index a39cdb8440d81836b2df31a81cfc5493f77a8424..a1eaa0e8f51bf08c5d62e79e6411b6eed0a49d7f 100644 (file)
@@ -20,7 +20,7 @@
 .\"
 .\" 2006-05-27, Several corrections - Thomas E. Dickey
 .\"
-.TH CONSOLE_CODES 4 2015-07-23 "Linux" "Linux Programmer's Manual"
+.TH CONSOLE_CODES 4 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 console_codes \- Linux console escape and control sequences
 .SH DESCRIPTION
index eb40bc028cb4e1e6d43373325de16f45e58ab8fc..715aabfc672e1ada565ea95a243f9b4008724a03 100644 (file)
@@ -37,7 +37,7 @@
 .\"     VT_UNLOCKSWITCH (since 1.3.47, needs CAP_SYS_TTY_CONFIG)
 .\"     VT_GETHIFONTMASK (since 2.6.18)
 .\"
-.TH CONSOLE_IOCTL 4 2009-02-28 "Linux" "Linux Programmer's Manual"
+.TH CONSOLE_IOCTL 4 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 console_ioctl \- ioctls for console terminal and virtual consoles
 .SH DESCRIPTION
index 98205d5fc797614c5d7c2ba4e70403efc112cd7a..342478ab5022cbfffb45fdce29b9530312efd2e6 100644 (file)
@@ -20,7 +20,7 @@
 .\" License along with this manual; if not, see
 .\" <http://www.gnu.org/licenses/>.
 .\" %%%LICENSE_END
-.TH LIRC 4 "2016-05-20" "Linux" "Linux Programmer's Manual"
+.TH LIRC 4 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 lirc \- lirc devices
 .SH DESCRIPTION
index 5e3c5e7df6886e1a6f1a5418ed85451b63e29c94..1537b3d80822bdb51de49eb121cc3a7439809cb6 100644 (file)
@@ -25,7 +25,7 @@
 .\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu)
 .\" Modified 2003-04-07 by Michael Kerrisk
 .\"
-.TH TTY 4 2003-04-07 "Linux" "Linux Programmer's Manual"
+.TH TTY 4 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 tty \- controlling terminal
 .SH DESCRIPTION
index 4646edd3d0454c625e3113184f101eb069b5d5e7..06c22eb9e2dc1e7680204baf5cb63cc9cf17899d 100644 (file)
@@ -26,7 +26,7 @@
 .\" 2007-12-17, Samuel Thibault <samuel.thibault@ens-lyon.org>:
 .\"     document the VT_GETHIFONTMASK ioctl
 .\" "
-.TH VCS 4 2007-12-17 "Linux" "Linux Programmer's Manual"
+.TH VCS 4 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 vcs, vcsa \- virtual console memory
 .SH DESCRIPTION
index 9bc2440ed58c69b293121faf041e614c707db41e..0cb8db738756ec1673dc3ac75051bd17a3574869 100644 (file)
@@ -16,7 +16,7 @@
 .\" <http://www.gnu.org/licenses/>.
 .\" %%%LICENSE_END
 .\"
-.TH CHARMAP 5 2014-07-08 "GNU" "Linux Programmer's Manual"
+.TH CHARMAP 5 2016-07-17 "GNU" "Linux Programmer's Manual"
 .SH NAME
 charmap \- character set description file
 .SH DESCRIPTION
index 4f87e35d0f32e3781433a5adf9e88cd0fc249f40..c3c367288bb10cc2030aecc6a482d74b1580fa5a 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 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH ELF 5 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 elf \- format of Executable and Linking Format (ELF) files
 .SH SYNOPSIS
index d8c4fe79bbe72aad2dfff77c38d6b702b6f5db0a..3fff4f1ef07077e4d2beb8a92918a15be7a28d43 100644 (file)
@@ -22,7 +22,7 @@
 .\" 2008-06-17 Petr Baudis <pasky@suse.cz>
 .\"     LC_TIME: Describe first_weekday and first_workday
 .\"
-.TH LOCALE 5 2016-03-15 "Linux" "Linux User Manual"
+.TH LOCALE 5 2016-07-17 "Linux" "Linux User Manual"
 .SH NAME
 locale \- describes a locale definition file
 .SH DESCRIPTION
index dfa8629fce536263df49cc2d9957542f102176a5..6b66e67f6618b6171ec50e7a601f98019071a426 100644 (file)
@@ -52,7 +52,7 @@
 .\" to see what information could be imported from that file
 .\" into this file.
 .\"
-.TH PROC 5 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH PROC 5 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 proc \- process information pseudo-filesystem
 .SH DESCRIPTION
index 93b7770b45dfa345db4b9569d9a87f4205b5d4f6..962596a93bf1db52d5e5bace251fb35fbfbc6d60 100644 (file)
@@ -20,7 +20,7 @@
 .\" <http://www.gnu.org/licenses/>.
 .\" %%%LICENSE_END
 .\"
-.TH REPERTOIREMAP 5 2015-07-23 "GNU" "Linux User Manual"
+.TH REPERTOIREMAP 5 2016-07-17 "GNU" "Linux User Manual"
 .SH NAME
 repertoiremap \- map symbolic character names to Unicode code points
 .SH DESCRIPTION
index bd321b6d9536a3349f85372b9c459015600e7f35..15de82d034944830a58c8ecac3e6c4a1051220df 100644 (file)
@@ -27,7 +27,7 @@
 .\" Modified 1996-07-20 by Michael Haardt
 .\" Modified 1997-07-02 by Nicolás Lichtmaier <nick@debian.org>
 .\" Modified 2004-10-31 by aeb, following Gwenole Beauchesne
-.TH UTMP 5 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH UTMP 5 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 utmp, wtmp \- login records
 .SH SYNOPSIS
index 58632373f532e2450df4a4dfca9c2c19c9e9c1c3..5beb060fd3930ebb90284f30d3dac7e1cd96562e 100644 (file)
@@ -45,7 +45,7 @@
 .\"     other capabilities where the permitted or inheritable bit is set.
 .\" 2011-09-07, mtk/Serge hallyn: Add CAP_SYSLOG
 .\"
-.TH CAPABILITIES 7 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH CAPABILITIES 7 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 capabilities \- overview of Linux capabilities
 .SH DESCRIPTION
index 77ae74ba8e8ad617d2ac474c149c8bbd0accb48d..4aa6609366de8a79057e8f5720de62743aa0b632 100644 (file)
@@ -23,7 +23,7 @@
 .\" %%%LICENSE_END
 .\"
 .\"
-.TH CGROUP_NAMESPACES 7 2016-05-05 "Linux" "Linux Programmer's Manual"
+.TH CGROUP_NAMESPACES 7 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 cgroup_namespaces \- overview of Linux cgroup namespaces
 .SH DESCRIPTION
index cc4fd3703972fd6847abc84a5166a45a83b52632..19a97b35b1fc6bdc5f306205f236493d68589d58 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH CGROUPS 7 2016-04-24 "Linux" "Linux Programmer's Manual"
+.TH CGROUPS 7 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 cgroups \- Linux control groups
 .SH DESCRIPTION
index 579992348901886acaa8cb87fcf423a75d89a103..02287a2319344e9e92bfeda18d0cedc6feeb3f6e 100644 (file)
@@ -14,7 +14,7 @@
 .\"
 .\" Changes also by David Starner <dstarner98@aasaa.ofe.org>.
 .\"
-.TH CHARSETS 7 2014-08-19 "Linux" "Linux Programmer's Manual"
+.TH CHARSETS 7 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 charsets - character set standards and internationalization
 .SH DESCRIPTION
index 41916358a7542169330ae695a7238134bff130ff..b33dd8a03e6d3b1e9468632c0bcf3bed1771fc75 100644 (file)
@@ -22,7 +22,7 @@
 .\" <http://www.gnu.org/licenses/>.
 .\" %%%LICENSE_END
 .\"
-.TH CP1251 7 2014-12-31 "Linux" "Linux Programmer's Manual"
+.TH CP1251 7 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 cp1251 \- CP\ 1251 character set encoded in octal, decimal,
 and hexadecimal
index 2623d5234679caf4e029a47cf5dd4d0094fd8f9b..1392fa5f18aef4f134db217250e88cef946f2a8b 100644 (file)
@@ -22,7 +22,7 @@
 .\" <http://www.gnu.org/licenses/>.
 .\" %%%LICENSE_END
 .\"
-.TH CP1252 7 2014-10-16 "Linux" "Linux Programmer's Manual"
+.TH CP1252 7 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 cp1252 \- CP\ 1252 character set encoded in octal, decimal,
 and hexadecimal
index 7f929aec7831d2bced75ce09008eedafbd12d523..9bc8c2ea93edd05833bfef40139bb21904a0bf2f 100644 (file)
@@ -24,7 +24,7 @@
 .\"
 .\" 2007-06-13 Creation
 .\"
-.TH CREDENTIALS 7 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH CREDENTIALS 7 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 credentials \- process identifiers
 .SH DESCRIPTION
index 9db25bc57b73090ffe8641b712396ba30edb2c33..f9798affe09e91da7f397aed9986a07b854d12f6 100644 (file)
@@ -22,7 +22,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH FEATURE_TEST_MACROS 7 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH FEATURE_TEST_MACROS 7 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 feature_test_macros \- feature test macros
 .SH DESCRIPTION
index 3bade8d768f4d035fc6dbc6df60b2550cd74fe82..a80db7f8ab810d803c57b872605cf7707f44e690 100644 (file)
@@ -24,7 +24,7 @@
 .\"
 .\" Slightly rearranged, aeb, 950713
 .\" Updated, dpo, 990531
-.TH ISO_8859-1 7 2014-10-02 "Linux" "Linux Programmer's Manual"
+.TH ISO_8859-1 7 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 iso_8859-1 \- ISO 8859-1 character set encoded in octal, decimal,
 and hexadecimal
index e19d3f7db7fc23b7d3af630568a32565bd60e137..2786ed9fe1065b81df65af2ccbefcdf155ada918 100644 (file)
@@ -23,7 +23,7 @@
 .\" <http://www.gnu.org/licenses/>.
 .\" %%%LICENSE_END
 .\"
-.TH ISO_8859-15 7 2014-10-02 "Linux" "Linux Programmer's Manual"
+.TH ISO_8859-15 7 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 iso_8859-15 \- ISO 8859-15 character set encoded in octal, decimal,
 and hexadecimal
index d9e19220acf3afa5a086b9e9ac95e2124b3b4c82..7665bf2c5ffe03cd8fc32fed834467710f9573f1 100644 (file)
@@ -22,7 +22,7 @@
 .\" <http://www.gnu.org/licenses/>.
 .\" %%%LICENSE_END
 .\"
-.TH ISO_8859-5 7 2014-10-02 "Linux" "Linux Programmer's Manual"
+.TH ISO_8859-5 7 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 iso_8859-5 \- ISO 8859-5 character set encoded in octal, decimal,
 and hexadecimal
index a7614b817728614fa2098aa18632b1e18bd1c926..96807d57f35cb0f074c578922becd404c36ebdcf 100644 (file)
@@ -22,7 +22,7 @@
 .\" <http://www.gnu.org/licenses/>.
 .\" %%%LICENSE_END
 .\"
-.TH KOI8-R 7 2014-10-02 "Linux" "Linux Programmer's Manual"
+.TH KOI8-R 7 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 koi8-r \- Russian character set encoded in octal, decimal,
 and hexadecimal
index 55e150f06c0a6fc7c4c182ad0685c848dd342841..b9264f3fccfe0293b8cd8a221fe547a0c1b0f9c2 100644 (file)
@@ -24,7 +24,7 @@
 .\"
 .\" 2009-01-15, mtk, Some edits
 .\"
-.TH KOI8-U 7 2014-10-02 "Linux" "Linux Programmer's Manual"
+.TH KOI8-U 7 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 koi8-u \- Ukrainian character set encoded in octal, decimal,
 and hexadecimal
index da73ff2aec58889c46c0faf6106f96a2001027ec..87c9a5dc0319a00efe66e55eef0cc808b25dd01d 100644 (file)
@@ -27,7 +27,7 @@
 .\" 2007-05-30 created by mtk, using text from old man.7 plus
 .\" rewrites and additional text.
 .\"
-.TH MAN-PAGES 7 2015-07-23 "Linux" "Linux Programmer's Manual"
+.TH MAN-PAGES 7 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 man-pages \- conventions for writing Linux man pages
 .SH SYNOPSIS
index 1640c5b684930cd51185967872b47aab57613b15..ebd4fa00d2cb904a46a16aa5f6cfa0ebf3035899 100644 (file)
@@ -23,7 +23,7 @@
 .\" %%%LICENSE_END
 .\"
 .\"
-.TH MOUNT_NAMESPACES 7 2016-05-05 "Linux" "Linux Programmer's Manual"
+.TH MOUNT_NAMESPACES 7 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 mount_namespaces \- overview of Linux mount namespaces
 .SH DESCRIPTION
index e055e1d7458201e7f6b18f18773ffbbedf2a5eea..45256c8c861f61dec07d62113ab1b4023664fd38 100644 (file)
@@ -24,7 +24,7 @@
 .\" %%%LICENSE_END
 .\"
 .\"
-.TH NAMESPACES 7 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH NAMESPACES 7 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 namespaces \- overview of Linux namespaces
 .SH DESCRIPTION
index 79bc86b253e4d024dfd0af1ae5e75ed94e2328ed..6c2fac9cc1158f7703fee77c1b8649695314a7ae 100644 (file)
@@ -8,7 +8,7 @@
 .\" Based on the original comments from Alexey Kuznetsov
 .\" Modified 2005-12-27 by Hasso Tepper <hasso@estpak.ee>
 .\" $Id: netlink.7,v 1.8 2000/06/22 13:23:00 ak Exp $
-.TH NETLINK  7 2015-01-10 "Linux" "Linux Programmer's Manual"
+.TH NETLINK  7 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 netlink \- communication between kernel and user space (AF_NETLINK)
 .SH SYNOPSIS
index 0ba20dd727e466b6b1a46f783f5d783824486e49..8e67c196c141b2e46a4ef5c85b30ad98d2553850 100644 (file)
@@ -24,7 +24,7 @@
 .\" %%%LICENSE_END
 .\"
 .\"
-.TH PID_NAMESPACES 7 2015-01-10 "Linux" "Linux Programmer's Manual"
+.TH PID_NAMESPACES 7 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 pid_namespaces \- overview of Linux PID namespaces
 .SH DESCRIPTION
index 82715f97568d50bc164614e83c380f31ee7d58f8..e111734fded0508f5fd862a76473b67cb6119163 100644 (file)
@@ -17,7 +17,7 @@
 .\"     address that can appear in the sockaddr_un structure: pathname,
 .\"     unnamed, and abstract.
 .\"
-.TH UNIX  7 2016-03-15 "Linux" "Linux Programmer's Manual"
+.TH UNIX  7 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 unix \- sockets for local interprocess communication
 .SH SYNOPSIS
index 38f390d13006c4a5d5da28fd335ea3c409134fa7..342ffd0363476356b1570c98a0eb710d7d7cd761 100644 (file)
@@ -24,7 +24,7 @@
 .\" %%%LICENSE_END
 .\"
 .\"
-.TH USER_NAMESPACES 7 2015-03-29 "Linux" "Linux Programmer's Manual"
+.TH USER_NAMESPACES 7 2016-07-17 "Linux" "Linux Programmer's Manual"
 .SH NAME
 user_namespaces \- overview of Linux user namespaces
 .SH DESCRIPTION
index bbb016ce5529d28a54dedc6f700195473f2fde87..556a92b9a3e9606533fc0774284b4c336d5191e2 100644 (file)
@@ -26,7 +26,7 @@
 .\" 2001-05-11  Markus Kuhn <mgk25@cl.cam.ac.uk>
 .\"      Update
 .\"
-.TH UTF-8 7 2014-06-13 "GNU" "Linux Programmer's Manual"
+.TH UTF-8 7 2016-07-17 "GNU" "Linux Programmer's Manual"
 .SH NAME
 UTF-8 \- an ASCII compatible multibyte Unicode encoding
 .SH DESCRIPTION