Re: [PATCH] Documentation:fix the wrong file position insched-arch.txt

From: Wanlong Gao
Date: Mon Jun 13 2011 - 03:16:00 EST


On æ, 2011-06-12 at 22:41 -0700, Connor Hansen wrote:
> On Sun, Jun 12, 2011 at 10:05 PM, Wanlong Gao <wanlong.gao@xxxxxxxxx> wrote:
> > On æ, 2011-06-12 at 21:56 -0700, Connor Hansen wrote:
> >> On Sun, Jun 12, 2011 at 9:35 PM, Wanlong Gao <wanlong.gao@xxxxxxxxx> wrote:
> >> > The arch i386 had changed to x86.
> >>
> >> $ grep -R "i386" Documentation/ | wc -l
> >> 155
> >>
> >> Fix them all with:
> >> grep -lZR "i386" Documentation/ | xargs -0 -l sed -i -e 's/i386/x86/g'
> >>
> >> or send ~ 100 patches
> > You see, but not all i386 can change to x86 in Documentation/
> > right?
>
> Documentation/filesystems/fuse.txt: limited anyway to 32 pages (which
> is 128kbyte on i386).
<snip>
> I don't see any problems,
> Connor
Hmm...I'm not sure, but I had send another patch which changed all
arch/i386 to arch/x86, I think it all be OK.

Thanks
Best regards

>
> >
> > Thanks
> >>
> >> -Connor


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/