summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.ypxfrd
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1997-02-05 07:36:51 +0000
committertg <tg@FreeBSD.org>1997-02-05 07:36:51 +0000
commit11f714d28c11f819331d036b8d6dde659ef48480 (patch)
tree4615099791631d742039df3c753f5ce3fec40e0e /usr.sbin/rpc.ypxfrd
parent772103bb73a263180de1229cae566c94d147301c (diff)
downloadFreeBSD-src-11f714d28c11f819331d036b8d6dde659ef48480.zip
FreeBSD-src-11f714d28c11f819331d036b8d6dde659ef48480.tar.gz
Typos.
Diffstat (limited to 'usr.sbin/rpc.ypxfrd')
-rw-r--r--usr.sbin/rpc.ypxfrd/rpc.ypxfrd.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 b/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8
index 3c69bce..6dc284d 100644
--- a/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8
+++ b/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8
@@ -88,7 +88,7 @@ server speeds up the transfer process by allowing NIS slave servers to
simply copy the master server's map files rather than building their
own from scratch. Simply put,
.Nm rpc.ypxfrd
-impliments an RPC-based file transfer protocol. Transfering even
+implements an RPC-based file transfer protocol. Transfering even
a multi-megabyte file in this fashion takes only a few seconds compared
to the several minutes it would take even a reasonably fast slave server
to build a new map from scratch.
@@ -129,9 +129,9 @@ The FreeBSD
.Nm ypxfrd
protocol is not compatible with that used by SunOS. This is unfortunate
but unavoidable: Sun's protocol is not freely available, and even if it
-were it would probably not be useful since the SunOS NIS v2 implimentation
+were it would probably not be useful since the SunOS NIS v2 implementation
uses the original ndbm package for its map databases whereas the FreeBSD
-implimentation uses Berkeley DB. These two packages use vastly different
+implementation uses Berkeley DB. These two packages use vastly different
file formats. Furthermore, ndbm is byte-order sensitive and not very
smart about it, meaning that am ndbm database created on a big endian
system can't be read on a little endian system.
OpenPOWER on IntegriCloud