diff options
author | 2002-10-28 17:33:41 +0000 | |
---|---|---|
committer | 2002-10-28 17:33:41 +0000 | |
commit | 8bb5e5a48e12a0e44da7b28cacddc57ae31f0356 (patch) | |
tree | 62c6efbc4e47191dcb2e813910724956545400d6 | |
parent | add missing "break". Alexander Yurchenko (diff) | |
download | wireguard-openbsd-8bb5e5a48e12a0e44da7b28cacddc57ae31f0356.tar.xz wireguard-openbsd-8bb5e5a48e12a0e44da7b28cacddc57ae31f0356.zip |
fix typo: regulary -> regularly; from Margarida Sequeira <niness@devilness.org>
-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 1c9dd5f3752..83cc4a53f88 100644 --- a/usr.sbin/ypserv/ypxfr/ypxfr.8 +++ b/usr.sbin/ypserv/ypxfr/ypxfr.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypxfr.8,v 1.13 2002/03/26 13:54:54 fgsch Exp $ +.\" $OpenBSD: ypxfr.8,v 1.14 2002/10/28 17:33:41 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.13 2002/03/26 13:54:54 fgsch Exp $ +.\" $OpenBSD: ypxfr.8,v 1.14 2002/10/28 17:33:41 pvalchev Exp $ .\" .Dd August 18, 1994 .Dt YPXFR 8 @@ -50,7 +50,7 @@ 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. +check for missed maps regularly. This can be done via an entry in .Xr crontab 5 . The scripts |