aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-04-24 09:36:45 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-04-24 09:36:45 +0000
commit84a275c4c82b62f560ff93e5bcd800cc654c5ced (patch)
treec60cc498841d417fccb14ab07e07a56b246e7d2f
parent148468921a39169195dd46979e05e755c1c92f40 (diff)
downloadman-pages-84a275c4c82b62f560ff93e5bcd800cc654c5ced.tar.gz
ffix
-rw-r--r--man2/open.22
-rw-r--r--man2/syslog.22
2 files changed, 2 insertions, 2 deletions
diff --git a/man2/open.2 b/man2/open.2
index 28233b8b14..433a9b998a 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -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 ()
diff --git a/man2/syslog.2 b/man2/syslog.2
index f8ee680114..b6bfae5219 100644
--- a/man2/syslog.2
+++ b/man2/syslog.2
@@ -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,