aboutsummaryrefslogtreecommitdiff
path: root/man/man3/dup.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/dup.3')
-rw-r--r--man/man3/dup.39
1 files changed, 5 insertions, 4 deletions
diff --git a/man/man3/dup.3 b/man/man3/dup.3
index a9378dce..392e6fe6 100644
--- a/man/man3/dup.3
+++ b/man/man3/dup.3
@@ -31,8 +31,9 @@ for the new file descriptor
Sets
.IR errstr .
.SH BUGS
-.I Dup
-is a macro for
-.I p9dup
-to avoid name conflicts with the Unix function; see
+To avoid name conflicts with the underlying system,
+.I dup
+is a preprocessor macro defined as
+.IR p9dup ;
+see
.IR intro (3).