vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Below is a small patch for the closefrom(2) man page to improve the wording somewhat. (Please correct me if this is not proper form for submitting an OpenBSD patch.) Index: lib/libc/sys/closefrom.2 ================================================== ================= RCS file: /cvs/src/lib/libc/sys/closefrom.2,v retrieving revision 1.2 diff -u -r1.2 closefrom.2 --- lib/libc/sys/closefrom.2 12 Jan 2004 20:52:09 -0000 1.2 +++ lib/libc/sys/closefrom.2 26 May 2006 04:05:28 -0000 @@ -52,7 +52,7 @@ .Bl -tag -width Er .It Bq Er EBADF .Fa fd -is greater than any open file descriptor. +is greater than all open file descriptors. .It Bq Er EINTR An interrupt was received. .El |