On 12/03/2026 12:22 pm, Juergen Gross wrote: > There is no man page for xenstore-rm, add it. > > Signed-off-by: Juergen Gross <[email protected]> > --- > docs/man/xenstore-rm.1.pod | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > create mode 100644 docs/man/xenstore-rm.1.pod > > diff --git a/docs/man/xenstore-rm.1.pod b/docs/man/xenstore-rm.1.pod > new file mode 100644 > index 0000000000..a85b971113 > --- /dev/null > +++ b/docs/man/xenstore-rm.1.pod > @@ -0,0 +1,24 @@ > +=head1 NAME > + > +xenstore-rm - remove Xenstore keys > + > +=head1 SYNOPSIS > + > +B<xenstore-rm> [I<OPTION>]... [I<PATH>]... > + > +=head1 DESCRIPTION > + > +Remove one or more Xenstore B<PATH>s. > + > +=over > + > +=item B<-t> > + > +Tidy up Xenstore keys which got all children removed. > + > +=back > + > +=head1 BUGS > + > +Send bugs to [email protected], see > +https://wiki.xenproject.org/wiki/Reporting_Bugs_against_Xen_Project on how > to send bug reports.
# xenstore-rm xenstore-rm: Usage: xenstore-rm [-h] [-t] key [...] Looking at xenstore_client.c, this is common to all. Shouldn't it be included in the manpages ? ~Andrew
