Fix typo; control message type for SO_TIMESTAMP is SCM_TIMESTAMP.

This commit is contained in:
thorpej 1997-01-12 01:01:06 +00:00
parent a5f0d79aaa
commit 45d4f45f46
1 changed files with 2 additions and 2 deletions

View File

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