There is no man page for xenstore-watch, add it. Signed-off-by: Juergen Gross <[email protected]> --- docs/man/xenstore-watch.1.pod | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/man/xenstore-watch.1.pod
diff --git a/docs/man/xenstore-watch.1.pod b/docs/man/xenstore-watch.1.pod new file mode 100644 index 0000000000..b9b60c645c --- /dev/null +++ b/docs/man/xenstore-watch.1.pod @@ -0,0 +1,25 @@ +=head1 NAME + +xenstore-watch - wait for Xenstore watch events + +=head1 SYNOPSIS + +B<xenstore-watch> [I<OPTION>]... [I<PATH>]... + +=head1 DESCRIPTION + +Set Xenstore watches to the specified I<PATH>s and print the path for each +event happening. + +=over + +=item B<-n> B<NR> + +Stop waiting after having received B<NR> watch events. + +=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. -- 2.53.0
