# HG changeset patch # User roug # Date 1034622508 0 # Node ID 7a7bf9925e42aa907c74a0422580a9e28f21102c # Parent 395a58bae72ecc09918443e1d2a323076503038e All "See Also" implemented diff -r 395a58bae72e -r 7a7bf9925e42 docs/ccguide/dup.refentry --- a/docs/ccguide/dup.refentry Mon Oct 14 19:08:28 2002 +0000 +++ b/docs/ccguide/dup.refentry Mon Oct 14 19:08:28 2002 +0000 @@ -8,15 +8,35 @@ dup - type arg1 + int pn +Assembler Equivalent + +os9 I$DUP + + Description -Placeholder +Dup takes the path number, "pn", as returned from "open()" or +"creat()" and returns another path number associated with the +same file. + + +Diagnostics + +A -1 is returned is the call fails because there are too many +files open or the path nmber is invalid. + + +See Also + +open(), +creat(), +close()