arp(8) verb omission

2011-09-01 Thread Brynet
Index: arp.8
===
RCS file: /cvs/src/usr.sbin/arp/arp.8,v
retrieving revision 1.29
diff -u -p -u -r1.29 arp.8
--- src/usr.sbin/arp/arp.8  13 Mar 2011 21:24:20 -  1.29
+++ src/usr.sbin/arp/arp.8  1 Sep 2011 20:38:31 -
@@ -65,7 +65,7 @@ may be specified by name or by number,
 using Internet dot notation.
 .Pp
 .Nm
-can also used to send Wake on LAN (WoL) frames over a local
+can also be used to send Wake on LAN (WoL) frames over a local
 Ethernet network to one or more hosts using their link layer (hardware)
 addresses.
 WoL functionality is generally enabled in a machine's BIOS



Re: arp(8) verb omission

2011-09-01 Thread Jason McIntyre
On Thu, Sep 01, 2011 at 04:46:54PM -0400, Brynet wrote:
 Index: arp.8
 ===
 RCS file: /cvs/src/usr.sbin/arp/arp.8,v
 retrieving revision 1.29
 diff -u -p -u -r1.29 arp.8
 --- src/usr.sbin/arp/arp.813 Mar 2011 21:24:20 -  1.29
 +++ src/usr.sbin/arp/arp.81 Sep 2011 20:38:31 -
 @@ -65,7 +65,7 @@ may be specified by name or by number,
  using Internet dot notation.
  .Pp
  .Nm
 -can also used to send Wake on LAN (WoL) frames over a local
 +can also be used to send Wake on LAN (WoL) frames over a local
  Ethernet network to one or more hosts using their link layer (hardware)
  addresses.
  WoL functionality is generally enabled in a machine's BIOS
 

fixed, thanks.
jmc