From c64c0879cbc896fd227cdb377776313fbd3c52f0 Mon Sep 17 00:00:00 2001 From: thorpej Date: Mon, 5 Jan 1998 09:18:41 +0000 Subject: [PATCH] Actually document that SO_LINGER's linger time is measured in seconds. --- lib/libc/sys/getsockopt.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2 index 610c152b610d..fd7b3695ed41 100644 --- a/lib/libc/sys/getsockopt.2 +++ b/lib/libc/sys/getsockopt.2 @@ -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 .\" 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 .Xr close 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 -linger interval, is specified in the +is unable to deliver the information (a timeout period, measured in +seconds, termed the linger interval, is specified in the .Fn setsockopt call when .Dv SO_LINGER