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.man | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ax25rtd/ax25rtd.man') diff --git a/ax25rtd/ax25rtd.man b/ax25rtd/ax25rtd.man index e11edf0..fe017fa 100644 --- a/ax25rtd/ax25rtd.man +++ b/ax25rtd/ax25rtd.man @@ -27,14 +27,14 @@ or to set up new routes by other daemons (a Flexnet router, perhaps?) .LP On startup @@@ax25rtd@@@ reads the configuration file and afterwards preloads -the caches from the files /var/ax25/ax25rtd/ax25_routes and -/var/ax25/ax25rtd/ip_routes. On SIGTERM or +the caches from the files /var/ax25/ax25rtd/ax25_route and +/var/ax25/ax25rtd/ip_route. On SIGTERM or .B @@@ax25rtctl@@@ --save it saves the caches to those files. .SH FILES /etc/ax25/ax25rtd.conf .br -/var/ax25/ax25rtd/ax25_routes +/var/ax25/ax25rtd/ax25_route .br /var/ax25/ax25rtd/control .br -- cgit v1.2.3