diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-02-02 07:37:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-02-02 07:37:19 +0000 |
commit | e713263fb635163ee7f7e773489fa2dc847ce4c1 (patch) | |
tree | 7b5865470f1c64144389e32bca995cdbf762dfe1 | |
parent | ea5a114da71a2eac589779d6b1be741a13c81c04 (diff) |
article fix; from eddie youseph
-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 12a468cdadb..74cd0ee0aae 100644 --- a/usr.sbin/ypserv/ypxfr/ypxfr.8 +++ b/usr.sbin/ypserv/ypxfr/ypxfr.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypxfr.8,v 1.22 2015/11/21 19:43:50 jmc Exp $ +.\" $OpenBSD: ypxfr.8,v 1.23 2021/02/02 07:37:18 jmc Exp $ .\" .\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: November 21 2015 $ +.Dd $Mdocdate: February 2 2021 $ .Dt YPXFR 8 .Os .Sh NAME @@ -45,7 +45,7 @@ .Nm ypxfr 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 +Since the YP master transfers a map when it has changed, a YP slave should check for missed maps regularly. This can be done via an entry in .Xr crontab 5 . |