mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
man: ranges/LV names/symbolic use regexp
This commit is contained in:
parent
4af09a94bd
commit
5012be326d
@ -192,7 +192,10 @@ endef
|
||||
# - multiple (>= 2)
|
||||
# - in ' -'
|
||||
# - in (cache|thin)-*
|
||||
# - in numerical ranges
|
||||
# - in ranges
|
||||
# - in "$vg-$lv"
|
||||
# - in middle of options (e.g. '--use-policies')
|
||||
# - in symbolic use (e.g. '->')
|
||||
# - in single one in '\\f.-'
|
||||
define ESCAPEHYPHENS
|
||||
$(SED) -i -e "s+\([^\\]\)-\{7\}+\1\\\-\\\-\\\-\\\-\\\-\\\-\\\-+g" \
|
||||
@ -202,12 +205,16 @@ $(SED) -i -e "s+\([^\\]\)-\{7\}+\1\\\-\\\-\\\-\\\-\\\-\\\-\\\-+g" \
|
||||
-e "s+\([^\\]\)-\{3\}+\1\\\-\\\-\\\-+g" \
|
||||
-e "s+\([^\\]\)-\{2\}+\1\\\-\\\-+g" \
|
||||
-e "s+^-\{2\}+\\\-\\\-+g" \
|
||||
-e "s+ -+ \\\-+g" \
|
||||
-e "s+ -\([[:alnum:]]\)+ \\\-\1+g" \
|
||||
-e "s+\(cache\)-\([[:alpha:]]\{1,\}\)+\1\\\-\2+g" \
|
||||
-e "s+\(thin\)-\([[:alpha:]]\{1,\}\)+\1\\\-\2+g" \
|
||||
-e "s+\([0-9]\)-\([0-9]\)+\1\\\-\2+g" \
|
||||
-e "s+\([ :\[][[:alnum:]]\{1,\}\)-\([[:alnum:]]\{1,\}[[ ]\)+\1\\\-\2+g" \
|
||||
-e "s+\([[:alnum:]]\{2,\}\)-\([[:alnum:]]\{2,\}\)-\([[:alnum:]]\{2,\}\)+\1\\\-\2\\\-\3+g" \
|
||||
-e "s+\([[:alnum:]]\{2,\}\)-\([[:alnum:]]\{2,\}\)+\1\\\-\2+g" \
|
||||
-e "s+\(<\)-+\1\\\-+g" \
|
||||
-e "s+[^\\]-\(>\)+\\\-\1+g" \
|
||||
-e "s+\(\\\f.\)-\([^-]\)+\1\\\-\2+g" \
|
||||
-e "s+\([[:digit:]]\{4\}\)\\\-\([[:digit:]]\{2\}\)\\\-\([[:digit:]]\{2\}\)+\1-\2-\3+g" $@
|
||||
-e "s+\([[:digit:]]\{4\}\).*-\([[:digit:]]\{2\}\).*-\([[:digit:]]\{2\}\)+\1-\2-\3+g" $@
|
||||
endef
|
||||
|
||||
%.5: $(srcdir)/%.5_main
|
||||
|
Loading…
Reference in New Issue
Block a user