From 90e3740582925ae57b652ed2d614dfdbe78b4b9b Mon Sep 17 00:00:00 2001 From: haoyixing Date: Mon, 21 Dec 2020 16:44:50 +0800 Subject: [PATCH] doc/rbd-nbd: fix description for command rbd-nbd's parameter --max_part The parameter --max_part should actually override module param max_part, not as nbds_max as it said. Signed-off-by: haoyixing --- doc/man/8/rbd-nbd.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/8/rbd-nbd.rst b/doc/man/8/rbd-nbd.rst index 74e92f73e72a3..dce7f032cc062 100644 --- a/doc/man/8/rbd-nbd.rst +++ b/doc/man/8/rbd-nbd.rst @@ -36,12 +36,12 @@ Options .. option:: --nbds_max *limit* - Override the parameter of NBD kernel module when modprobe, used to + Override the parameter nbds_max of NBD kernel module when modprobe, used to limit the count of nbd device. .. option:: --max_part *limit* - Override for module param nbds_max. + Override for module param max_part. .. option:: --exclusive -- 2.39.5