summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-06-29 13:06:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-06-29 13:06:29 +0000
commit288f9a59af007ac161a6e5b5a146ce8333ffc4cc (patch)
tree1123a2a36f4495302b2f842a8234ae3b1090cea2 /share/man
parentf9d9cc439473d8a6e9db1ca8ee3712961a9a624b (diff)
various cleanups; hoek
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/acct.52
-rw-r--r--share/man/man5/fstab.52
-rw-r--r--share/man/man5/hosts.52
-rw-r--r--share/man/man5/networks.54
-rw-r--r--share/man/man5/utmp.515
5 files changed, 10 insertions, 15 deletions
diff --git a/share/man/man5/acct.5 b/share/man/man5/acct.5
index 64745330bff..c7395229d13 100644
--- a/share/man/man5/acct.5
+++ b/share/man/man5/acct.5
@@ -69,7 +69,7 @@ struct acct {
short ac_mem; /* memory usage average */
comp_t ac_io; /* count of IO blocks */
dev_t ac_tty; /* controlling tty */
-#define AFORK 0x01 /* forked but not execed */
+#define AFORK 0x01 /* forked but not exec'ed */
#define ASU 0x02 /* used super-user permissions */
#define ACOMPAT 0x04 /* used compatibility mode */
#define ACORE 0x08 /* dumped core */
diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5
index fb7e8148605..9684dae899b 100644
--- a/share/man/man5/fstab.5
+++ b/share/man/man5/fstab.5
@@ -202,7 +202,7 @@ of 2.
Filesystems within a drive will be checked sequentially,
but filesystems on different drives will be checked at the
same time to utilize parallelism available in the hardware.
-If the sixth field is not present or zero,
+If the sixth field is not present or is zero,
a value of zero is returned and
.Xr fsck
will assume that the filesystem does not need to be checked.
diff --git a/share/man/man5/hosts.5 b/share/man/man5/hosts.5
index ecb2c0b6bb0..db82f6f436a 100644
--- a/share/man/man5/hosts.5
+++ b/share/man/man5/hosts.5
@@ -74,7 +74,7 @@ this file provides a backup when the name server
is not running.
For the name server, it is suggested that only a few addresses
be included in this file.
-These include address for the local interfaces that
+These include addresses for the local interfaces that
.Xr ifconfig 8
needs at boot time and a few machines on the local network.
.Pp
diff --git a/share/man/man5/networks.5 b/share/man/man5/networks.5
index ecd9ff2b1da..893fb5795bc 100644
--- a/share/man/man5/networks.5
+++ b/share/man/man5/networks.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: networks.5,v 1.4 1998/05/12 09:15:18 deraadt Exp $
+.\" $OpenBSD: networks.5,v 1.5 1998/06/29 13:06:27 deraadt Exp $
.\" $NetBSD: networks.5,v 1.3 1994/11/30 19:31:23 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -64,7 +64,7 @@ though local
changes may be required to bring it up to date regarding unofficial aliases
and/or unknown networks.
.Pp
-Network number may be specified in the conventional
+Network numbers may be specified in the conventional
``.'' (dot) notation using the
.Xr inet_network 3
routine
diff --git a/share/man/man5/utmp.5 b/share/man/man5/utmp.5
index 2f36f86574a..2b88bf5ec7b 100644
--- a/share/man/man5/utmp.5
+++ b/share/man/man5/utmp.5
@@ -59,16 +59,11 @@ the
file.
.Pp
.Nm wtmp
-can can grow rapidly on busy systems, daily or weekly rotation
+can can grow rapidly on busy systems, so daily or weekly rotation
is recommended.
-If any of these files do not exist, it is not created.
-These
-files must be created manually and are normally maintained in either the script
-.Pa /etc/daily
-or the script
-.Pa /etc/weekly .
-(See
-.Xr cron 8 . )
+If any one of these files does not exist, it is not created.
+They must be created manually and are maintained by
+.Xr newsyslog 8 .
.Bd -literal -offset indent
#define _PATH_UTMP "/var/run/utmp"
#define _PATH_WTMP "/var/log/wtmp"
@@ -111,7 +106,7 @@ program then records the new login time in the file
.Pp
After the new
.Fa lastlog
-record is written ,
+record is written,
.\" the
.\" .Xr libutil 3
.\" routine