From e0385c6902e2f0a98880f4a3079a7427903f6361 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 31 Mar 2017 09:13:10 +0100 Subject: [PATCH] docs: Fix documentation for btrfs_group_limit API. --- generator/actions_core.ml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/generator/actions_core.ml b/generator/actions_core.ml index 765a7feff..259ca9051 100644 --- a/generator/actions_core.ml +++ b/generator/actions_core.ml @@ -9046,8 +9046,7 @@ Trash all qgroup numbers and scan the metadata again with the current config." } ]; shortdesc = "limit the size of a subvolume"; longdesc = "\ -Limit the size of a subvolume which's path is C. C -can have suffix of G, M, or K. " }; +Limit the size of the subvolume with path C." }; { defaults with name = "btrfs_qgroup_create"; added = (1, 29, 17);