Subject: Re: Little prob with rm To: Greg A. Woods <woods@kuma.web.net> From: Chris G. Demetriou <cgd@alpha.bostic.com> List: current-users Date: 10/31/1994 16:04:33
> IMHO, rmdir(2) should strip trailing slashes, as per almost any other
> system call (eg. open(2)) which collapses multiple slashes to one, and
> also permits trailing slashes.
the collapsing of multiple slashes is done by namei().
cgd