From 1c6f59c276e26cd638685e1073d1a63bcb4929f4 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 26 Nov 2017 12:38:46 +0100 Subject: [PATCH] getpid.2, pipe.2, abort.3, daemon.3, pthread_yield.3, stdio.3, sysconf.3, tty.4, shells.5, sysfs.5, fifo.7, hier.7, icmp.7, path_resolution.7, pid_namespaces.7, standards.7: tstamp Signed-off-by: Michael Kerrisk --- man2/getpid.2 | 2 +- man2/pipe.2 | 2 +- man3/abort.3 | 2 +- man3/daemon.3 | 2 +- man3/pthread_yield.3 | 2 +- man3/stdio.3 | 2 +- man3/sysconf.3 | 2 +- man4/tty.4 | 2 +- man5/shells.5 | 2 +- man5/sysfs.5 | 2 +- man7/fifo.7 | 2 +- man7/hier.7 | 2 +- man7/icmp.7 | 2 +- man7/path_resolution.7 | 2 +- man7/pid_namespaces.7 | 2 +- man7/standards.7 | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/man2/getpid.2 b/man2/getpid.2 index e894302fa..cddde079c 100644 --- a/man2/getpid.2 +++ b/man2/getpid.2 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH GETPID 2 2017-05-03 "Linux" "Linux Programmer's Manual" +.TH GETPID 2 2017-11-26 "Linux" "Linux Programmer's Manual" .SH NAME getpid, getppid \- get process identification .SH SYNOPSIS diff --git a/man2/pipe.2 b/man2/pipe.2 index 9f567f8f9..c74d0ff36 100644 --- a/man2/pipe.2 +++ b/man2/pipe.2 @@ -33,7 +33,7 @@ .\" to EXAMPLE text. .\" 2008-10-10, mtk: add description of pipe2() .\" -.TH PIPE 2 2017-07-13 "Linux" "Linux Programmer's Manual" +.TH PIPE 2 2017-11-26 "Linux" "Linux Programmer's Manual" .SH NAME pipe, pipe2 \- create pipe .SH SYNOPSIS diff --git a/man3/abort.3 b/man3/abort.3 index e3c5d8b38..ed8c87d02 100644 --- a/man3/abort.3 +++ b/man3/abort.3 @@ -31,7 +31,7 @@ .\" Modified Fri Aug 4 10:51:53 2000 - patch from Joseph S. Myers .\" 2007-12-15, mtk, Mostly rewritten .\" -.TH ABORT 3 2015-03-02 "GNU" "Linux Programmer's Manual" +.TH ABORT 3 2017-11-26 "GNU" "Linux Programmer's Manual" .SH NAME abort \- cause abnormal process termination .SH SYNOPSIS diff --git a/man3/daemon.3 b/man3/daemon.3 index f9f0c94ed..cf4e6e84c 100644 --- a/man3/daemon.3 +++ b/man3/daemon.3 @@ -33,7 +33,7 @@ .\" .\" @(#)daemon.3 8.1 (Berkeley) 6/9/93 .\" Added mentioning of glibc weirdness wrt unistd.h. 5/11/98, Al Viro -.TH DAEMON 3 2016-03-15 "GNU" "Linux Programmer's Manual" +.TH DAEMON 3 2017-11-26 "GNU" "Linux Programmer's Manual" .SH NAME daemon \- run in the background .SH SYNOPSIS diff --git a/man3/pthread_yield.3 b/man3/pthread_yield.3 index 162e025bf..8e3974826 100644 --- a/man3/pthread_yield.3 +++ b/man3/pthread_yield.3 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_YIELD 3 2015-03-02 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_YIELD 3 2017-11-26 "Linux" "Linux Programmer's Manual" .SH NAME pthread_yield \- yield the processor .SH SYNOPSIS diff --git a/man3/stdio.3 b/man3/stdio.3 index 970a85613..00b28b72b 100644 --- a/man3/stdio.3 +++ b/man3/stdio.3 @@ -36,7 +36,7 @@ .\" Converted for Linux, Mon Nov 29 16:07:22 1993, faith@cs.unc.edu .\" Modified, 2001-12-26, aeb .\" -.TH STDIO 3 2001-12-26 "" "Linux Programmer's Manual" +.TH STDIO 3 2017-11-26 "" "Linux Programmer's Manual" .SH NAME stdio \- standard input/output library functions .SH SYNOPSIS diff --git a/man3/sysconf.3 b/man3/sysconf.3 index 84b6fa88f..53a968b75 100644 --- a/man3/sysconf.3 +++ b/man3/sysconf.3 @@ -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-07-13 "GNU" "Linux Programmer's Manual" +.TH SYSCONF 3 2017-11-26 "GNU" "Linux Programmer's Manual" .SH NAME sysconf \- get configuration information at run time .SH SYNOPSIS diff --git a/man4/tty.4 b/man4/tty.4 index 431d0c501..f9cbe9d1a 100644 --- a/man4/tty.4 +++ b/man4/tty.4 @@ -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 2017-05-03 "Linux" "Linux Programmer's Manual" +.TH TTY 4 2017-11-26 "Linux" "Linux Programmer's Manual" .SH NAME tty \- controlling terminal .SH DESCRIPTION diff --git a/man5/shells.5 b/man5/shells.5 index 09318a73d..3e2104c4a 100644 --- a/man5/shells.5 +++ b/man5/shells.5 @@ -25,7 +25,7 @@ .\" Modified Sat Jul 24 17:11:07 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sun Nov 21 10:49:38 1993 by Michael Haardt .\" Modified Sun Feb 26 15:09:15 1995 by Rik Faith (faith@cs.unc.edu) -.TH SHELLS 5 2012-12-31 "" "Linux Programmer's Manual" +.TH SHELLS 5 2017-11-26 "" "Linux Programmer's Manual" .SH NAME shells \- pathnames of valid login shells .SH DESCRIPTION diff --git a/man5/sysfs.5 b/man5/sysfs.5 index a8f6b30be..0678264b0 100644 --- a/man5/sysfs.5 +++ b/man5/sysfs.5 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH SYSFS 5 2017-09-10 "Linux" "Linux Programmer's Manual" +.TH SYSFS 5 2017-11-26 "Linux" "Linux Programmer's Manual" .SH NAME sysfs \- a filesystem for exporting kernel objects .SH DESCRIPTION diff --git a/man7/fifo.7 b/man7/fifo.7 index e917ffa78..b7c4e2d17 100644 --- a/man7/fifo.7 +++ b/man7/fifo.7 @@ -9,7 +9,7 @@ .\" .\" 990620 - page created - aeb@cwi.nl .\" -.TH FIFO 7 2016-12-12 "Linux" "Linux Programmer's Manual" +.TH FIFO 7 2017-11-26 "Linux" "Linux Programmer's Manual" .SH NAME fifo \- first-in first-out special file, named pipe .SH DESCRIPTION diff --git a/man7/hier.7 b/man7/hier.7 index 23a891162..dab9483d7 100644 --- a/man7/hier.7 +++ b/man7/hier.7 @@ -28,7 +28,7 @@ .\" Modified Mon Feb 6 16:41:00 1999 by Nicolás Lichtmaier .\" Modified Tue Feb 8 16:46:45 2000 by Chris Pepper .\" Modified Fri Sep 7 20:32:45 2001 by Tammy Fox -.TH HIER 7 2015-03-29 "Linux" "Linux Programmer's Manual" +.TH HIER 7 2017-11-26 "Linux" "Linux Programmer's Manual" .SH NAME hier \- description of the filesystem hierarchy .SH DESCRIPTION diff --git a/man7/icmp.7 b/man7/icmp.7 index ab23ba7f0..3722839cb 100644 --- a/man7/icmp.7 +++ b/man7/icmp.7 @@ -9,7 +9,7 @@ .\" .\" $Id: icmp.7,v 1.6 2000/08/14 08:03:45 ak Exp $ .\" -.TH ICMP 7 2015-04-19 "Linux" "Linux Programmer's Manual" +.TH ICMP 7 2017-11-26 "Linux" "Linux Programmer's Manual" .SH NAME icmp \- Linux IPv4 ICMP kernel module. .SH DESCRIPTION diff --git a/man7/path_resolution.7 b/man7/path_resolution.7 index 50fae5467..07664ed8f 100644 --- a/man7/path_resolution.7 +++ b/man7/path_resolution.7 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PATH_RESOLUTION 7 2015-12-05 "Linux" "Linux Programmer's Manual" +.TH PATH_RESOLUTION 7 2017-11-26 "Linux" "Linux Programmer's Manual" .SH NAME path_resolution \- how a pathname is resolved to a file .SH DESCRIPTION diff --git a/man7/pid_namespaces.7 b/man7/pid_namespaces.7 index 1f85e6bb4..7417e6692 100644 --- a/man7/pid_namespaces.7 +++ b/man7/pid_namespaces.7 @@ -24,7 +24,7 @@ .\" %%%LICENSE_END .\" .\" -.TH PID_NAMESPACES 7 2017-05-03 "Linux" "Linux Programmer's Manual" +.TH PID_NAMESPACES 7 2017-11-26 "Linux" "Linux Programmer's Manual" .SH NAME pid_namespaces \- overview of Linux PID namespaces .SH DESCRIPTION diff --git a/man7/standards.7 b/man7/standards.7 index 634fe560d..6161d9a8e 100644 --- a/man7/standards.7 +++ b/man7/standards.7 @@ -21,7 +21,7 @@ .\" . .\" %%%LICENSE_END .\" -.TH STANDARDS 7 2016-12-12 "Linux" "Linux Programmer's Manual" +.TH STANDARDS 7 2017-11-26 "Linux" "Linux Programmer's Manual" .SH NAME standards \- C and UNIX Standards .SH DESCRIPTION