This commit is contained in:
Michael Kerrisk 2008-04-24 09:36:45 +00:00
parent 148468921a
commit 84a275c4c8
2 changed files with 2 additions and 2 deletions

View File

@ -211,7 +211,7 @@ The effective permissions are modified by
the process's
.I umask
in the usual way: The permissions of the created file are
.IR "(mode & ~umask)" .
.IR "(mode\ &\ ~umask)" .
Note that this mode only applies to future accesses of the
newly created file; the
.BR open ()

View File

@ -201,7 +201,7 @@ returns the number of bytes currently
available to be read on the kernel log buffer.
For \fItype\fP 10,
.BR syslog ()
returns the total size of the kernel log buffer.
returns the total size of the kernel log buffer.
For other values of \fItype\fP, 0 is returned on success.
In case of error, \-1 is returned,