summaryrefslogtreecommitdiff
path: root/docs/man/xenstore-write.1.pod
blob: 74f80f7b1bf5f9c2f9fa76999c7abf5a653525fb (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
=head1 NAME

xenstore-write - write Xenstore values

=head1 SYNOPSIS

B<xenstore-write> [I<OPTION>]... I<PATH> I<VALUE>...

=head1 DESCRIPTION

Write I<VALUE>s to Xenstore I<PATH>s. Multiple pairs I<PATH> I<VALUE> can be
provided to write them at once - in one Xenstore transaction.

=over

=item B<-R>

Write raw value, skip parsing escaped 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.