From 0dbea7f8fe79f05b55f2d14f163a818292e6b303 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Thu, 6 Oct 2016 13:11:07 +0100 Subject: [PATCH] Removed extra tabs Oops --- README.proxy.txt | 4 ++-- README.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.proxy.txt b/README.proxy.txt index c50bb23..91ec590 100644 --- a/README.proxy.txt +++ b/README.proxy.txt @@ -111,8 +111,8 @@ The log line format is: Identifies where in the source code this log line can be found. - A short message describing what's happening, how it's being done, or - if you're very lucky why it's going on. + A short message describing what's happening, how it's being done, or + if you're very lucky why it's going on. EXAMPLES diff --git a/README.txt b/README.txt index 8adc836..5d2ec39 100644 --- a/README.txt +++ b/README.txt @@ -85,7 +85,7 @@ Listen for an inbound migration, and quit with a status of 0 on completion. $ flexnbd listen --addr ADDR --port PORT --file FILE - [--sock SOCK] [--default-deny] [global_option]* + [--sock SOCK] [--default-deny] [global_option]* [acl_entry]* flexnbd will wait for a successful migration, and then quit. The file @@ -298,7 +298,7 @@ The log line format is: This will be one of 'D', 'I', 'W', 'E', 'F' in increasing order of - severity. If flexnbd is started with the --quiet flag, only 'F' + severity. If flexnbd is started with the --quiet flag, only 'F' will be seen. If it is started with the --verbose flag, any from 'I' upwards will be seen. Only if you have a debug build and start it with --verbose will you see 'D' entries.