aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-01-09 12:53:15 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-01-09 12:53:15 +0100
commit3d81c05a7997f32decebc93fce3d69102bed74f9 (patch)
tree42361deaa09a42599225ab91616f23d6c5178737 /man3
parent5473bd6687d21ff9edc3884f5c41a0ba1ae6d213 (diff)
downloadman-pages-3d81c05a7997f32decebc93fce3d69102bed74f9.tar.gz
time.1, ioctl_console.2, daemon.3, updwtmp.3, mouse.4, smartpqi.4: tfix (Oxford comma)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
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.