Re: CVS commit: src/sbin/fdisk

2014-04-04 Thread Christos Zoulas
On Apr 4, 11:33am, t...@giga.or.at (Thomas Klausner) wrote: -- Subject: Re: CVS commit: src/sbin/fdisk | On Thu, Apr 03, 2014 at 11:48:10PM +, Christos Zoulas wrote: | > In article <20140403215619.a8f1...@cvs.netbsd.org>, | > Thomas Klausner wrote: | > >-=-=-=-=-=- | &g

Re: CVS commit: src/sbin/fdisk

2014-04-04 Thread Thomas Klausner
On Thu, Apr 03, 2014 at 11:48:10PM +, Christos Zoulas wrote: > In article <20140403215619.a8f1...@cvs.netbsd.org>, > Thomas Klausner wrote: > >-=-=-=-=-=- > > > >Module Name: src > >Committed By:wiz > >Date:Thu Apr 3 21:56:19 UTC 2014 > > > >Modified Files: > > src

Re: CVS commit: src/sbin/fdisk

2014-04-03 Thread Christos Zoulas
In article <20140403215619.a8f1...@cvs.netbsd.org>, Thomas Klausner wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: wiz >Date: Thu Apr 3 21:56:19 UTC 2014 > >Modified Files: > src/sbin/fdisk: fdisk.8 > >Log Message: >Update SYNOPSIS. >Christos, please check. Needs the sa

Re: CVS commit: src/sbin/fdisk

2014-04-03 Thread Christos Zoulas
On Apr 3, 11:57pm, w...@netbsd.org (Thomas Klausner) wrote: -- Subject: Re: CVS commit: src/sbin/fdisk | On Thu, Apr 03, 2014 at 01:08:21PM -0400, Christos Zoulas wrote: | > On Apr 3, 11:09pm, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote: | > -- Subject: Re: CVS commit: src/sbin

Re: CVS commit: src/sbin/fdisk

2014-04-03 Thread Thomas Klausner
On Thu, Apr 03, 2014 at 01:08:21PM -0400, Christos Zoulas wrote: > On Apr 3, 11:09pm, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote: > -- Subject: Re: CVS commit: src/sbin/fdisk > > | Could you also update man page? Thanks. > > I did not like the -1 stuff anyway, I wanted to

Re: CVS commit: src/sbin/fdisk

2014-04-03 Thread Christos Zoulas
On Apr 3, 11:09pm, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote: -- Subject: Re: CVS commit: src/sbin/fdisk | Could you also update man page? Thanks. I did not like the -1 stuff anyway, I wanted to use empty strings instead. But now my nroff foo is not strong enough to handle

Re: CVS commit: src/sbin/fdisk

2014-04-03 Thread Izumi Tsutsui
> Module Name: src > Committed By: christos > Date: Tue Apr 1 19:08:48 UTC 2014 > > Modified Files: > src/sbin/fdisk: fdisk.c > > Log Message: > default to something reasonable (like the interactive mode does) instead > of 0 when -1 is specified for the start or size. Could you a