[libvirt] [PATCH 2/4] Adjust comments to describe on_poweroff and on_reboot action

Martin Kletzander mkletzan at redhat.com
Wed May 15 11:46:34 UTC 2013


On 05/15/2013 12:02 PM, Michal Privoznik wrote:
> On 24.04.2013 13:40, John Ferlan wrote:
>> ---
>>  src/libvirt.c | 15 +++++++++++----
>>  1 file changed, 11 insertions(+), 4 deletions(-)
>>
>> diff --git a/src/libvirt.c b/src/libvirt.c
>> index c236152..4bd6c9a 100644
>> --- a/src/libvirt.c
>> +++ b/src/libvirt.c
>> @@ -3184,9 +3184,11 @@ error:
>>   * virDomainShutdown:
>>   * @domain: a domain object
>>   *
>> - * Shutdown a domain, the domain object is still usable thereafter but
>> + * Shutdown a domain, the domain object is still usable thereafter, but
>>   * the domain OS is being stopped. Note that the guest OS may ignore the
>> - * request.  For guests that react to a shutdown request, the differences
>> + * request.  Additionally, the hypervisor may check and support the domain
> 
> Can we kill this double space when touching this? I've noticed vim
> sometimes insert two spaces when re-aligning text, so it's really just a
> suggestion ...
> 

It's an old style of typing spaces between sentences when using
Monospaced font (you haven't played old text games? ;-) ).  I don't know
about vim, but emacs uses two spaces after the dot when realigning text
in case the dot ends the line (you start your next sentence on the next
line).

However, the double space is perfectly OK in there ;-)

Martin




More information about the libvir-list mailing list