Thanks, Josef for doing the man pages. On Tue, 9 Jul 2024 at 20:32, Josef Bacik <josef@xxxxxxxxxxxxxx> wrote: > +.I req.param > +is used to tell the kernel what mount ID to start the list from. > +This is useful if multiple calls to > +.BR listmount (2) > +are required. > +This can be set to the last mount ID returned + 1 in order to The "+ 1" is done by the kernel, so this should be just set to the last returned mount ID. Also maybe explicitly mention that a value of zero is used to start from the beginning of the list (zero is a reserved mount ID value). Thanks, Miklos