Re: Remove TMPDIR support from sendbug(1) and newfs(8) manpages

2016-02-18 Thread Jason McIntyre
On Thu, Feb 18, 2016 at 03:11:16PM -0700, Rafael Neves wrote: > Hi, > > The TMPDIR enviroment support was removed from sendbug(1) and newfs(8), > but the manpages still document them. The inlined patches remove these > leftovers. > > Regards, > Rafael Neves > fix

Remove TMPDIR support from sendbug(1) and newfs(8) manpages

2016-02-18 Thread Rafael Neves
Hi, The TMPDIR enviroment support was removed from sendbug(1) and newfs(8), but the manpages still document them. The inlined patches remove these leftovers. Regards, Rafael Neves Patch: Index: sbin/newfs/newfs.8 === RCS file

Re: newfs.8

2014-08-29 Thread Jason McIntyre
On Fri, Aug 29, 2014 at 01:48:15PM +0200, Mike Belopuhov wrote: > On 29 August 2014 13:44, Jason McIntyre wrote: > > On Fri, Aug 29, 2014 at 01:39:57PM +0200, Mike Belopuhov wrote: > >> On 29 August 2014 08:19, Jason McIntyre wrote: > >> > > >> > is this correct? i'm not a user myself, but the te

Re: newfs.8

2014-08-29 Thread Mike Belopuhov
On 29 August 2014 13:44, Jason McIntyre wrote: > On Fri, Aug 29, 2014 at 01:39:57PM +0200, Mike Belopuhov wrote: >> On 29 August 2014 08:19, Jason McIntyre wrote: >> > >> > is this correct? i'm not a user myself, but the text states that >> > "special", for mount_mfs, is "typically that of the pr

Re: newfs.8

2014-08-29 Thread Jason McIntyre
On Fri, Aug 29, 2014 at 01:39:57PM +0200, Mike Belopuhov wrote: > On 29 August 2014 08:19, Jason McIntyre wrote: > > > > is this correct? i'm not a user myself, but the text states that > > "special", for mount_mfs, is "typically that of the primary swap area". > > how would you even define the sw

Re: newfs.8

2014-08-29 Thread Mike Belopuhov
On 29 August 2014 08:19, Jason McIntyre wrote: > > is this correct? i'm not a user myself, but the text states that > "special", for mount_mfs, is "typically that of the primary swap area". > how would you even define the swap area without a disklabel? > > jmc > sort of yes. mount_mfs(8) says th

Re: newfs.8

2014-08-28 Thread Jason McIntyre
On Fri, Aug 29, 2014 at 12:13:58AM -0400, Navan Carson wrote: > disklabel is not required for mount_mfs > > Index: newfs.8 > === > RCS file: /cvs/src/sbin/newfs/newfs.8,v > retrieving revision 1.70 > diff

newfs.8

2014-08-28 Thread Navan Carson
disklabel is not required for mount_mfs Index: newfs.8 === RCS file: /cvs/src/sbin/newfs/newfs.8,v retrieving revision 1.70 diff -u -p -r1.70 newfs.8 --- newfs.8 23 May 2011 10:56:17 - 1.70 +++ newfs.8 29 Aug 2014 04