This commit is contained in:
Michael Kerrisk 2007-07-10 19:24:48 +00:00
parent a1ae5958d3
commit 7a63e1d7be
4 changed files with 5 additions and 4 deletions

View File

@ -41,7 +41,7 @@ chroot \- change root directory
.BR chroot ()
changes the root directory to that specified in
.IR path .
This directory will be used for pathnames beginning with /.
This directory will be used for pathnames beginning with \fB/\fP.
The root directory is inherited by all children of the current process.
Only a privileged process (Linux: one with the

View File

@ -125,7 +125,8 @@ On success
returns a pointer to the new virtual memory area.
On error, the value
.B MAP_FAILED
(that is, (void *) \-1) is returned, and \fIerrno\fR is set appropriately.
(that is, \fB(void *) \-1)\fP is returned,
and \fIerrno\fR is set appropriately.
.SH ERRORS
.TP
.B EAGAIN

View File

@ -45,7 +45,7 @@ the return value is also stored in the memory pointed to by
.IR t .
.SH "RETURN VALUE"
On success, the value of time in seconds since the Epoch is returned.
On error, ((time_t)\-1) is returned, and \fIerrno\fP is set
On error, \fI((time_t)\-1)\fP is returned, and \fIerrno\fP is set
appropriately.
.SH ERRORS
.TP

View File

@ -113,7 +113,7 @@ The function
returns a message catalog descriptor of type
.I nl_catd
on success.
On failure, it returns (nl_catd) \-1
On failure, it returns \fI(nl_catd) \-1\fP
and sets
.I errno
to indicate the error.