|
Lines 69-74
Link Here
|
| 69 |
.Xr mknod 8 |
69 |
.Xr mknod 8 |
| 70 |
tool can be used to recover deleted device entries under |
70 |
tool can be used to recover deleted device entries under |
| 71 |
.Nm . |
71 |
.Nm . |
|
|
72 |
.Pp |
| 73 |
The |
| 74 |
.Xr fdescfs 5 |
| 75 |
filesystem is an alternate means for creating character device files under |
| 76 |
.Pa /dev/fd |
| 77 |
which correspond to the open file descriptors of the process reading |
| 78 |
the directory. |
| 79 |
.Nm |
| 80 |
only creates files for the standard file descriptors |
| 81 |
.Pa 0 , |
| 82 |
.Pa 1 |
| 83 |
and |
| 84 |
.Pa 2 . |
| 85 |
.Xr fdescfs 5 |
| 86 |
creates files for all open descriptors. |
| 72 |
.Sh FILES |
87 |
.Sh FILES |
| 73 |
.Bl -tag -width /dev/XXXX -compact |
88 |
.Bl -tag -width /dev/XXXX -compact |
| 74 |
.It Pa /dev |
89 |
.It Pa /dev |
|
Lines 85-90
Link Here
|
| 85 |
.Dl "mount -t devfs devfs /dev" |
100 |
.Dl "mount -t devfs devfs /dev" |
| 86 |
.Sh SEE ALSO |
101 |
.Sh SEE ALSO |
| 87 |
.Xr devfs 8 , |
102 |
.Xr devfs 8 , |
|
|
103 |
.Xr fdescfs 5 , |
| 88 |
.Xr mount 8 |
104 |
.Xr mount 8 |
| 89 |
.Sh HISTORY |
105 |
.Sh HISTORY |
| 90 |
The |
106 |
The |