summaryrefslogtreecommitdiffstats
path: root/ax25rtd/ax25rtd.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2019-03-27 00:05:24 +0100
committerRalf Baechle <ralf@linux-mips.org>2019-03-27 00:05:24 +0100
commit854624403bd3d84b179ef2caebb570cf3d9b59dc (patch)
tree884dd640e56062372cb14b560e121b498d31960e /ax25rtd/ax25rtd.c
parent174149e8b5f9d129b79ab7dd621a0e9eb2c64508 (diff)
ax25rtd: Fix mismatch between code and documentation.
Documentation and some comments were refering to /var/ax25/ax25rtd/- ax25_routes rsp. /var/ax25/ax25rtd/ip_routes while the actual code was using ax25_route rsp. ip_route, that is without plural 's'. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'ax25rtd/ax25rtd.c')
-rw-r--r--ax25rtd/ax25rtd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ax25rtd/ax25rtd.c b/ax25rtd/ax25rtd.c
index 99630c4..d4c8b58 100644
--- a/ax25rtd/ax25rtd.c
+++ b/ax25rtd/ax25rtd.c
@@ -20,8 +20,8 @@
/*
* This daemon tries to learn AX.25, ARP, IP route entries by listening
* to the AX.25 traffic. It caches up to 256 entries (in "FIFO" mode)
- * and saves the cache on demand or at shutdown in /var/ax25/ax25rtd/ip_routes
- * and /var/ax25/ax25rtd/ax25_routes. The configuration file is
+ * 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.
*