diff options
| author | Murray Stokely <murray@FreeBSD.org> | 2001-09-24 02:51:43 +0000 |
|---|---|---|
| committer | Murray Stokely <murray@FreeBSD.org> | 2001-09-24 02:51:43 +0000 |
| commit | 2924629c0c23511a22d1bc6e0971e65f63c85614 (patch) | |
| tree | cb97dd7d790a56f6a19cc74edc82d95c8dd95f8c /lib/libc | |
| parent | c3508206b2bc6969f1f3ce2fbabb4fdb2b09d9f9 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/intro.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index a704a7bb4fca..c4f3c4bc4416 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -199,8 +199,9 @@ until at least one has been closed. .It Er 24 EMFILE Em "Too many open files" . <As released, the limit on the number of open files per process is 64.> -.Xr Getdtablesize 2 -will obtain the current limit. +The +.Xr getdtablesize 2 +function will obtain the current limit. .It Er 25 ENOTTY Em "Inappropriate ioctl for device" . A control function (see .Xr ioctl 2 ) |
