diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-03-26 13:54:55 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-03-26 13:54:55 +0000 |
commit | 848ba61e99bc3194b6e9b8e2af7571b893f099f4 (patch) | |
tree | 944c7bdf3af6775fc37636feb1ddb60e182ebc6b /usr.sbin/ypserv/ypxfr | |
parent | 03f3d1f42cc9c907beb8420fecade3704b32b7cd (diff) |
remove unexistant option 'b'; commented by pval@, maja@ ok.
Diffstat (limited to 'usr.sbin/ypserv/ypxfr')
-rw-r--r-- | usr.sbin/ypserv/ypxfr/ypxfr.8 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/usr.sbin/ypserv/ypxfr/ypxfr.8 b/usr.sbin/ypserv/ypxfr/ypxfr.8 index 4ebfa92d34e..1c9dd5f3752 100644 --- a/usr.sbin/ypserv/ypxfr/ypxfr.8 +++ b/usr.sbin/ypserv/ypxfr/ypxfr.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypxfr.8,v 1.12 2001/08/16 07:19:34 pvalchev Exp $ +.\" $OpenBSD: ypxfr.8,v 1.13 2002/03/26 13:54:54 fgsch 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.12 2001/08/16 07:19:34 pvalchev Exp $ +.\" $OpenBSD: ypxfr.8,v 1.13 2002/03/26 13:54:54 fgsch Exp $ .\" .Dd August 18, 1994 .Dt YPXFR 8 @@ -39,7 +39,7 @@ .Nd get a YP map from YP server .Sh SYNOPSIS .Nm ypxfr -.Op Fl bcf +.Op Fl cf .Op Fl d Ar domain .Op Fl h Ar host .Op Fl s Ar domain @@ -61,11 +61,6 @@ could be used for that. .Pp The options are as follows: .Bl -tag -width Ds -.It Fl b -Preserve the entry in the database informing a YP server to use -DNS to get information about unknown hosts. -This option will only have -effect on the two maps hosts.byname and hosts.byaddr. .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. |