summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-03-30 07:44:57 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-03-30 07:44:57 +0000
commitf13aeb853c34fb4fa953440314347887646c737d (patch)
tree5c972b8889f159c3cac94900e5936331162760d2
parent3c779eda0623120951766a329eeb17bdfdaaaa5f (diff)
slightly reword lladdr description for clarity/readability;
-rw-r--r--sbin/ifconfig/ifconfig.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index 653c511a85d..599f387b76e 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ifconfig.8,v 1.101 2005/03/30 02:55:37 tedu Exp $
+.\" $OpenBSD: ifconfig.8,v 1.102 2005/03/30 07:44:56 jmc Exp $
.\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $
.\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $
.\"
@@ -416,8 +416,8 @@ Refer to the man page for the specific driver for more information.
.It Fl link[0-2]
Disable special processing at the link level with the specified interface.
.It Cm lladdr Ar etheraddr
-Change the link layer address of the interface (MAC address).
-This should be specificed as six colon separated hex values.
+Change the link layer address (MAC address) of the interface.
+This should be specificed as six colon-separated hex values.
.It Cm maxupd Ar n
If the driver is a
.Xr pfsync 4