From 854624403bd3d84b179ef2caebb570cf3d9b59dc Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 27 Mar 2019 00:05:24 +0100 Subject: 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 --- ax25rtd/ax25rtd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ax25rtd/ax25rtd.c') 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. * -- cgit v1.2.3