[PATCH] open.2: Fix reference fix

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>From a58267b142cdc16ed43f7b3dff06155abd5f6f9a Mon Sep 17 00:00:00 2001
From: Akihiro MOTOKI <amotoki@xxxxxxxxx>
Date: Fri, 16 Aug 2013 12:34:54 +0900
Subject: [PATCH] open.2: Fix reference fix

The flag O_NOPATH does not exist. It should be O_PATH.
---
 man2/open.2 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/open.2 b/man2/open.2
index 9ebc0a0..ab8157b 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -422,7 +422,7 @@ This is a FreeBSD extension, which was added to
Linux in version 2.1.126.
 Symbolic links in earlier components of the pathname will still be
 followed.
 See also
-.BR O_NOPATH
+.BR O_PATH
 below.
 .\" The headers from glibc 2.0.100 and later include a
 .\" definition of this flag; \fIkernels before 2.1.126 will ignore it if
-- 
1.7.9.5


-- 
Akihiro MOTOKI <amotoki@xxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux