Date: Wed, 28 Nov 2001 19:17:13 -0800 (PST) From: Gregory Neil Shapiro <gshapiro@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys rename.2 Message-ID: <200111290317.fAT3HDB74534@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gshapiro 2001/11/28 19:17:13 PST Modified files: lib/libc/sys rename.2 Log: rename() can't guarantee "to" always exists if it didn't exist in the first place -- for example, rename("existing", "newfile"); on a read-only file system. Reviewed by: green MFC after: 3 days Revision Changes Path 1.16 +4 -2 src/lib/libc/sys/rename.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111290317.fAT3HDB74534>