diff options
-rw-r--r-- | usr.sbin/ypserv/ypxfr/ypxfr.8 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/ypserv/ypxfr/ypxfr.8 b/usr.sbin/ypserv/ypxfr/ypxfr.8 index b8fd38104a7..97fb789213b 100644 --- a/usr.sbin/ypserv/ypxfr/ypxfr.8 +++ b/usr.sbin/ypserv/ypxfr/ypxfr.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypxfr.8,v 1.18 2008/06/01 21:45:08 sobrado Exp $ +.\" $OpenBSD: ypxfr.8,v 1.19 2008/06/02 11:16:26 sobrado Exp $ .\" .\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. @@ -24,9 +24,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: ypxfr.8,v 1.18 2008/06/01 21:45:08 sobrado Exp $ +.\" $OpenBSD: ypxfr.8,v 1.19 2008/06/02 11:16:26 sobrado Exp $ .\" -.Dd $Mdocdate: June 1 2008 $ +.Dd $Mdocdate: June 2 2008 $ .Dt YPXFR 8 .Os .Sh NAME @@ -56,20 +56,20 @@ could be used for that. .Pp The options are as follows: .Bl -tag -width Ds +.It Fl C Ar tid prog ipadd port +This option is only used by ypserv. +This is to open communication with a yppush on another host. .It Fl c Don't send a "Clear current map" to local ypserv process. Useful if ypserv isn't running localy to avoid timeout message. -.It Fl f -Force map transfer, even if version of master is older than local copy. .It Fl d Ar domain Don't use default domain, use the specified domain. +.It Fl f +Force map transfer, even if version of master is older than local copy. .It Fl h Ar host Get map from host instead of the maps master host. .It Fl s Ar domain Specify a source domain other than the target domain. -.It Fl C Ar tid prog ipadd port -This option is only used by ypserv. -This is to open communication with a yppush on another host. .El .Sh FILES .Bl -tag -width /usr/sbin/ypxfr_1perhour -compact |