generator: Fix description of xfs_growfs

This function does not return "geometry information".  Remove
the bogus description.
This commit is contained in:
Richard W.M. Jones
2026-01-23 08:47:42 +00:00
committed by rwmjones
parent f7a24b2ea8
commit 6166304be6

View File

@@ -7366,11 +7366,7 @@ in the returned structure is defined by the API." };
["xfs_info"; "/"]], "ret->xfs_blocksize == 4096"), [];
];
shortdesc = "expand an existing XFS filesystem";
longdesc = {|Grow the XFS filesystem mounted at C<path>.
The returned struct contains geometry information. Missing
fields are returned as C<-1> (for numeric fields) or empty
string.|} };
longdesc = {|Grow the XFS filesystem mounted at C<path>.|} };
{ defaults with
name = "rsync"; added = (1, 19, 29);