aboutsummaryrefslogtreecommitdiff
path: root/man/man3/open.3
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-03-28 15:50:10 +0000
committerrsc <devnull@localhost>2005-03-28 15:50:10 +0000
commitbe9e0e98579e6dec33814f1074d22943eb87ef2b (patch)
treecf1350d215928324c6d15dc64dd3d51d083a1e24 /man/man3/open.3
parent78b5635d698a1d278fade51856e51520046261fc (diff)
downloadplan9port-be9e0e98579e6dec33814f1074d22943eb87ef2b.tar.gz
plan9port-be9e0e98579e6dec33814f1074d22943eb87ef2b.tar.bz2
plan9port-be9e0e98579e6dec33814f1074d22943eb87ef2b.zip
note macros
Diffstat (limited to 'man/man3/open.3')
-rw-r--r--man/man3/open.311
1 files changed, 11 insertions, 0 deletions
diff --git a/man/man3/open.3 b/man/man3/open.3
index ee0b276e..750aa65c 100644
--- a/man/man3/open.3
+++ b/man/man3/open.3
@@ -159,3 +159,14 @@ The implementation of
.B ORCLOSE
is to unlink the file after opening it, causing problems
in programs that try to access the file by name before it is closed.
+.PP
+To avoid name conflicts with the underlying system,
+.I open
+and
+.I create
+are preprocessor macros defined as
+.IR p9open
+and
+.IR p9create ;
+see
+.IR intro (3).