diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-07-05 16:18:03 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-07-05 16:18:03 +0000 |
commit | f64f0458c512fa33b357b5df6f5db97c948bcaa4 (patch) | |
tree | 7b561d927e9d568a04ebfff1c13d6da432dfbabe | |
parent | 9c70594504dc28c74110c3f9121d26f722b157fc (diff) |
Fix typos found by Andrew Hoerter. Closes PR#1922.
-rw-r--r-- | usr.sbin/ypserv/makedbm/makedbm.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ypserv/makedbm/makedbm.8 b/usr.sbin/ypserv/makedbm/makedbm.8 index 961834067b5..a733639888a 100644 --- a/usr.sbin/ypserv/makedbm/makedbm.8 +++ b/usr.sbin/ypserv/makedbm/makedbm.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: makedbm.8,v 1.9 2000/11/09 17:53:30 aaron Exp $ +.\" $OpenBSD: makedbm.8,v 1.10 2001/07/05 16:18:02 krw Exp $ .\" .\" Copyright (c) 1994-97 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. @@ -50,8 +50,8 @@ .Ar outfile .Sh DESCRIPTION .Nm -is the utiliy in YP that creates the database file containing the YP map. -The databse format is a slightly modified version of ndbm. +is the utility in YP that creates the database file containing the YP map. +The database format is a slightly modified version of ndbm. .Pp The options are as follows: .Bl -tag -width Ds |