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 source-changes-d@NetBSD.org 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 same treatment in .It Fl s...

Done. Please describe in the manpage what it means when one of these
is missing (what is used instead?).

Thanks,
 Thomas


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 also update man page?  Thanks.

---
Izumi Tsutsui


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:

[sysid][/[start][/[size][/[bootmenu

christos


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 use empty strings instead.
 But now my nroff foo is not strong enough to handle:
 
   [sysid][/[start][/[size][/[bootmenu

I've tried. Let me know if you want it differently.
 Thomas


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/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:
|  
|  [sysid][/[start][/[size][/[bootmenu
| 
| I've tried. Let me know if you want it differently.

Perfect!

Thanks,

christos


Re: CVS commit: src/sbin/fdisk

2014-04-03 Thread Christos Zoulas
In article 20140403215619.a8f1...@cvs.netbsd.org,
Thomas Klausner source-changes-d@NetBSD.org 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 same treatment in .It Fl s...

christos