summaryrefslogtreecommitdiff
path: root/share/man/man8
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-09-07 16:44:39 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-09-07 16:44:39 +0000
commitd772ee662c59d0c57ee6ec091bcc1b5d284fb641 (patch)
tree2ba3033cb81512b9255ff0b54ad76cd667e5d2c6 /share/man/man8
parent59bb7d3d2196d91e9c21929f6b0dbad6562a46b5 (diff)
More man page fixes. Particularly fix uses of it's/its, affect/effect,
then/than and such. Other miscellaneous problems fixed across these source files.
Diffstat (limited to 'share/man/man8')
-rw-r--r--share/man/man8/afterboot.84
-rw-r--r--share/man/man8/compat_freebsd.88
-rw-r--r--share/man/man8/compat_linux.86
-rw-r--r--share/man/man8/compat_svr4.84
-rw-r--r--share/man/man8/rc.84
-rw-r--r--share/man/man8/vpn.84
6 files changed, 15 insertions, 15 deletions
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8
index 0234633366c..dafaa4a0c07 100644
--- a/share/man/man8/afterboot.8
+++ b/share/man/man8/afterboot.8
@@ -144,7 +144,7 @@ net.inet.ip.forwarding=1
.Pp
in
.Pa /etc/sysctl.conf ,
-or by compiling a new kernel with the GATEWAY option.)
+or by compiling a new kernel with the GATEWAY option.
Packets are not forwarded by default, due to RFC requirements.
.Pp
You can add new "virtual interfaces" by adding the required entries to
@@ -638,7 +638,7 @@ etc.
.Xr su 1 ,
.Xr umount 8 ,
.Xr vipw 8 ,
-.Xr ypbind 8 .
+.Xr ypbind 8
.Sh HISTORY
This document first appeared in
.Ox 2.2 .
diff --git a/share/man/man8/compat_freebsd.8 b/share/man/man8/compat_freebsd.8
index 939ec957fcf..a02565a215e 100644
--- a/share/man/man8/compat_freebsd.8
+++ b/share/man/man8/compat_freebsd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: compat_freebsd.8,v 1.3 1998/01/02 08:51:28 deraadt Exp $
+.\" $OpenBSD: compat_freebsd.8,v 1.4 1998/09/07 16:44:37 aaron Exp $
.\" $NetBSD: compat_linux.8,v 1.1 1995/03/05 23:30:36 fvdl Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
@@ -178,7 +178,7 @@ which the FreeBSD runtime linker should look for shared libs.
Note that argument directories of ldconfig are
mapped to /emul/freebsd/XXXX by
OpenBSD's compat code, and should exist as such on your system.
-Make sure /emul/freebsd/var/run/ld.so.hints is exist when you run
+Make sure /emul/freebsd/var/run/ld.so.hints exists when you run
FreeBSD's ldconfig, if not, you may lose OpenBSD's /var/run/ld.so.hints.
FreeBSD ldconfig should be statically
@@ -200,7 +200,7 @@ should produce something like:
.fi
.El
.Pp
-This being done, you are ready to install new FreeBSD binaries.
+This been done, you are ready to install new FreeBSD binaries.
Whenever you install a new FreeBSD program, you should check
if it needs shared libraries, and if so, whether you have
them installed in the /emul/freebsd tree. To do this, you run
@@ -209,7 +209,7 @@ ldd (see also the manual page for ldd(1)) will print a list
of shared libraries that the program depends on, in the
form -l<majorname> => <fullname>.
.Pp
-If it prints "not found" in stead of <fullname> it means that
+If it prints "not found" instead of <fullname> it means that
you need an extra library. Which library this is, is shown
in <majorname>, which will be of the form XXXX.<N>
You will need to find a libXXXX.so.<N>.<mm> on a FreeBSD ftp site,
diff --git a/share/man/man8/compat_linux.8 b/share/man/man8/compat_linux.8
index 8f40670845a..c926b5528d9 100644
--- a/share/man/man8/compat_linux.8
+++ b/share/man/man8/compat_linux.8
@@ -207,7 +207,7 @@ should produce something like:
libc.so.4 (DLL Jump 4.5pl26) => /lib/libc.so.4.6.29
.El
.Pp
-This being done, you are ready to install new Linux binaries.
+This been done, you are ready to install new Linux binaries.
Whenever you install a new Linux program, you should check
if it needs shared libraries, and if so, whether you have
them installed in the /emul/linux tree. To do this, you run
@@ -216,7 +216,7 @@ ldd (see also the manual page for ldd(1)) will print a list
of shared libraries that the program depends on, in the
form <majorname> (<jumpversion>) => <fullname>.
.Pp
-If it prints "not found" in stead of <fullname> it means that
+If it prints "not found" instead of <fullname> it means that
you need an extra library. Which library this is, is shown
in <majorname>, which will be of the form libXXXX.so.<N>
You will need to find a libXXXX.so.<N>.<mm> on a Linux ftp site,
@@ -228,7 +228,7 @@ recent version.
.Ss Finding the necessary files.
.Nm Note:
-the information below is valid as of the \time this
+the information below is valid as of the time this
document was written (March, 1995), but certain details
such as names of ftp sites, directories and distribution names
may have changed by the time you read this.
diff --git a/share/man/man8/compat_svr4.8 b/share/man/man8/compat_svr4.8
index 56e3a617968..3a0e2072004 100644
--- a/share/man/man8/compat_svr4.8
+++ b/share/man/man8/compat_svr4.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: compat_svr4.8,v 1.4 1998/07/21 21:50:28 deraadt Exp $
+.\" $OpenBSD: compat_svr4.8,v 1.5 1998/09/07 16:44:37 aaron Exp $
.\" $NetBSD: compat_svr4.8,v 1.1 1996/07/06 17:14:50 christos Exp $
.\"
.\" Copyright (c) 1996 Christos Zoulas
@@ -122,7 +122,7 @@ directory as
.Pa /emul/svr4/dev ,
because other device nodes, such as
.Pa /dev/null ,
-need to be OpenBSD device nodes).
+need to be OpenBSD device nodes.
.Sh BUGS
Many system calls are still not emulated.
diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8
index 278f8a372d6..39a75f8339d 100644
--- a/share/man/man8/rc.8
+++ b/share/man/man8/rc.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rc.8,v 1.2 1998/06/26 03:30:14 millert Exp $
+.\" $OpenBSD: rc.8,v 1.3 1998/09/07 16:44:37 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -112,7 +112,7 @@ contains commands and daemons that are not part of the
stock installation.
.Pp
.Nm rc.securelevel
-is executable by
+is executed by
.Nm rc
to start daemons that must run before the security level changes.
It then sets the security level to the values specified in
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8
index 1a2fd67b951..804304c1126 100644
--- a/share/man/man8/vpn.8
+++ b/share/man/man8/vpn.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vpn.8,v 1.5 1998/06/29 05:58:50 angelos Exp $
+.\" $OpenBSD: vpn.8,v 1.6 1998/09/07 16:44:37 aaron Exp $
.\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
.\"
@@ -71,7 +71,7 @@ authentication).
.Pp
.Xr ipf 1
needs to be configured such that all packets from the outside are blocked.
-Only packets from the security gatewaysm either on the
+Only packets from the security gateways either on the
.Pa enc0
interface (successfully IPsec-processed packets) or
.Tn UDP