From 45d4f45f46100602a2f51e3fc4681e1c4b4c4f0d Mon Sep 17 00:00:00 2001 From: thorpej Date: Sun, 12 Jan 1997 01:01:06 +0000 Subject: [PATCH] Fix typo; control message type for SO_TIMESTAMP is SCM_TIMESTAMP. --- lib/libc/sys/getsockopt.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2 index a730d18dced9..610c152b610d 100644 --- a/lib/libc/sys/getsockopt.2 +++ b/lib/libc/sys/getsockopt.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: getsockopt.2,v 1.8 1997/01/12 00:46:08 thorpej Exp $ +.\" $NetBSD: getsockopt.2,v 1.9 1997/01/12 01:01:06 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -310,7 +310,7 @@ The cmsghdr fields have the following values: .Bd -literal cmsg_len = sizeof(struct timeval) cmsg_level = SOL_SOCKET -cmsg_type = SO_TIMESTAMP +cmsg_type = SCM_TIMESTAMP .Ed .Pp Finally,