docs/84549: [patch] errno(2) manpage uses "<...>" for "(..)"
Gary W. Swearingen
garys at opusnet.com
Thu Aug 4 15:20:11 UTC 2005
>Number: 84549
>Category: docs
>Synopsis: [patch] errno(2) manpage uses "<...>" for "(..)"
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Aug 04 15:20:09 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Gary W. Swearingen
>Release: FreeBSD 5.4-RELEASE i386
>Organization:
none
>Environment:
n/a
>Description:
errno(2) manpage uses "<...>" for "(..)"
>How-To-Repeat:
n/a
>Fix:
--- errno..orig.2 Wed Aug 3 08:30:21 2005
+++ errno.2 Wed Aug 3 08:34:52 2005
@@ -76,8 +76,8 @@
and sets the variable
.Va errno
accordingly.
-<This allows interpretation of the failure on receiving
-a -1 and to take action accordingly.>
+(This allows interpretation of the failure on receiving
+a -1 and to take action accordingly.)
Successful calls never set
.Va errno ;
once set, it remains until another error occurs.
@@ -198,8 +198,8 @@
has been reached and a requests for an open cannot be satisfied
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.>
+(As released, the limit on the number of
+open files per process is 64.)
The
.Xr getdtablesize 2
system call will obtain the current limit.
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list