diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:12:36 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:12:36 -0400 |
commit | 20a26e3a28eefa28ed63ae0e347e9c7c38d26955 (patch) | |
tree | fc5b0526bd9c82036a0b2de71248074660d3d094 /ham/libax25 | |
parent | dfa556e749d2f377c0b52193df1f384a8c54f21e (diff) |
ham/libax25: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'ham/libax25')
-rw-r--r-- | ham/libax25/README | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ham/libax25/README b/ham/libax25/README index ba4b72e0c90e..3bdf9559e112 100644 --- a/ham/libax25/README +++ b/ham/libax25/README @@ -1,12 +1,12 @@ libax25 AX.25 Packet radio support for linux. - -The AX.25 protocol offers both connected and connectionless modes of operation, -and is used either by itself for point-point links, or to carry other protocols -such as TCP/IP and NET/ROM. -It is similar to X.25 level 2 in structure, with some extensions to make it -more useful in the amateur radio environment. +The AX.25 protocol offers both connected and connectionless modes of +operation, and is used either by itself for point-point links, or to +carry other protocols such as TCP/IP and NET/ROM. + +It is similar to X.25 level 2 in structure, with some extensions to +make it more useful in the amateur radio environment. This library is for ham radio applications that use the ax25 protocol. -Included are routines to do ax25 address parsing, common ax25 application -config file parsing, etc. +Included are routines to do ax25 address parsing, common ax25 +application config file parsing, etc. |