Actually document that SO_LINGER's linger time is measured in seconds.
This commit is contained in:
parent
2e85747e9e
commit
c64c0879cb
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: getsockopt.2,v 1.9 1997/01/12 01:01:06 thorpej Exp $
|
.\" $NetBSD: getsockopt.2,v 1.10 1998/01/05 09:18:41 thorpej Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1983, 1991, 1993
|
.\" Copyright (c) 1983, 1991, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
@ -194,8 +194,8 @@ If the socket promises reliable delivery of data and
|
|||||||
the system will block the process on the
|
the system will block the process on the
|
||||||
.Xr close
|
.Xr close
|
||||||
attempt until it is able to transmit the data or until it decides it
|
attempt until it is able to transmit the data or until it decides it
|
||||||
is unable to deliver the information (a timeout period, termed the
|
is unable to deliver the information (a timeout period, measured in
|
||||||
linger interval, is specified in the
|
seconds, termed the linger interval, is specified in the
|
||||||
.Fn setsockopt
|
.Fn setsockopt
|
||||||
call when
|
call when
|
||||||
.Dv SO_LINGER
|
.Dv SO_LINGER
|
||||||
|
Loading…
Reference in New Issue
Block a user