diff options
author | harti <harti@FreeBSD.org> | 2004-07-21 14:52:21 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2004-07-21 14:52:21 +0000 |
commit | 3291a38e2c4580d1ad2191035a88f0c794b4ec5f (patch) | |
tree | aa1425c95a07a4f9b0ca138a2881a8b4fa7c6e7d /sbin/atm/atmconfig/diag.c | |
parent | 3c92d13fb3f5acdf411aa32d7e9069eb4a50e7e6 (diff) | |
download | FreeBSD-src-3291a38e2c4580d1ad2191035a88f0c794b4ec5f.zip FreeBSD-src-3291a38e2c4580d1ad2191035a88f0c794b4ec5f.tar.gz |
The media info is printed with the -hardware option so there is no
point to write 'Media' in the table header for the -atm option.
Diffstat (limited to 'sbin/atm/atmconfig/diag.c')
-rw-r--r-- | sbin/atm/atmconfig/diag.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/atm/atmconfig/diag.c b/sbin/atm/atmconfig/diag.c index bd8bc7e..be0218f 100644 --- a/sbin/atm/atmconfig/diag.c +++ b/sbin/atm/atmconfig/diag.c @@ -501,7 +501,7 @@ diag_config(int argc, char *argv[]) static const char config_text1[] = "Interface Max Max\n" - "Index Name PCR VPI VCI VPCs VCCs ESI Media\n"; + "Index Name PCR VPI VCI VPCs VCCs ESI\n"; static const char config_text2[] = "Interface Version\n" "Index Name Vendor Card " |