From 3c13be6effae87e7db33fe870f789ccadef08e78 Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Thu, 8 Aug 2024 10:59:58 -0400 Subject: [PATCH] LU-18110 doc: fix lustre_routes_config misspelling lustre_routes_config wrongly mentions lustre_route_config in the description Change-Id: I1a181cb7a79bc3942d70e22a83a50cbb609cabed Test-Parameters: trivial Signed-off-by: Oleg Drokin Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55973 Reviewed-by: Andreas Dilger Reviewed-by: Frederick Dilger Tested-by: jenkins Tested-by: Maloo --- lustre/doc/lustre_routes_config.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/doc/lustre_routes_config.8 b/lustre/doc/lustre_routes_config.8 index 703421f..1ac98c4 100644 --- a/lustre/doc/lustre_routes_config.8 +++ b/lustre/doc/lustre_routes_config.8 @@ -4,7 +4,7 @@ lustre_routes_config \- Configure routes dynamically .SH SYNOPSIS .B "lustre_routes_config" .SH DESCRIPTION -lustre_route_config sets or cleans up LNET routes from the specified config +lustre_routes_config sets or cleans up LNET routes from the specified config file. /etc/lnet_routes.conf file can be used to automatically configure routes on LNET startup. .LP -- 1.8.3.1