diff options
Diffstat (limited to 'ax25rtd')
-rw-r--r-- | ax25rtd/README.ax25rtd | 2 | ||||
-rw-r--r-- | ax25rtd/ax25rtd.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ax25rtd/README.ax25rtd b/ax25rtd/README.ax25rtd index 4bd6910..ebe0ab6 100644 --- a/ax25rtd/README.ax25rtd +++ b/ax25rtd/README.ax25rtd @@ -62,7 +62,7 @@ can be turned on or off by altering the configuration file /etc/ax25/ax25rtd.conf. Ax25routed provides a socket /var/ax25/ax25rtd/control which is used for -runtime maintainance through ax25rtctl or to set up new routes by other +runtime maintenance through ax25rtctl or to set up new routes by other daemons (a Flexnet router, perhaps?) On startup ax25rtd reads the configuration file and afterwards preloads diff --git a/ax25rtd/ax25rtd.c b/ax25rtd/ax25rtd.c index e2637d4..8fcf87a 100644 --- a/ax25rtd/ax25rtd.c +++ b/ax25rtd/ax25rtd.c @@ -24,7 +24,7 @@ * and saves the cache on demand or at shutdown in /var/ax25/ax25rtd/ip_route * and /var/ax25/ax25rtd/ax25_route. The configuration file is * /etc/ax25/ax25rtd.conf, you can almost everything configure - * there. See ax25rtcl.c for runtime maintainance. + * there. See ax25rtcl.c for runtime maintenance. * */ |