summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Snitzer <snitzer@redhat.com>2011-04-12 20:44:41 +0000
committerMike Snitzer <snitzer@redhat.com>2011-04-12 20:44:41 +0000
commite6f24a5225b746547f040784742e0013cfdba9c3 (patch)
tree03f195d06079302ad2fea7118c5f820164641aa5 /doc
parent96077265c4a5d1a270c8bf5805e36f6adc3f07ee (diff)
downloadlvm2-e6f24a5225b746547f040784742e0013cfdba9c3.tar.gz
fix s/then/than/ typos in 'pv_min_size' section and fold floppy example
into documentation preamble.
Diffstat (limited to 'doc')
-rw-r--r--doc/example.conf.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/example.conf.in b/doc/example.conf.in
index 6e9f1b9b1..f154ca573 100644
--- a/doc/example.conf.in
+++ b/doc/example.conf.in
@@ -147,11 +147,10 @@ devices {
# Minimal size (in KB) of the block device which can be used as a PV.
# In clustered environment all nodes have to use the same value.
- # Any value smaller then 512KB is ignored.
- pv_min_size = 512
-
- # Example: Ignore devices smaller then 2MB (i.e. floppy drives).
+ # Any value smaller than 512KB is ignored.
+ # Example: Ignore devices smaller than 2MB (i.e. floppy drives).
# pv_min_size = 2048
+ pv_min_size = 512
}
# This section allows you to configure the way in which LVM selects