From 97c0488f3e6769af78ee996e99501a98e2ac3f39 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 6 Apr 2006 05:19:00 +0000 Subject: [PATCH] Minor changes --- man2/mkdirat.2 | 4 +++- man2/mknodat.2 | 4 +++- man2/openat.2 | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/man2/mkdirat.2 b/man2/mkdirat.2 index d97940b29..e982af3b0 100644 --- a/man2/mkdirat.2 +++ b/man2/mkdirat.2 @@ -25,7 +25,7 @@ .\" .TH MKDIRAT 2 2006-04-06 "Linux 2.6.16" "Linux Programmer's Manual" .SH NAME -mkdirat \- create a directory at a relative location +mkdirat \- create a directory relative to a directory file descriptor .SH SYNOPSIS .nf .B #include @@ -86,6 +86,8 @@ The following additional errors can occur for is not a valid file descriptor. .TP .B ENOTDIR +.I pathname +is a relative path and .I dirfd is a file descriptor referring to a file other than a directory. .SH NOTES diff --git a/man2/mknodat.2 b/man2/mknodat.2 index 00808243d..c1fb45a36 100644 --- a/man2/mknodat.2 +++ b/man2/mknodat.2 @@ -25,7 +25,7 @@ .\" .TH MKNODAT 2 2006-04-06 "Linux 2.6.16" "Linux Programmer's Manual" .SH NAME -mknodat \- create a special or ordinary file at a relative location +mknodat \- create a special or ordinary file relative to a directory file descriptor .SH SYNOPSIS .nf .B #include @@ -87,6 +87,8 @@ The following additional errors can occur for is not a valid file descriptor. .TP .B ENOTDIR +.I pathname +is a relative path and .I dirfd is a file descriptor referring to a file other than a directory. .SH NOTES diff --git a/man2/openat.2 b/man2/openat.2 index 93a6df993..ecf09c347 100644 --- a/man2/openat.2 +++ b/man2/openat.2 @@ -25,7 +25,7 @@ .\" .TH OPENAT 2 2006-03-06 "Linux 2.6.16" "Linux Programmer's Manual" .SH NAME -openat \- open a file at a relative location +openat \- open a file relative to a directory file descriptor .SH SYNOPSIS .nf .B #include @@ -88,6 +88,8 @@ The following additional errors can occur for is not a valid file descriptor. .TP .B ENOTDIR +.I pathname +is a relative path and .I dirfd is a file descriptor referring to a file other than a directory. .SH NOTES