aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/dbopen.32
-rw-r--r--man3/euidaccess.32
-rw-r--r--man3/getgrnam.32
-rw-r--r--man3/getpwnam.32
-rw-r--r--man3/strfmon.32
-rw-r--r--man3/strtol.32
-rw-r--r--man3/strtoul.32
7 files changed, 7 insertions, 7 deletions
diff --git a/man3/dbopen.3 b/man3/dbopen.3
index b76b7debbe..2c047d7a03 100644
--- a/man3/dbopen.3
+++ b/man3/dbopen.3
@@ -514,7 +514,7 @@ or
The
.IR del ,
.IR get ,
-.I put
+.IR put ,
and
.I seq
routines may fail and set
diff --git a/man3/euidaccess.3 b/man3/euidaccess.3
index ca25ed1819..41791d02d0 100644
--- a/man3/euidaccess.3
+++ b/man3/euidaccess.3
@@ -47,7 +47,7 @@ uses the effective identifiers.
.I mode
is a mask consisting of one or more of
-.BR R_OK ", " W_OK ", " X_OK " and " F_OK ,
+.BR R_OK ", " W_OK ", " X_OK ", and " F_OK ,
with the same meanings as for
.BR access (2).
diff --git a/man3/getgrnam.3 b/man3/getgrnam.3
index cf13595e9e..33ea3f9d4e 100644
--- a/man3/getgrnam.3
+++ b/man3/getgrnam.3
@@ -234,7 +234,7 @@ One might argue that according to POSIX
should be left unchanged if an entry is not found.
Experiments on various
UNIX-like systems shows that lots of different values occur in this
-situation: 0, ENOENT, EBADF, ESRCH, EWOULDBLOCK, EPERM and probably others.
+situation: 0, ENOENT, EBADF, ESRCH, EWOULDBLOCK, EPERM, and probably others.
.\" more precisely:
.\" AIX 5.1 - gives ESRCH
.\" OSF1 4.0g - gives EWOULDBLOCK
diff --git a/man3/getpwnam.3 b/man3/getpwnam.3
index ba55c8d6e5..5b63f1ec0b 100644
--- a/man3/getpwnam.3
+++ b/man3/getpwnam.3
@@ -244,7 +244,7 @@ One might argue that according to POSIX
should be left unchanged if an entry is not found.
Experiments on various
UNIX-like systems show that lots of different values occur in this
-situation: 0, ENOENT, EBADF, ESRCH, EWOULDBLOCK, EPERM and probably others.
+situation: 0, ENOENT, EBADF, ESRCH, EWOULDBLOCK, EPERM, and probably others.
.\" more precisely:
.\" AIX 5.1 - gives ESRCH
.\" OSF1 4.0g - gives EWOULDBLOCK
diff --git a/man3/strfmon.3 b/man3/strfmon.3
index db51926f96..6eee4d7571 100644
--- a/man3/strfmon.3
+++ b/man3/strfmon.3
@@ -161,7 +161,7 @@ and will no doubt cause confusion.
Surprisingly, the "fl" is preceded and followed by a space,
and "NLG" is preceded by one and followed by two spaces.
This may be a bug in the locale files.
-The Italian, Australian, Swiss
+The Italian, Australian, Swiss,
and Portuguese locales yield
.in +4n
diff --git a/man3/strtol.3 b/man3/strtol.3
index f6f0039402..b060f04974 100644
--- a/man3/strtol.3
+++ b/man3/strtol.3
@@ -172,7 +172,7 @@ as long as
is not called to change the locale during their execution.
.SH CONFORMING TO
.BR strtol ()
-conforms to SVr4, 4.3BSD, C89, C99 and POSIX.1-2001, and
+conforms to SVr4, 4.3BSD, C89, C99, and POSIX.1-2001, and
.BR strtoll ()
to C99 and POSIX.1-2001.
.SH NOTES
diff --git a/man3/strtoul.3 b/man3/strtoul.3
index 034f6471f2..ebd9da99e4 100644
--- a/man3/strtoul.3
+++ b/man3/strtoul.3
@@ -176,7 +176,7 @@ as long as
is not called to change the locale during their execution.
.SH CONFORMING TO
.BR strtoul ()
-conforms to SVr4, C89, C99 and POSIX-2001, and
+conforms to SVr4, C89, C99, and POSIX-2001, and
.BR strtoull ()
to C99 and POSIX.1-2001.
.SH NOTES