Re: typo in chroot(2)

2011-02-11 Thread Jason McIntyre
On Fri, Feb 11, 2011 at 09:40:42PM +0100, Paul de Weerd wrote: > chroot(2) speaks of a non-existing setreseuid in its example. The > below patch removes the extraneous e. ok ? > ok. jmc > Index: chroot.2 > === > RCS file: /cvs/src

Re: typo in chroot(2)

2011-02-11 Thread Otto Moerbeek
ok, -Otto On Fri, Feb 11, 2011 at 09:40:42PM +0100, Paul de Weerd wrote: > chroot(2) speaks of a non-existing setreseuid in its example. The > below patch removes the extraneous e. ok ? > > Index: chroot.2 > === >

typo in chroot(2)

2011-02-11 Thread Paul de Weerd
chroot(2) speaks of a non-existing setreseuid in its example. The below patch removes the extraneous e. ok ? Index: chroot.2 === RCS file: /cvs/src/lib/libc/sys/chroot.2,v retrieving revision 1.16 diff -u -r1.16 chroot.2 --- chroot.