diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-07 15:46:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-07 15:46:38 +0000 |
commit | a738290cbdde31b237de1a4fec2f5511fdf9ead7 (patch) | |
tree | a301b8afa17e3bd76d653008c77c2c4d71f14fe2 /lib/libc | |
parent | 7850eb0795758dbfe335acfa57c5a583a748694b (diff) |
- fix a list
- remove .Pp before .Bd
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/yp/ypclnt.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/yp/ypclnt.3 b/lib/libc/yp/ypclnt.3 index ec88ec5768d..0e2f0f21fcb 100644 --- a/lib/libc/yp/ypclnt.3 +++ b/lib/libc/yp/ypclnt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypclnt.3,v 1.15 2003/05/07 08:52:43 jmc Exp $ +.\" $OpenBSD: ypclnt.3,v 1.16 2003/07/07 15:46:37 jmc Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -162,7 +162,7 @@ is returned and control given back to the user code. The .Nm ypclnt suite provides the following functionality: -.Bl -tag -width Fn yp_match +.Bl -tag -width "yperr_string()" .It Fn yp_match Provides the value associated with the given key. .It Fn yp_first @@ -241,7 +241,6 @@ function should return non-zero when it no longer wishes to process key-value pairs, at which time .Fn yp_all returns a value of 0, and is called with the following arguments: -.Pp .Bd -literal -offset indent int foreach ( int instatus, |