diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-01-22 23:29:25 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-01-22 23:29:25 +0100 |
| commit | 8392a3b33fbd4bc818e3ac10a6dc92aca72b50dc (patch) | |
| tree | 0041214469531dcda68f6e130f8f855401d639ed | |
| parent | 3ab4a9284df57b1d95f423a04b2cea70c42ccaca (diff) | |
| download | man-pages-8392a3b33fbd4bc818e3ac10a6dc92aca72b50dc.tar.gz | |
_exit.2, dup.2, execve.2, execveat.2, fallocate.2, fcntl.2, get_robust_list.2, getrlimit.2, mbind.2, memfd_create.2, mmap.2, open.2, ptrace.2, readv.2, select.2, sigaction.2, syscall.2, syscalls.2, truncate.2, utimensat.2, write.2, errno.3, exec.3, fclose.3, fexecve.3, fmemopen.3, fopencookie.3, getgrent_r.3, getline.3, getmntent.3, getpw.3, getpwent_r.3, getspnam.3, malloc_info.3, posix_fallocate.3, putgrent.3, shm_open.3, locale.5, proc.5: tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
39 files changed, 39 insertions, 39 deletions
diff --git a/man2/_exit.2 b/man2/_exit.2 index 59bef2a58f..598959f419 100644 --- a/man2/_exit.2 +++ b/man2/_exit.2 @@ -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 2010-09-20 "Linux" "Linux Programmer's Manual" +.TH _EXIT 2 2015-01-22 "Linux" "Linux Programmer's Manual" .SH NAME _exit, _Exit \- terminate the calling process .SH SYNOPSIS diff --git a/man2/dup.2 b/man2/dup.2 index c7536b1a4d..6fe2ff3487 100644 --- a/man2/dup.2 +++ b/man2/dup.2 @@ -34,7 +34,7 @@ .\" details for dup2(). .\" 2008-10-09, mtk: add description of dup3() .\" -.TH DUP 2 2014-07-08 "Linux" "Linux Programmer's Manual" +.TH DUP 2 2015-01-22 "Linux" "Linux Programmer's Manual" .SH NAME dup, dup2, dup3 \- duplicate a file descriptor .SH SYNOPSIS diff --git a/man2/execve.2 b/man2/execve.2 index 4fff79a86d..c3bcbd7c6d 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -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 2014-10-02 "Linux" "Linux Programmer's Manual" +.TH EXECVE 2 2015-01-22 "Linux" "Linux Programmer's Manual" .SH NAME execve \- execute program .SH SYNOPSIS diff --git a/man2/execveat.2 b/man2/execveat.2 index 7bf5675c06..85d460f0ff 100644 --- a/man2/execveat.2 +++ b/man2/execveat.2 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH EXECVEAT 2 2015-01-09 "Linux" "Linux Programmer's Manual" +.TH EXECVEAT 2 2015-01-22 "Linux" "Linux Programmer's Manual" .SH NAME execveat \- execute program relative to a directory file descriptor .SH SYNOPSIS diff --git a/man2/fallocate.2 b/man2/fallocate.2 index 290e12ba06..adf42db061 100644 --- a/man2/fallocate.2 +++ b/man2/fallocate.2 @@ -8,7 +8,7 @@ .\" 2011-09-19: Added FALLOC_FL_PUNCH_HOLE .\" 2011-09-19: Substantial restructuring of the page .\" -.TH FALLOCATE 2 2014-07-08 "Linux" "Linux Programmer's Manual" +.TH FALLOCATE 2 2015-01-22 "Linux" "Linux Programmer's Manual" .SH NAME fallocate \- manipulate file space .SH SYNOPSIS diff --git a/man2/fcntl.2 b/man2/fcntl.2 index f49c2d96ae..5b851247c9 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -62,7 +62,7 @@ .\" 2014-07-08, David Herrmann <dh.herrmann@gmail.com> .\" Document F_ADD_SEALS and F_GET_SEALS .\" -.TH FCNTL 2 2014-09-06 "Linux" "Linux Programmer's Manual" +.TH FCNTL 2 2015-01-22 "Linux" "Linux Programmer's Manual" .SH NAME fcntl \- manipulate file descriptor .SH SYNOPSIS diff --git a/man2/get_robust_list.2 b/man2/get_robust_list.2 index b04ff5fe74..2c47612db2 100644 --- a/man2/get_robust_list.2 +++ b/man2/get_robust_list.2 @@ -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 2014-05-10 Linux "Linux System Calls" +.TH GET_ROBUST_LIST 2 2015-01-22 Linux "Linux System Calls" .SH NAME get_robust_list, set_robust_list \- get/set list of robust futexes .SH SYNOPSIS diff --git a/man2/getrlimit.2 b/man2/getrlimit.2 index 5b20f5874f..a3ccd4331b 100644 --- a/man2/getrlimit.2 +++ b/man2/getrlimit.2 @@ -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-10-02 "Linux" "Linux Programmer's Manual" +.TH GETRLIMIT 2 2015-01-22 "Linux" "Linux Programmer's Manual" .SH NAME getrlimit, setrlimit, prlimit \- get/set resource limits .SH SYNOPSIS diff --git a/man2/mbind.2 b/man2/mbind.2 index 284bab4d66..3ea24f6927 100644 --- a/man2/mbind.2 +++ b/man2/mbind.2 @@ -42,7 +42,7 @@ .\" Author: Lee Schermerhorn <lee.schermerhorn@hp.com> .\" Date: Thu Oct 25 14:16:32 2012 +0200 .\" -.TH MBIND 2 2014-05-10 Linux "Linux Programmer's Manual" +.TH MBIND 2 2015-01-22 Linux "Linux Programmer's Manual" .SH NAME mbind \- set memory policy for a memory range .SH SYNOPSIS diff --git a/man2/memfd_create.2 b/man2/memfd_create.2 index e0a2ed3353..13248f61c1 100644 --- a/man2/memfd_create.2 +++ b/man2/memfd_create.2 @@ -18,7 +18,7 @@ .\" <http://www.gnu.org/licenses/>. .\" %%%LICENSE_END .\" -.TH MEMFD_CREATE 2 2014-07-08 Linux "Linux Programmer's Manual" +.TH MEMFD_CREATE 2 2015-01-22 Linux "Linux Programmer's Manual" .SH NAME memfd_create \- create an anonymous file .SH SYNOPSIS diff --git a/man2/mmap.2 b/man2/mmap.2 index 951451bae9..06f3b373fb 100644 --- a/man2/mmap.2 +++ b/man2/mmap.2 @@ -37,7 +37,7 @@ .\" 2007-07-10, mtk, Added an example program. .\" 2008-11-18, mtk, document MAP_STACK .\" -.TH MMAP 2 2014-08-19 "Linux" "Linux Programmer's Manual" +.TH MMAP 2 2015-01-22 "Linux" "Linux Programmer's Manual" .SH NAME mmap, munmap \- map or unmap files or devices into memory .SH SYNOPSIS diff --git a/man2/open.2 b/man2/open.2 index d6bff3ed40..956531b24b 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -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 2014-12-31 "Linux" "Linux Programmer's Manual" +.TH OPEN 2 2015-01-22 "Linux" "Linux Programmer's Manual" .SH NAME open, openat, creat \- open and possibly create a file .SH SYNOPSIS diff --git a/man2/ptrace.2 b/man2/ptrace.2 index 7327e5956f..2c676e3a21 100644 --- a/man2/ptrace.2 +++ b/man2/ptrace.2 @@ -43,7 +43,7 @@ .\" 2015-01, Kees Cook <keescook@chromium.org> .\" Added PTRACE_O_TRACESECCOMP, PTRACE_EVENT_SECCOMP .\" -.TH PTRACE 2 2014-08-19 "Linux" "Linux Programmer's Manual" +.TH PTRACE 2 2015-01-22 "Linux" "Linux Programmer's Manual" .SH NAME ptrace \- process trace .SH SYNOPSIS diff --git a/man2/readv.2 b/man2/readv.2 index 78cbda7e2a..eecfd4e438 100644 --- a/man2/readv.2 +++ b/man2/readv.2 @@ -29,7 +29,7 @@ .\" add more details. .\" 2010-11-16, mtk, Added documentation of preadv() and pwritev() .\" -.TH READV 2 2014-10-15 "Linux" "Linux Programmer's Manual" +.TH READV 2 2015-01-22 "Linux" "Linux Programmer's Manual" .SH NAME readv, writev, preadv, pwritev \- read or write data into multiple buffers .SH SYNOPSIS diff --git a/man2/select.2 b/man2/select.2 index 871d763e04..ef5f9fc7f3 100644 --- a/man2/select.2 +++ b/man2/select.2 @@ -35,7 +35,7 @@ .\" 2005-03-11, mtk, modified pselect() text (it is now a system .\" call in 2.6.16. .\" -.TH SELECT 2 2014-12-31 "Linux" "Linux Programmer's Manual" +.TH SELECT 2 2015-01-22 "Linux" "Linux Programmer's Manual" .SH NAME select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO \- synchronous I/O multiplexing diff --git a/man2/sigaction.2 b/man2/sigaction.2 index adfacd6cae..5bee294b85 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -46,7 +46,7 @@ .\" 2015-01-17, Kees Cook <keescook@chromium.org> .\" Added notes on ptrace SIGTRAP and SYS_SECCOMP. .\" -.TH SIGACTION 2 2014-12-31 "Linux" "Linux Programmer's Manual" +.TH SIGACTION 2 2015-01-22 "Linux" "Linux Programmer's Manual" .SH NAME sigaction \- examine and change a signal action .SH SYNOPSIS diff --git a/man2/syscall.2 b/man2/syscall.2 index f7e3856566..ad2e05e1a0 100644 --- a/man2/syscall.2 +++ b/man2/syscall.2 @@ -39,7 +39,7 @@ .\" 2015-01-17, Kees Cook <keescook@chromium.org> .\" Added mips and arm64. .\" -.TH SYSCALL 2 2014-12-31 "Linux" "Linux Programmer's Manual" +.TH SYSCALL 2 2015-01-22 "Linux" "Linux Programmer's Manual" .SH NAME syscall \- indirect system call .SH SYNOPSIS diff --git a/man2/syscalls.2 b/man2/syscalls.2 index f276b6911a..2584454c78 100644 --- a/man2/syscalls.2 +++ b/man2/syscalls.2 @@ -28,7 +28,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH SYSCALLS 2 2014-12-31 "Linux" "Linux Programmer's Manual" +.TH SYSCALLS 2 2015-01-22 "Linux" "Linux Programmer's Manual" .SH NAME syscalls \- Linux system calls .SH SYNOPSIS diff --git a/man2/truncate.2 b/man2/truncate.2 index 4ca142b01c..c4ef97f8ea 100644 --- a/man2/truncate.2 +++ b/man2/truncate.2 @@ -40,7 +40,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 2013-04-01 "Linux" "Linux Programmer's Manual" +.TH TRUNCATE 2 2015-01-22 "Linux" "Linux Programmer's Manual" .SH NAME truncate, ftruncate \- truncate a file to a specified length .SH SYNOPSIS diff --git a/man2/utimensat.2 b/man2/utimensat.2 index 565bee3e2d..80094d7b88 100644 --- a/man2/utimensat.2 +++ b/man2/utimensat.2 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH UTIMENSAT 2 2014-01-24 "Linux" "Linux Programmer's Manual" +.TH UTIMENSAT 2 2015-01-22 "Linux" "Linux Programmer's Manual" .SH NAME utimensat, futimens \- change file timestamps with nanosecond precision .SH SYNOPSIS diff --git a/man2/write.2 b/man2/write.2 index 4882217b76..d542641171 100644 --- a/man2/write.2 +++ b/man2/write.2 @@ -36,7 +36,7 @@ .\" gave some examples of why this might occur. .\" Noted what happens if write() is interrupted by a signal. .\" -.TH WRITE 2 2014-05-04 "Linux" "Linux Programmer's Manual" +.TH WRITE 2 2015-01-22 "Linux" "Linux Programmer's Manual" .SH NAME write \- write to a file descriptor .SH SYNOPSIS diff --git a/man3/errno.3 b/man3/errno.3 index 8aa580a592..e97f7b72c9 100644 --- a/man3/errno.3 +++ b/man3/errno.3 @@ -28,7 +28,7 @@ .\" 2006-02-09 Kurt Wall, mtk .\" Added non-POSIX errors .\" -.TH ERRNO 3 2014-09-06 "" "Linux Programmer's Manual" +.TH ERRNO 3 2015-01-22 "" "Linux Programmer's Manual" .SH NAME errno \- number of last error .SH SYNOPSIS diff --git a/man3/exec.3 b/man3/exec.3 index db82621798..5105e3efda 100644 --- a/man3/exec.3 +++ b/man3/exec.3 @@ -38,7 +38,7 @@ .\" Modified, 24 Jun 2004, Michael Kerrisk <mtk.manpages@gmail.com> .\" Added note on casting NULL .\" -.TH EXEC 3 2010-09-25 "GNU" "Linux Programmer's Manual" +.TH EXEC 3 2015-01-22 "GNU" "Linux Programmer's Manual" .SH NAME execl, execlp, execle, execv, execvp, execvpe \- execute a file .SH SYNOPSIS diff --git a/man3/fclose.3 b/man3/fclose.3 index b07d444ae8..3ba0f549f8 100644 --- a/man3/fclose.3 +++ b/man3/fclose.3 @@ -41,7 +41,7 @@ .\" .\" Modified 2000-07-22 by Nicolás Lichtmaier <nick@debian.org> .\" -.TH FCLOSE 3 2009-02-23 "GNU" "Linux Programmer's Manual" +.TH FCLOSE 3 2015-01-22 "GNU" "Linux Programmer's Manual" .SH NAME fclose \- close a stream .SH SYNOPSIS diff --git a/man3/fexecve.3 b/man3/fexecve.3 index 8511c9f9f7..77c1a98504 100644 --- a/man3/fexecve.3 +++ b/man3/fexecve.3 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH FEXECVE 3 2014-04-20 "Linux" "Linux Programmer's Manual" +.TH FEXECVE 3 2015-01-22 "Linux" "Linux Programmer's Manual" .SH NAME fexecve \- execute program specified via file descriptor .SH SYNOPSIS diff --git a/man3/fmemopen.3 b/man3/fmemopen.3 index 3c59594114..de6831a85d 100644 --- a/man3/fmemopen.3 +++ b/man3/fmemopen.3 @@ -7,7 +7,7 @@ .\" .\" 2008-12-04, Petr Baudis <pasky@suse.cz>: Document open_wmemstream() .\" -.TH FMEMOPEN 3 2014-04-06 "GNU" "Linux Programmer's Manual" +.TH FMEMOPEN 3 2015-01-22 "GNU" "Linux Programmer's Manual" .SH NAME fmemopen, open_memstream, open_wmemstream \- open memory as stream .SH SYNOPSIS diff --git a/man3/fopencookie.3 b/man3/fopencookie.3 index 707b5a29f0..3f83196f0a 100644 --- a/man3/fopencookie.3 +++ b/man3/fopencookie.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH FOPENCOOKIE 3 2013-03-17 "Linux" "Linux Programmer's Manual" +.TH FOPENCOOKIE 3 2015-01-22 "Linux" "Linux Programmer's Manual" .SH NAME fopencookie \- opening a custom stream .SH SYNOPSIS diff --git a/man3/getgrent_r.3 b/man3/getgrent_r.3 index bf810a0c46..00927d6745 100644 --- a/man3/getgrent_r.3 +++ b/man3/getgrent_r.3 @@ -21,7 +21,7 @@ .\" <http://www.gnu.org/licenses/>. .\" %%%LICENSE_END .\" -.TH GETGRENT_R 3 2014-08-19 "GNU" "Linux Programmer's Manual" +.TH GETGRENT_R 3 2015-01-22 "GNU" "Linux Programmer's Manual" .SH NAME getgrent_r, fgetgrent_r \- get group file entry reentrantly .SH SYNOPSIS diff --git a/man3/getline.3 b/man3/getline.3 index a1f17813dc..9ba07e5db7 100644 --- a/man3/getline.3 +++ b/man3/getline.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH GETLINE 3 2014-08-19 "GNU" "Linux Programmer's Manual" +.TH GETLINE 3 2015-01-22 "GNU" "Linux Programmer's Manual" .SH NAME getline, getdelim \- delimited string input .SH SYNOPSIS diff --git a/man3/getmntent.3 b/man3/getmntent.3 index 8540bc5e89..085c63223a 100644 --- a/man3/getmntent.3 +++ b/man3/getmntent.3 @@ -29,7 +29,7 @@ .\" Modified Sat Jul 24 21:46:57 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified 961109, 031115, aeb .\" -.TH GETMNTENT 3 2009-09-15 "" "Linux Programmer's Manual" +.TH GETMNTENT 3 2015-01-22 "" "Linux Programmer's Manual" .SH NAME getmntent, setmntent, addmntent, endmntent, hasmntopt, getmntent_r \- get filesystem descriptor file entry diff --git a/man3/getpw.3 b/man3/getpw.3 index 5614e1fd48..68402f140d 100644 --- a/man3/getpw.3 +++ b/man3/getpw.3 @@ -29,7 +29,7 @@ .\" Modified Sat Jul 24 19:23:25 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Mon May 27 21:37:47 1996 by Martin Schulze (joey@linux.de) .\" -.TH GETPW 3 2010-10-21 "GNU" "Linux Programmer's Manual" +.TH GETPW 3 2015-01-22 "GNU" "Linux Programmer's Manual" .SH NAME getpw \- reconstruct password line entry .SH SYNOPSIS diff --git a/man3/getpwent_r.3 b/man3/getpwent_r.3 index 9af3cdf1f3..e3c14de50a 100644 --- a/man3/getpwent_r.3 +++ b/man3/getpwent_r.3 @@ -21,7 +21,7 @@ .\" <http://www.gnu.org/licenses/>. .\" %%%LICENSE_END .\" -.TH GETPWENT_R 3 2010-10-21 "GNU" "Linux Programmer's Manual" +.TH GETPWENT_R 3 2015-01-22 "GNU" "Linux Programmer's Manual" .SH NAME getpwent_r, fgetpwent_r \- get passwd file entry reentrantly .SH SYNOPSIS diff --git a/man3/getspnam.3 b/man3/getspnam.3 index 4b04d031db..df45c0f3c3 100644 --- a/man3/getspnam.3 +++ b/man3/getspnam.3 @@ -5,7 +5,7 @@ .\" Distributed under GPL .\" %%%LICENSE_END .\" -.TH GETSPNAM 3 2014-05-28 "GNU" "Linux Programmer's Manual" +.TH GETSPNAM 3 2015-01-22 "GNU" "Linux Programmer's Manual" .SH NAME getspnam, getspnam_r, getspent, getspent_r, setspent, endspent, fgetspent, fgetspent_r, sgetspent, sgetspent_r, putspent, diff --git a/man3/malloc_info.3 b/man3/malloc_info.3 index f8a487e415..0374e2eb6b 100644 --- a/man3/malloc_info.3 +++ b/man3/malloc_info.3 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH MALLOC_INFO 3 2013-04-19 "GNU" "Linux Programmer's Manual" +.TH MALLOC_INFO 3 2015-01-22 "GNU" "Linux Programmer's Manual" .SH NAME malloc_info \- export malloc state to a stream .SH SYNOPSIS diff --git a/man3/posix_fallocate.3 b/man3/posix_fallocate.3 index df2229c81c..bc8ce68698 100644 --- a/man3/posix_fallocate.3 +++ b/man3/posix_fallocate.3 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH POSIX_FALLOCATE 3 2014-06-03 "GNU" "Linux Programmer's Manual" +.TH POSIX_FALLOCATE 3 2015-01-22 "GNU" "Linux Programmer's Manual" .SH NAME posix_fallocate \- allocate file space .SH SYNOPSIS diff --git a/man3/putgrent.3 b/man3/putgrent.3 index 3509fe3196..4688c3a312 100644 --- a/man3/putgrent.3 +++ b/man3/putgrent.3 @@ -4,7 +4,7 @@ .\" Distributed under GPL .\" %%%LICENSE_END .\" -.TH PUTGRENT 3 2003-09-09 "GNU" "Linux Programmer's Manual" +.TH PUTGRENT 3 2015-01-22 "GNU" "Linux Programmer's Manual" .SH NAME putgrent \- write a group database entry to a file .SH SYNOPSIS diff --git a/man3/shm_open.3 b/man3/shm_open.3 index 30e03f8da0..3ad75921db 100644 --- a/man3/shm_open.3 +++ b/man3/shm_open.3 @@ -23,7 +23,7 @@ .\" %%%LICENSE_END .\" .\" FIXME . Add an example to this page -.TH SHM_OPEN 3 2009-02-25 "Linux" "Linux Programmer's Manual" +.TH SHM_OPEN 3 2015-01-22 "Linux" "Linux Programmer's Manual" .SH NAME shm_open, shm_unlink \- create/open or unlink POSIX shared memory objects .SH SYNOPSIS diff --git a/man5/locale.5 b/man5/locale.5 index 897d09f673..d2c67dcb7a 100644 --- a/man5/locale.5 +++ b/man5/locale.5 @@ -22,7 +22,7 @@ .\" 2008-06-17 Petr Baudis <pasky@suse.cz> .\" LC_TIME: Describe first_weekday and first_workday .\" -.TH LOCALE 5 2014-12-31 "Linux" "Linux User Manual" +.TH LOCALE 5 2015-01-22 "Linux" "Linux User Manual" .SH NAME locale \- describes a locale definition file .SH DESCRIPTION diff --git a/man5/proc.5 b/man5/proc.5 index 9138eade2a..222fd6b1bb 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -52,7 +52,7 @@ .\" to see what information could be imported from that file .\" into this file. .\" -.TH PROC 5 2014-12-31 "Linux" "Linux Programmer's Manual" +.TH PROC 5 2015-01-22 "Linux" "Linux Programmer's Manual" .SH NAME proc \- process information pseudo-filesystem .SH DESCRIPTION |
