summaryrefslogtreecommitdiffstats
path: root/ax25rtd
diff options
context:
space:
mode:
Diffstat (limited to 'ax25rtd')
-rw-r--r--ax25rtd/README.ax25rtd2
-rw-r--r--ax25rtd/ax25rtctl.c4
-rw-r--r--ax25rtd/ax25rtd.conf.man4
-rw-r--r--ax25rtd/listener.c2
4 files changed, 6 insertions, 6 deletions
diff --git a/ax25rtd/README.ax25rtd b/ax25rtd/README.ax25rtd
index 0c6a080..15a71f9 100644
--- a/ax25rtd/README.ax25rtd
+++ b/ax25rtd/README.ax25rtd
@@ -150,7 +150,7 @@ irtt <irtt>
routes an initial round trip time (IRTT) for TCP. <irtt>
is measured in msec, hence
- irtt 10000
+ irtt 10000
sets the irtt to 10 seconds. A value of 0 disables this
feature (default).
diff --git a/ax25rtd/ax25rtctl.c b/ax25rtd/ax25rtctl.c
index d7e82f0..62d8a02 100644
--- a/ax25rtd/ax25rtctl.c
+++ b/ax25rtd/ax25rtctl.c
@@ -133,7 +133,7 @@ static void list_ax25(void)
printf("Callsign Port Last update Path\n");
/*
- DB0PRA-15 scc3 Tue Aug 6 16:35:38 1996
+ DB0PRA-15 scc3 Tue Aug 6 16:35:38 1996
*/
while (1) {
@@ -199,7 +199,7 @@ static void list_ip(void)
printf("IP Address Port Callsign Mode Last update\n");
/*
- 255.255.255.255 scc3 DB0PRA-15 v Thu Jan 7 06:54:19 1971
+ 255.255.255.255 scc3 DB0PRA-15 v Thu Jan 7 06:54:19 1971
*/
while (1) {
len = read(sock, buf + offs, sizeof(buf) - offs - 1);
diff --git a/ax25rtd/ax25rtd.conf.man b/ax25rtd/ax25rtd.conf.man
index 9f085c7..eae3945 100644
--- a/ax25rtd/ax25rtd.conf.man
+++ b/ax25rtd/ax25rtd.conf.man
@@ -95,7 +95,7 @@ Don't use this feature unless you know what you are doing.
It _should_ be safe do enable this on one-port machines, although
I strongly recommend to set a network route instead, i.e.:
- route add -net 44.0.0.0 scc3
+ route add -net 44.0.0.0 scc3
Note that @@@ax25rtd@@@'s internal cache will be updated anyway,
regardless of this option.
@@ -105,7 +105,7 @@ If ip-learn-routes is enabled this will assign newly added
routes an initial round trip time (IRTT) for TCP. <irtt>
is measured in msec, hence
- irtt 10000
+ irtt 10000
sets the irtt to 10 seconds. A value of 0 disables this
feature (default).
diff --git a/ax25rtd/listener.c b/ax25rtd/listener.c
index c3814a1..47431a2 100644
--- a/ax25rtd/listener.c
+++ b/ax25rtd/listener.c
@@ -178,7 +178,7 @@ int iproute2(long ip, char *dev, int what)
sprintf(ipa, "%d.%d.%d.%d",
(int) (ip & 0x000000FF),
(int) ((ip & 0x0000FF00) >> 8),
- (int) ((ip & 0x00FF0000) >> 16),
+ (int) ((ip & 0x00FF0000) >> 16),
(int) ((ip & 0xFF000000) >> 24));
/* ip rule add table 44 */