diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:32:11 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:32:11 -0400 |
commit | fb01f518a5bc2a49235f3d0b32ffac46516123ce (patch) | |
tree | f347e25623d9fb1b8d98b2a9af8bb85cb5224698 | |
parent | 782e60137266c44e34faf1d2c244a358a9a036f2 (diff) |
network/cmdiag: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | network/cmdiag/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/network/cmdiag/README b/network/cmdiag/README index c195398c4c17..eadeb898f716 100644 --- a/network/cmdiag/README +++ b/network/cmdiag/README @@ -1,4 +1,5 @@ -cmdiag is a Docsis cable modem diagnostic tool. It can get information from -Docsis 1.0, 1.1 and maybe 2.0 cable modems. It gathers information from the -cable modem via SNMP and displays various cable parameters in real time. -This small tool is writen in C++, it runs on Linux and FreeBSD. +cmdiag is a Docsis cable modem diagnostic tool. It can get information +from Docsis 1.0, 1.1 and maybe 2.0 cable modems. It gathers +information from the cable modem via SNMP and displays various cable +parameters in real time. This small tool is writen in C++, it runs on +Linux and FreeBSD. |