1=head1 NAME
2
3xenstore-write - write Xenstore values
4
5=head1 SYNOPSIS
6
7B<xenstore-write> [I<OPTION>]... I<PATH> I<VALUE>...
8
9=head1 DESCRIPTION
10
11Write I<VALUE>s to Xenstore I<PATH>s. Multiple pairs I<PATH> I<VALUE> can be
12provided to write them at once - in one Xenstore transaction.
13
14=over
15
16=item B<-R>
17
18Write raw value, skip parsing escaped characters (\x..).
19
20=back
21
22=head1 BUGS
23
24Send bugs to xen-devel@lists.xenproject.org, see
25https://wiki.xenproject.org/wiki/Reporting_Bugs_against_Xen_Project on how to send bug reports.
26