diff options
author | 2001-08-16 07:19:34 +0000 | |
---|---|---|
committer | 2001-08-16 07:19:34 +0000 | |
commit | de7cd6e0a83d6ce3d6f3a77e92092cd5e683a102 (patch) | |
tree | e0bb15e9168b5d607613de4cbc0089742ad79ac8 | |
parent | add support for getrrsetbyname(3) from libc. ok ho@. (diff) | |
download | wireguard-openbsd-de7cd6e0a83d6ce3d6f3a77e92092cd5e683a102.tar.xz wireguard-openbsd-de7cd6e0a83d6ce3d6f3a77e92092cd5e683a102.zip |
Spelling.
-rw-r--r-- | usr.sbin/ypserv/ypxfr/ypxfr.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ypserv/ypxfr/ypxfr.8 b/usr.sbin/ypserv/ypxfr/ypxfr.8 index 1ab4e1e7c02..4ebfa92d34e 100644 --- a/usr.sbin/ypserv/ypxfr/ypxfr.8 +++ b/usr.sbin/ypserv/ypxfr/ypxfr.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypxfr.8,v 1.11 2001/08/02 18:37:35 mpech Exp $ +.\" $OpenBSD: ypxfr.8,v 1.12 2001/08/16 07:19:34 pvalchev Exp $ .\" .\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: ypxfr.8,v 1.11 2001/08/02 18:37:35 mpech Exp $ +.\" $OpenBSD: ypxfr.8,v 1.12 2001/08/16 07:19:34 pvalchev Exp $ .\" .Dd August 18, 1994 .Dt YPXFR 8 @@ -47,7 +47,7 @@ .Ar mapname .Sh DESCRIPTION .Nm ypxfr -is the utiliy in YP that transfers maps to the local host. +is the utility in YP that transfers maps to the local host. .Pp Since the YP master transfers a map when it has changed, an YP slave should check for missed maps regulary. |