From 28c54d4593369a4a10a0b5a83388453f14031820 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 6 Mar 2006 04:36:33 +0000 Subject: [PATCH] Added SEE ALSO pointing to new openat.2. Split out part of the RETURN VALUE text into separate NOTES section. --- man2/open.2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man2/open.2 b/man2/open.2 index 3ee7a1dc7..130938fc7 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -338,6 +338,7 @@ return the new file descriptor, or \-1 if an error occurred (in which case, .I errno is set appropriately). +.SH NOTES Note that .BR open () can open device special files, but @@ -541,6 +542,7 @@ corresponding to the flags \fBO_SYNC\fR, \fBO_DSYNC\fR and .BR mknod (2), .BR mount (2), .BR mmap (2), +.BR openat (2), .BR path_resolution (2), .BR read (2), .BR socket (2),