diff options
| author | ross <ross@NetBSD.org> | 2002-02-06 12:49:05 +0000 |
|---|---|---|
| committer | ross <ross@NetBSD.org> | 2002-02-06 12:49:05 +0000 |
| commit | ee869b65aaa6a11ba71490e3a7d8441cf55f2981 (patch) | |
| tree | afe2520f6ca5c4d5337478b312e36d2d778c40d6 /lib | |
| parent | 552bb9895a4b9c2e08bae2be2c08731965420f01 (diff) | |
s/-width Fn xx/-width xx/
The -width argument isn't parsed and can't have attached markup.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/yp/ypclnt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
