On 12/03/2026 3:50 pm, Juergen Gross wrote: > diff --git a/docs/man/xenstore-rm.1.pod b/docs/man/xenstore-rm.1.pod > new file mode 100644 > index 0000000000..40e3e581eb > --- /dev/null > +++ b/docs/man/xenstore-rm.1.pod > @@ -0,0 +1,28 @@ > +=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<-h> > + > +Show the usage information for xenstore-rm and exit the program. > + > +=item B<-t> > + > +Tidy up Xenstore keys which got all children removed.
Sorry for not spotting this before. "which had all". Also it occurs to me that "Tidy up" is not sufficiently close to delete/remove for the behaviour to be apparent to everyone. Perhaps "Tidy up (i.e. remove) Xenstore ..." ? The phrase "Tidy up" does need to stay at the start of the sentence because otherwise there's no hope of knowing what -t stands for. ~Andrew
