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