diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-01-11 17:32:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-01-11 17:32:33 +0000 |
commit | 1445fa6d33611f6d70b568e38c1f8c54a1bf29b0 (patch) | |
tree | ba74d2215827525c388e6355d26e4e5a4e7b6717 /usr.sbin | |
parent | 93bad3c334331958b1ff68cb3fc688160aff2701 (diff) |
oops! missing macro in previous;
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/arp/arp.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/arp/arp.8 b/usr.sbin/arp/arp.8 index 1f859412b95..7dc5707cb9f 100644 --- a/usr.sbin/arp/arp.8 +++ b/usr.sbin/arp/arp.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arp.8,v 1.27 2011/01/11 16:34:20 jasper Exp $ +.\" $OpenBSD: arp.8,v 1.28 2011/01/11 17:32:32 jmc Exp $ .\" $NetBSD: arp.8,v 1.7 1995/03/01 11:50:59 chopps Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -49,7 +49,7 @@ .Op Cm temp | permanent .Op Cm pub .Nm -.Fl W Ar ether_addr Op iface +.Fl W Ar ether_addr Op Ar iface .Sh DESCRIPTION The .Nm |