diff options
| author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-01-30 03:46:48 +0000 |
|---|---|---|
| committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-01-30 03:46:48 +0000 |
| commit | 91b4ea0cc70bb7bbf1c4db9191e2a89d7cf25421 (patch) | |
| tree | 631e0148e72f643a4e28307317c92a4f1260090b /usr.sbin | |
| parent | cb42115081690b585637b8b30343efdf3e034a24 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/fwcontrol/fwcontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/fwcontrol/fwcontrol.c b/usr.sbin/fwcontrol/fwcontrol.c index 8ade0a154091b..d27896aa60257 100644 --- a/usr.sbin/fwcontrol/fwcontrol.c +++ b/usr.sbin/fwcontrol/fwcontrol.c @@ -340,7 +340,7 @@ show_topology_map(int fd) printf("%02d sequel packet\n", sid.p0.phy_id); continue; } - printf("%02d %2d %d %4s %d %d %3s" + printf("%02d %2d %2d %4s %d %d %3s" " %s %s %s %d %d\n", sid.p0.phy_id, sid.p0.link_active, |
