- WARNS?=1 not WARNS=1

- fix .Nm usage
This commit is contained in:
lukem 1997-10-06 00:33:18 +00:00
parent 681b2f48bc
commit af8294fc63
2 changed files with 10 additions and 10 deletions

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.8 1997/07/18 08:16:57 thorpej Exp $ # $NetBSD: Makefile,v 1.9 1997/10/06 00:33:18 lukem Exp $
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 # from: @(#)Makefile 5.8 (Berkeley) 7/28/90
PROG= ypset PROG= ypset
MAN= ypset.8 MAN= ypset.8
WARNS=1 WARNS?=1
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ypset.8,v 1.3 1997/07/30 22:55:34 jtc Exp $ .\" $NetBSD: ypset.8,v 1.4 1997/10/06 00:33:20 lukem Exp $
.\" .\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -43,12 +43,12 @@
.Xr ypbind 8 .Xr ypbind 8
which YP server process to use which YP server process to use
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm ypset .Nm
.Op Fl h Ar host .Op Fl h Ar host
.Op Fl d Ar domain .Op Fl d Ar domain
.Ar server .Ar server
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm Ypset .Nm
tells the tells the
.Xr ypbind 8 .Xr ypbind 8
process on the current machine which YP server process to communicate with. process on the current machine which YP server process to communicate with.
@ -59,7 +59,7 @@ a YP client process attempts to access a YP map, at which time
.Xr ypbind 8 .Xr ypbind 8
tests the binding and takes appropriate action. tests the binding and takes appropriate action.
.Pp .Pp
.Nm Ypset .Nm
is most useful for binding a YP client that is not on the same broadcast is most useful for binding a YP client that is not on the same broadcast
network as the closest YP server, but can also be used for debugging network as the closest YP server, but can also be used for debugging
a local network's YP configuration, testing specific YP client a local network's YP configuration, testing specific YP client
@ -80,11 +80,11 @@ instead of the default domain as returned by
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr domainname 1 , .Xr domainname 1 ,
.Xr ypbind 8 ,
.Xr ypcat 1 , .Xr ypcat 1 ,
.Xr ypmatch 1 , .Xr ypmatch 1 ,
.Xr yppoll 8 ,
.Xr ypwhich 1 , .Xr ypwhich 1 ,
.Xr yp 8 .Xr yp 8 ,
.Xr ypbind 8 ,
.Xr yppoll 8
.Sh AUTHOR .Sh AUTHOR
Theo De Raadt Theo de Raadt