Penguin

Differences between current version and previous revision of dup(2).

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Thursday, October 31, 2002 5:53:01 pm by PerryLorier
Older page: version 2 Last edited on Thursday, October 31, 2002 5:51:06 pm by PerryLorier Revert
@@ -1,14 +1,13 @@
-  
 !!NAME 
  
 dup, dup2 - duplicate a file descriptor 
 !!SYNOPSIS 
  
  
- __#include <unistd.h>  
- int dup(int __ ''oldfd''__);__  
-__  
+ __#include <unistd.h>__  
+ __ int dup(int__ ''oldfd''__);__  
+ 
 !!DESCRIPTION 
  
 __dup__ create a copy of the file descriptor ''oldfd''. 
  
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.