Re: mv example fix

2010-12-26 Thread Jason McIntyre
On Sun, Dec 26, 2010 at 09:54:07PM +0100, Ingo Schwarze wrote: > Hi Jason, > hej! > > > .Nm > > > moves each file named by a > > > .Ar source > > > -operand to a destination specified by the > > > +operand into the destination specified by the > > > this seems correct, but it was anyway. wh

Re: mv example fix

2010-12-26 Thread Ingo Schwarze
Hi Jason, Jason McIntyre wrote on Sun, Dec 26, 2010 at 08:25:11PM +: > On Sun, Dec 26, 2010 at 07:41:53PM +0100, Ingo Schwarze wrote: > > Index: mv.1 > > === > > RCS file: /cvs/src/bin/mv/mv.1,v > > retrieving revision 1.26 > > d

Re: mv example fix

2010-12-26 Thread Jason McIntyre
On Sun, Dec 26, 2010 at 07:41:53PM +0100, Ingo Schwarze wrote: > > Index: mv.1 > === > RCS file: /cvs/src/bin/mv/mv.1,v > retrieving revision 1.26 > diff -u -r1.26 mv.1 > --- mv.1 3 Sep 2010 09:53:20 - 1.26 > +++ mv.1

Re: mv example fix

2010-12-26 Thread Ingo Schwarze
Hi Jason, Jason McIntyre wrote on Sun, Dec 26, 2010 at 05:39:54PM +0001: > On Sun, Dec 26, 2010 at 06:23:02PM +0100, Ingo Schwarze wrote: > > > > Index: mv.1 > > === > > i have no problem with this diff, but some tweak/concerns bel

Re: mv example fix

2010-12-26 Thread Jason McIntyre
On Sun, Dec 26, 2010 at 06:23:02PM +0100, Ingo Schwarze wrote: > > Index: mv.1 > === i have no problem with this diff, but some tweak/concerns below: > RCS file: /cvs/src/bin/mv/mv.1,v > retrieving revision 1.26 > diff -u -r1.26 mv.

Re: mv example fix

2010-12-26 Thread Ingo Schwarze
Hi Ted, Ted Unangst wrote on Sun, Dec 26, 2010 at 12:39:16AM -0500: > A 3 line example with 3 bugs. > > 1. destination and destination_path should be the same. Sure, and both should be "destination_path", because that's the term used consistently in the DESCRIPTION. Unambiguous terminology is

mv example fix

2010-12-25 Thread Ted Unangst
A 3 line example with 3 bugs. 1. destination and destination_path should be the same. 2. source_file doesn't have to be a file. 3. mv will also unlink a directory, ala rm -d. Index: mv.1 === RCS file: /home/tedu/cvs/src/bin/mv/mv.