| Summary: | Typo in errno(2) manual | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Dan Lukes <dan> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Dan Lukes
2001-09-17 11:00:00 UTC
Dan Lukes <dan@obluda.cz> writes: > --- errno.2.ORIG Mon Sep 17 11:44:15 2001 > +++ errno.2 Mon Sep 17 11:45:15 2001 > @@ -199,7 +199,7 @@ > .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 > +.Xr getdtablesize 2 > will obtain the current limit. > .It Er 25 ENOTTY Em "Inappropriate ioctl for device" . > A control function (see A comment from a bystander: Words are cheap; adding one would form a proper sentence. -.Xr Getdtablesize 2 + Function +.Xr getdtablesize 2 (untested) State Changed From-To: open->closed Your changes, and the additional feedback from Gary have been committed. Thanks! |