diff options
| author | njoly <njoly@NetBSD.org> | 2012-10-08 18:15:09 +0000 |
|---|---|---|
| committer | njoly <njoly@NetBSD.org> | 2012-10-08 18:15:09 +0000 |
| commit | 2fb5c1e8c95541c86bfec6fbc2b75fcf82b76e38 (patch) | |
| tree | f199f9630559cf8901dbda2a2a6c2bbebe0227d8 /lib/libform | |
| parent | 18ebd3b39250f43b34c7d993260075dd3f35b7d8 (diff) | |
Kill some extra spaces in function arguments.
Diffstat (limited to 'lib/libform')
| -rw-r--r-- | lib/libform/form_field.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libform/form_field.3 b/lib/libform/form_field.3 index 30dc01d1779..4432bb2e8f6 100644 --- a/lib/libform/form_field.3 +++ b/lib/libform/form_field.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: form_field.3,v 1.11 2010/03/22 21:58:31 joerg Exp $ +.\" $NetBSD: form_field.3,v 1.12 2012/10/08 18:15:09 njoly Exp $ .\" .\" Copyright (c) 2001 .\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au @@ -49,7 +49,7 @@ .Ft int .Fn move_field "FIELD *field" "int frow" "int fcol" .Ft int -.Fn set_form_fields "FORM *form" " FIELD **fields" +.Fn set_form_fields "FORM *form" "FIELD **fields" .Sh DESCRIPTION The .Fn field_count |
