diff options
| author | lukem <lukem@NetBSD.org> | 1998-08-29 08:32:32 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1998-08-29 08:32:32 +0000 |
| commit | ce83c69e00a77ed28196913aa6cd4d90b18a5a40 (patch) | |
| tree | 450c82d7051427c4a5591ae055ee20a914f89ff7 /lib/libcompat | |
| parent | ed88a6f1032cd4c9cfba1c0bd934bbe6bff8fc05 (diff) | |
first pass at fixing up capitalization of function names and
arguments; ensure that each is correct with respect to the
implementation, rather than being correct as per english.
Diffstat (limited to 'lib/libcompat')
| -rw-r--r-- | lib/libcompat/4.3/lsearch.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcompat/4.3/lsearch.3 b/lib/libcompat/4.3/lsearch.3 index 3a9014a1c01..17e6b64a9ec 100644 --- a/lib/libcompat/4.3/lsearch.3 +++ b/lib/libcompat/4.3/lsearch.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)lsearch.3 8.1 (Berkeley) 6/4/93 -.\" $NetBSD: lsearch.3,v 1.4 1998/02/05 18:51:25 perry Exp $ +.\" $NetBSD: lsearch.3,v 1.5 1998/08/29 08:32:43 lukem Exp $ .\" .Dd June 4, 1993 .Dt LSEARCH 3 @@ -58,7 +58,7 @@ and .Fn lfind provide basic linear searching functionality. .Pp -.Fa Base +.Fa base is the pointer to the beginning of an array. The argument .Fa nelp |
