Subject: CVS commit: src/lib/libc/sys
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 09/17/2005 06:08:04
Module Name:	src
Committed By:	christos
Date:		Sat Sep 17 06:08:04 UTC 2005

Modified Files:
	src/lib/libc/sys: mkdir.2

Log Message:
Document that mkdir("/", x) returns EISDIR. According to POSIX this is not
an allowed error, but we return EIO and EDQUOT also which are not in POSIX
either.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/lib/libc/sys/mkdir.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.