1=head1 NAME 2 3xenstore-read - read Xenstore values 4 5=head1 SYNOPSIS 6 7B<xenstore-read> [I<OPTION>]... [I<PATH>]... 8 9=head1 DESCRIPTION 10 11Read values of one or more Xenstore I<PATH>s. 12 13=over 14 15=item B<-p> 16 17Prefix value with key name. 18 19=item B<-R> 20 21Read raw value, skip escaping non-printable characters (\x..). 22 23=back 24 25=head1 BUGS 26 27Send bugs to xen-devel@lists.xenproject.org, see 28https://wiki.xenproject.org/wiki/Reporting_Bugs_against_Xen_Project on how to send bug reports. 29