bind.2, connect.2, listen.2, send.2: tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-26 15:15:23 +02:00
parent 16f7b04c23
commit 77500b7e54
4 changed files with 4 additions and 4 deletions

View File

@ -65,7 +65,7 @@
.\" $Id: bind.2,v 1.3 1999/04/23 19:56:07 freitag Exp $
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.TH BIND 2 2007-12-28 "Linux" "Linux Programmer's Manual"
.TH BIND 2 2014-04-26 "Linux" "Linux Programmer's Manual"
.SH NAME
bind \- bind a name to a socket
.SH SYNOPSIS

View File

@ -64,7 +64,7 @@
.\" Modified 1998, 1999 by Andi Kleen
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.TH CONNECT 2 2008-12-03 "Linux" "Linux Programmer's Manual"
.TH CONNECT 2 2014-04-26 "Linux" "Linux Programmer's Manual"
.SH NAME
connect \- initiate a connection on a socket
.SH SYNOPSIS

View File

@ -42,7 +42,7 @@
.\" Modified 11 May 2001 by Sam Varshavchik <mrsam@courier-mta.com>
.\"
.\"
.TH LISTEN 2 2008-11-20 "Linux" "Linux Programmer's Manual"
.TH LISTEN 2 2014-04-26 "Linux" "Linux Programmer's Manual"
.SH NAME
listen \- listen for connections on a socket
.SH SYNOPSIS

View File

@ -37,7 +37,7 @@
.\" Modified Oct 2003 by aeb
.\" Modified 2004-07-01 by mtk
.\"
.TH SEND 2 2013-12-12 "Linux" "Linux Programmer's Manual"
.TH SEND 2 2014-04-26 "Linux" "Linux Programmer's Manual"
.SH NAME
send, sendto, sendmsg \- send a message on a socket
.SH SYNOPSIS