aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/daemon.32
-rw-r--r--man3/updwtmp.32
2 files changed, 2 insertions, 2 deletions
diff --git a/man3/daemon.3 b/man3/daemon.3
index c78c5c37d5..4db304079e 100644
--- a/man3/daemon.3
+++ b/man3/daemon.3
@@ -76,7 +76,7 @@ If
.I noclose
is zero,
.BR daemon ()
-redirects standard input, standard output and standard error
+redirects standard input, standard output, and standard error
to
.IR /dev/null ;
otherwise, no changes are made to these file descriptors.
diff --git a/man3/updwtmp.3 b/man3/updwtmp.3
index 1605a3f603..e58840a565 100644
--- a/man3/updwtmp.3
+++ b/man3/updwtmp.3
@@ -50,7 +50,7 @@ to the wtmp file.
.BR logwtmp ()
constructs a utmp structure using
.IR line ", " name ", " host ,
-current time and current process ID.
+current time, and current process ID.
Then it calls
.BR updwtmp ()
to append the structure to the wtmp file.