commit | c8b6342d3c2a167dec16931815926e9e4387e7ef | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Thu Jan 13 04:49:19 2005 +0000 |
committer | rsc <devnull@localhost> | Thu Jan 13 04:49:19 2005 +0000 |
tree | 80d3ec6ea074462b30639168113def880476dad6 | |
parent | 741f510ce758f77ed5193256fb693a09a7daecce [diff] [blame] |
Many small edits.
diff --git a/man/man3/dup.3 b/man/man3/dup.3 index a9378dc..392e6fe 100644 --- a/man/man3/dup.3 +++ b/man/man3/dup.3
@@ -31,8 +31,9 @@ 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).