Minor changes

This commit is contained in:
Michael Kerrisk 2006-04-05 05:42:36 +00:00
parent 91bf3fab3a
commit 7fe3091da4
2 changed files with 7 additions and 2 deletions

View File

@ -55,7 +55,9 @@ is relative and
.I dirfd
is the special value
.BR AT_FDCWD ,
then pathname is interpreted relative to the current working
then
.I pathname
is interpreted relative to the current working
directory of the calling process (like
.BR mkdir (2)).
@ -65,6 +67,7 @@ is absolute, then
.I dirfd
is ignored.
.SH "RETURN VALUE"
On success,
.BR mkdirat ()
returns 0.
On error, \-1 is returned and

View File

@ -56,7 +56,9 @@ is relative and
.I dirfd
is the special value
.BR AT_FDCWD ,
then pathname is interpreted relative to the current working
then
.I pathname
is interpreted relative to the current working
directory of the calling process (like
.BR mknod (2)).