Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Update arpresolve arguments
details: https://anonhg.NetBSD.org/src/rev/c6549acdf390
branches: trunk
changeset: 965087:c6549acdf390
user: sevan <sevan%NetBSD.org@localhost>
date: Sun Sep 01 14:49:11 2019 +0000
description:
Update arpresolve arguments
diffstat:
share/man/man9/arp.9 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 0005b134c9ca -r c6549acdf390 share/man/man9/arp.9
--- a/share/man/man9/arp.9 Sun Sep 01 14:44:14 2019 +0000
+++ b/share/man/man9/arp.9 Sun Sep 01 14:49:11 2019 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index