diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-06-04 21:02:34 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-06-04 21:02:34 +0000 |
commit | 11184935b3882f1b1fb6439d65b2cad419fbf06d (patch) | |
tree | 9b310f3ef2682f75053f56eced0d6d83b5d1acad /lib/libc/yp | |
parent | bf92f3ab841d6d9c77726603fd5a6edeb42b7b35 (diff) |
fix two obvious typos
Diffstat (limited to 'lib/libc/yp')
-rw-r--r-- | lib/libc/yp/ypclnt.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/yp/ypclnt.3 b/lib/libc/yp/ypclnt.3 index 8606a44d400..997ee3c1a43 100644 --- a/lib/libc/yp/ypclnt.3 +++ b/lib/libc/yp/ypclnt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypclnt.3,v 1.20 2008/12/22 19:09:29 jmc Exp $ +.\" $OpenBSD: ypclnt.3,v 1.21 2009/06/04 21:02:33 schwarze Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 22 2008 $ +.Dd $Mdocdate: June 4 2009 $ .Dt YPCLNT 3 .Os .Sh NAME @@ -334,7 +334,7 @@ Client process cannot bind to server on this YP domain. The key passed does not exist. .It Bq Er YPERR_MAP There is no such map in the server's domain. -.It Bq Er YPERR_DOM +.It Bq Er YPERR_NODOM The local YP domain is not set. .It Bq Er YPERR_NOMORE There are no more records in the queried map. @@ -350,7 +350,7 @@ Client/server version mismatch. If the server is running version 1 of the YP protocol, .Fn yp_all functionality does not exist. -.It Bq Er YPERR_BIND +.It Bq Er YPERR_YPBIND Cannot communicate with .Xr ypbind 8 . .It Bq Er YPERR_YPERR |