From ee869b65aaa6a11ba71490e3a7d8441cf55f2981 Mon Sep 17 00:00:00 2001 From: ross Date: Wed, 6 Feb 2002 12:49:05 +0000 Subject: s/-width Fn xx/-width xx/ The -width argument isn't parsed and can't have attached markup. --- lib/libc/yp/ypclnt.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/yp/ypclnt.3 b/lib/libc/yp/ypclnt.3 index ff4fe4a640c..997b8cd288e 100644 --- a/lib/libc/yp/ypclnt.3 +++ b/lib/libc/yp/ypclnt.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: ypclnt.3,v 1.16 2001/09/16 01:33:32 wiz Exp $ +.\" $NetBSD: ypclnt.3,v 1.17 2002/02/06 12:49:05 ross Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -200,7 +200,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 yp_match()xx .It Fn yp_match Provides the value associated with the given key. .It Fn yp_first -- cgit