Deleted Added
full compact
arp.8 (1554) arp.8 (3110)
1.\" Copyright (c) 1985, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 34 unchanged lines hidden (view full) ---

43.Nm arp
44.Fl a
45.Nm arp
46.Fl d Ar hostname
47.Nm arp
48.Fl s Ar hostname ether_addr
49.Op Ar temp
50.Op Ar pub
1.\" Copyright (c) 1985, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 34 unchanged lines hidden (view full) ---

43.Nm arp
44.Fl a
45.Nm arp
46.Fl d Ar hostname
47.Nm arp
48.Fl s Ar hostname ether_addr
49.Op Ar temp
50.Op Ar pub
51.Op Ar trail
52.Nm arp
53.Fl f Ar filename
54.Sh DESCRIPTION
55The
56.Nm arp
57program displays and modifies the Internet-to-Ethernet address translation
58tables used by the address resolution protocol
59.Pq Xr arp 4 .

--- 31 unchanged lines hidden (view full) ---

91.Ar pub
92is given, the entry will be "published"; i.e., this system will
93act as an
94.Tn ARP
95server,
96responding to requests for
97.Ar hostname
98even though the host address is not its own.
51.Nm arp
52.Fl f Ar filename
53.Sh DESCRIPTION
54The
55.Nm arp
56program displays and modifies the Internet-to-Ethernet address translation
57tables used by the address resolution protocol
58.Pq Xr arp 4 .

--- 31 unchanged lines hidden (view full) ---

90.Ar pub
91is given, the entry will be "published"; i.e., this system will
92act as an
93.Tn ARP
94server,
95responding to requests for
96.Ar hostname
97even though the host address is not its own.
99The word
100.Ar trail
101indicates that trailer encapsulations may be sent to this host.
102.It Fl f
103Causes the file
104.Ar filename
105to be read and multiple entries to be set in the
106.Tn ARP
107tables. Entries
108in the file should be of the form
109.Pp
110.Bd -filled -offset indent -compact
111.Ar hostname ether_addr
112.Op Ar temp
113.Op Ar pub
98.It Fl f
99Causes the file
100.Ar filename
101to be read and multiple entries to be set in the
102.Tn ARP
103tables. Entries
104in the file should be of the form
105.Pp
106.Bd -filled -offset indent -compact
107.Ar hostname ether_addr
108.Op Ar temp
109.Op Ar pub
114.Op Ar trail
115.Ed
116.Pp
117with argument meanings as given above.
118.El
119.Sh SEE ALSO
120.Xr inet 3 ,
121.Xr arp 4 ,
122.Xr ifconfig 8
123.Sh HISTORY
124The
125.Nm
126command appeared in
127.Bx 4.3 .
110.Ed
111.Pp
112with argument meanings as given above.
113.El
114.Sh SEE ALSO
115.Xr inet 3 ,
116.Xr arp 4 ,
117.Xr ifconfig 8
118.Sh HISTORY
119The
120.Nm
121command appeared in
122.Bx 4.3 .