This commit is contained in:
Michael Kerrisk 2007-11-24 07:06:25 +00:00
parent 8dce683803
commit 5c1088731a
1 changed files with 1 additions and 1 deletions

View File

@ -25,11 +25,11 @@
.\"
.TH MKDIRAT 2 2006-04-06 "Linux" "Linux Programmer's Manual"
.SH NAME
.B #include <fcntl.h> /* Definition of AT_* constants */
mkdirat \- create a directory relative to a directory file descriptor
.SH SYNOPSIS
.nf
.B #define _ATFILE_SOURCE
.B #include <fcntl.h> /* Definition of AT_* constants */
.B #include <sys/stat.h>
.sp
.BI "int mkdirat(int " dirfd ", const char *" pathname ", mode_t " mode );