diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-07 08:52:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-07 08:52:44 +0000 |
commit | cec4fba2d68884e9da4662a55153a523a76eb5f2 (patch) | |
tree | 5a14240515d8beb86153afa7864525814a1081a5 /lib/libc/yp | |
parent | a0836261c0d5a37e932b50e3aeb58b307b7c6c6c (diff) |
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 1d763e41c2d..ec88ec5768d 100644 --- a/lib/libc/yp/ypclnt.3 +++ b/lib/libc/yp/ypclnt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypclnt.3,v 1.14 2002/09/04 10:14:38 deraadt Exp $ +.\" $OpenBSD: ypclnt.3,v 1.15 2003/05/07 08:52:43 jmc Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -257,13 +257,13 @@ Where: .Bl -tag -width "inkey, inval" .It Fa instatus Holds one of the return status values described in -.Nm <rpcsvc/yp_prot.h> : +.Aq Pa rpcsvc/yp_prot.h : see .Fn ypprot_err below for a function that will translate YP protocol errors into a .Nm ypclnt layer error code as described in -.Nm <rpcsvc/ypclnt.h> . +.Aq Pa rpcsvc/ypclnt.h . .It Fa inkey, inval The key and value arguments are somewhat different here than described above. @@ -318,7 +318,7 @@ suite which are of type return 0 upon success or one of the following error codes upon failure: .Bl -tag -width "YPERR_BADARGS " .It Bq Er YPERR_BADARGS -The passed arguments to the function are invalid +The passed arguments to the function are invalid. .It Bq Er YPERR_BADDB The YP map that was polled is defective. .It Bq Er YPERR_DOMAIN |