Pull the ARP support function man page up to the main branch.
This commit is contained in:
parent
04b6278587
commit
ea7a8a2959
|
@ -1,11 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.16 1997/03/11 06:15:05 mikel Exp $
|
||||
# $NetBSD: Makefile,v 1.17 1997/03/16 19:43:17 is Exp $
|
||||
|
||||
# Makefile for section 9 (kernel function and variable) manual pages.
|
||||
|
||||
MAN= access.9 boot.9 copy.9 ctxsw.9 disk.9 disklabel.9 doshutdownhooks.9 \
|
||||
MAN= access.9 arp.9 boot.9 copy.9 ctxsw.9 \
|
||||
disk.9 disklabel.9 doshutdownhooks.9 \
|
||||
extent.9 fetch.9 inittodr.9 malloc.9 panic.9 pfil.9 physio.9 \
|
||||
psignal.9 resettodr.9 shutdownhook_establish.9 sleep.9 spl.9 \
|
||||
store.9 time.9 timeout.9 vslock.9
|
||||
MLINKS+=arp.9 arp_ifinit.9
|
||||
MLINKS+=access.9 kernacc.9 access.9 useracc.9
|
||||
MLINKS+=copy.9 copyin.9 copy.9 copyout.9 copy.9 copystr.9 \
|
||||
copy.9 copyinstr.9 copy.9 copyoutstr.9
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: arp.9,v 1.2 1997/03/16 19:26:53 is Exp $
|
||||
.\" $NetBSD: arp.9,v 1.3 1997/03/16 19:43:17 is Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 Ignatios Souvatzis.
|
||||
.\" All rights reserved.
|
||||
|
@ -38,7 +38,7 @@
|
|||
.Nm ARP
|
||||
.Nd externally visible ARP functions
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <netinet/ether.h>
|
||||
.Fd #include <netinet/if_inarp.h>
|
||||
.Ft void
|
||||
.Fn arp_ifinit "struct ifnet *ifp" "struct ifaddr *ifa"
|
||||
.Sh DESCRIPTION
|
||||
|
|
Loading…
Reference in New Issue