Module Name: src
Committed By: sevan
Date: Sun Sep 1 14:49:11 UTC 2019
Modified Files:
src/share/man/man9: arp.9
Log Message:
Update arpresolve arguments
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/share/man/man9/arp.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/arp.9
diff -u src/share/man/man9/arp.9:1.26 src/share/man/man9/arp.9:1.27
--- src/share/man/man9/arp.9:1.26 Tue Sep 17 19:58:03 2013
+++ src/share/man/man9/arp.9 Sun Sep 1 14:49:11 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: arp.9,v 1.26 2013/09/17 19:58:03 wiz Exp $
+.\" $NetBSD: arp.9,v 1.27 2019/09/01 14:49:11 sevan Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -28,7 +28,7 @@
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
-.Dd March 3, 1997
+.Dd September 1, 2019
.Dt ARP 9
.Os
.Sh NAME
@@ -42,7 +42,7 @@
.Ft void
.Fn arp_ifinit "struct ifnet *ifp" "struct ifaddr *ifa"
.Ft int
-.Fn arpresolve "struct ifnet *ifp" "struct rtentry *rt" "struct mbuf *m" "struct sockaddr *dst" "u_char *desten"
+.Fn arpresolve "struct ifnet *ifp" "const struct rtentry *rt" "struct mbuf *m" "const struct sockaddr *dst" "void *desten" "size_t destlen"
.Ft void
.Fn arpintr
.Sh DESCRIPTION