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 <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-11-26 12:38:46 +01:00
parent cd79b0c4ff
commit 1c6f59c276
16 changed files with 16 additions and 16 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View 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-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

View 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 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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -28,7 +28,7 @@
.\" Modified Mon Feb 6 16:41:00 1999 by Nicolás Lichtmaier <nick@debian.org>
.\" Modified Tue Feb 8 16:46:45 2000 by Chris Pepper <pepper@tgg.com>
.\" Modified Fri Sep 7 20:32:45 2001 by Tammy Fox <tfox@redhat.com>
.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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -21,7 +21,7 @@
.\" <http://www.gnu.org/licenses/>.
.\" %%%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