From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mxout11.netvision.net.il (mxout11.netvision.net.il [194.90.6.39]) by mail.saout.de (Postfix) with ESMTP for ; Tue, 15 Sep 2009 16:12:13 +0200 (CEST) Received: from jane.held.org.il ([217.132.4.7]) by mxout11.netvision.net.il (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPA id <0KQ000I7MND0T100@mxout11.netvision.net.il> for dm-crypt@saout.de; Tue, 15 Sep 2009 17:10:12 +0300 (IDT) Received: from localhost ([127.0.0.1] helo=orenhe-laptop.localnet) by jane.held.org.il with esmtp (Exim 4.63) (envelope-from ) id 1MnYn1-0000DL-BI for dm-crypt@saout.de; Tue, 15 Sep 2009 17:13:51 +0300 Date: Tue, 15 Sep 2009 17:12:11 +0300 From: Oren Held Message-id: <200909151712.11412.oren@held.org.il> MIME-version: 1.0 Content-type: multipart/mixed; boundary="Boundary_(ID_5twwWr75EaYNBnEzoAK+5g)" Subject: [dm-crypt] [PATCH] A minor cryptsetup.8 manpage fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de --Boundary_(ID_5twwWr75EaYNBnEzoAK+5g) Content-type: Text/Plain; charset=us-ascii Content-transfer-encoding: 7BIT Hi, AFAIK the "cryptsetup resize" doesn't REQUIRE --size as mentioned in the manpage. In case that I'm not mistaken, here's a little patch. 10x - Oren --Boundary_(ID_5twwWr75EaYNBnEzoAK+5g) Content-type: text/x-patch; charset=UTF-8; name=cryptsetup.8.patch Content-transfer-encoding: 7BIT Content-disposition: attachment; filename=cryptsetup.8.patch --- man/cryptsetup.8 2009-09-15 17:05:53.072732948 +0300 +++ man/cryptsetup.8 2009-09-15 17:06:57.660717590 +0300 @@ -27,7 +27,7 @@ .PP \fIresize\fR .IP -resizes an active mapping . must include \-\-size +resizes an active mapping . If \-\-size is not specificed, it will default to the size of the block device. .PP .br .SH LUKS EXTENSION --Boundary_(ID_5twwWr75EaYNBnEzoAK+5g)--