From 924579632db98b8e8eb8f9b1a23ade9a42226bfc Mon Sep 17 00:00:00 2001 From: hegdevasant Date: Tue, 15 Nov 2011 21:33:34 +0100 Subject: [PATCH] kpartx man page update This patch updates the kpartx man page. Signed-off-by: Vasant Hegde --- kpartx/kpartx.8 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/kpartx/kpartx.8 b/kpartx/kpartx.8 index 795a2e0..8a37d4f 100644 --- a/kpartx/kpartx.8 +++ b/kpartx/kpartx.8 @@ -17,9 +17,15 @@ creation and deletion. .B \-a Add partition mappings .TP +.B \-r +Readonly partition mappings +.TP .B \-d Delete partition mappings .TP +.B \-u +Update partition mappings +.TP .B \-l List partition mappings that would be added -a .TP @@ -34,6 +40,9 @@ force GUID partition table (GPT) .TP .B \-v Operate verbosely +.TP +.B \-s +Sync mode. Don't return until the partitions are created .SH EXAMPLE To mount all the partitions in a raw disk image: .IP -- 2.34.1