aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-10-16 12:06:53 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-10-16 12:06:53 +0000
commit308bfbdd1db43f6c6ed205d67e2c8b4d152e29a4 (patch)
tree2830bf8d33e97f2f133a0fa93cb2a39a037f21bc /lib
parent6b2b94b41afd8ead25a7e6bcddcc4419ba46b62a (diff)
Notes
Diffstat (limited to 'lib')
-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 c9cb8b4b8490..200d08600712 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.