Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jun 2020 20:33:01 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r362117 - stable/12/share/man/man4
Message-ID:  <202006122033.05CKX1Lw042638@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers
Date: Fri Jun 12 20:33:00 2020
New Revision: 362117
URL: https://svnweb.freebsd.org/changeset/base/362117

Log:
  MFC r361439:
  
  [skip ci] ip.4: fix typos

Modified:
  stable/12/share/man/man4/ip.4
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/share/man/man4/ip.4
==============================================================================
--- stable/12/share/man/man4/ip.4	Fri Jun 12 20:32:26 2020	(r362116)
+++ stable/12/share/man/man4/ip.4	Fri Jun 12 20:33:00 2020	(r362117)
@@ -28,7 +28,7 @@
 .\"     @(#)ip.4	8.2 (Berkeley) 11/30/93
 .\" $FreeBSD$
 .\"
-.Dd February 22, 2019
+.Dd May 24, 2020
 .Dt IP 4
 .Os
 .Sh NAME
@@ -144,7 +144,7 @@ the
 .Xr recvmsg 2
 call will return the destination
 .Tn IP
-address and destination port or a
+address and destination port for a
 .Tn UDP
 datagram.
 The
@@ -155,13 +155,13 @@ structure points to a buffer
 that contains a
 .Vt cmsghdr
 structure followed by the
-.Tn in_sockkaddr
-structre.
+.Tn sockaddr_in
+structure.
 The
 .Vt cmsghdr
 fields have the following values:
 .Bd -literal
-cmsg_len = CMSG_LEN(sizeof(struct in_sockaddr))
+cmsg_len = CMSG_LEN(sizeof(struct sockaddr_in))
 cmsg_level = IPPROTO_IP
 cmsg_type = IP_ORIGDSTADDR
 .Ed



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006122033.05CKX1Lw042638>