Package: dmsetup Version: 2:1.02.02-1 Severity: minor Tags: patch Hello,
The attached patch fixes a typo in dmsetup.8, which causes a warning and results in a missing word. Kind Regards, -- Nekral
diff -rauN ../orig/devmapper-1.02.02/man/dmsetup.8 ./devmapper-1.02.02/man/dmsetup.8 --- ../orig/devmapper-1.02.02/man/dmsetup.8 2005-06-14 13:02:01.000000000 +0200 +++ ./devmapper-1.02.02/man/dmsetup.8 2006-01-25 20:25:28.000000000 +0100 @@ -103,7 +103,7 @@ .IP \fB-u|--uuid .br Specify the uuid. -.IP \fB-v|--verbose [-v|--verbose] +.IP "\fB-v|--verbose [-v|--verbose]" .br Produce additional output. .IP \fB--version

