There is no man page for xenstore-exists, add it. Signed-off-by: Juergen Gross <[email protected]> --- V2: - fix title grammar (Andrew Coopoer) - add -h parameter description (Andrew Cooper) --- docs/man/xenstore-exists.1.pod | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/man/xenstore-exists.1.pod
diff --git a/docs/man/xenstore-exists.1.pod b/docs/man/xenstore-exists.1.pod new file mode 100644 index 0000000000..a6eeb7ff96 --- /dev/null +++ b/docs/man/xenstore-exists.1.pod @@ -0,0 +1,25 @@ +=head1 NAME + +xenstore-exists - test whether Xenstore key exists + +=head1 SYNOPSIS + +B<xenstore-exists> I<PATH> + +=head1 DESCRIPTION + +Tests whether the specified Xenstore I<PATH> is readable and sets +the exit value accordingly (B<0> if I<PTAH> is readable, B<1> if not). + +=over + +=item B<-h> + +Show the usage information for xenstore-exists and exit the program. + +=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
