diff options
| author | Ceri Davies <ceri@FreeBSD.org> | 2006-02-13 20:49:32 +0000 |
|---|---|---|
| committer | Ceri Davies <ceri@FreeBSD.org> | 2006-02-13 20:49:32 +0000 |
| commit | 79c034867ae9cd9057fccc83958355d5a239c8cc (patch) | |
| tree | 654fe1f243b68e931da8d48d1d1629a4f093f07a /usr.sbin/sade | |
| parent | c5f7881911452db6a47c32a92c7f8cf2c172a361 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sade')
| -rw-r--r-- | usr.sbin/sade/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/devices.c b/usr.sbin/sade/devices.c index d1f4731fa8c2..e867113e1afd 100644 --- a/usr.sbin/sade/devices.c +++ b/usr.sbin/sade/devices.c @@ -137,7 +137,7 @@ static struct _devname { { DEVICE_TYPE_NETWORK, "xl", "3COM 3c90x / 3c90xB PCI ethernet card" }, { DEVICE_TYPE_NETWORK, "cuad%d", "%s on device %s (COM%d)", 28, 128, 1, 16 }, { DEVICE_TYPE_NETWORK, "fwe", "FireWire Ethernet emulation" }, - { DEVICE_TYPE_NETWORK, "lp", "Parallel Port IP (PLIP) peer connection" }, + { DEVICE_TYPE_NETWORK, "plip", "Parallel Port IP (PLIP) peer connection" }, { DEVICE_TYPE_NETWORK, "lo", "Loop-back (local) network interface" }, { DEVICE_TYPE_NETWORK, "disc", "Software discard network interface" }, { 0 }, |
