summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/intro.2
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-10-12 20:50:26 +0000
committerru <ru@FreeBSD.org>2006-10-12 20:50:26 +0000
commit1db31f4d88d193e51f8366a227c94cb7927bb60e (patch)
treed909e8e31120cff64a0e37bb93c95190a03d6726 /lib/libc/sys/intro.2
parent25a8d250345635bf4105ba817f3945dc63fda9c2 (diff)
downloadFreeBSD-src-1db31f4d88d193e51f8366a227c94cb7927bb60e.zip
FreeBSD-src-1db31f4d88d193e51f8366a227c94cb7927bb60e.tar.gz
Use normal parentheses.
PR: docs/84549 Submitted by: Gary W. Swearingen MFC after: 3 days
Diffstat (limited to 'lib/libc/sys/intro.2')
-rw-r--r--lib/libc/sys/intro.210
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index c9cb8b4..200d086 100644
--- a/lib/libc/sys/intro.2
+++ b/lib/libc/sys/intro.2
@@ -48,7 +48,7 @@ their error returns, and other common definitions and concepts.
.\".Pp
.\".Sy System call restart
.\".Pp
-.\"<more later...>
+.\"(more later...)
.Sh RETURN VALUES
Nearly all of the system calls provide an error number referenced via
the external identifier errno.
@@ -76,8 +76,8 @@ indicating failure (usually -1)
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.
@@ -197,8 +197,8 @@ Maximum number of file descriptors allowable on the system
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.
OpenPOWER on IntegriCloud