Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libform new_field argument list too long, use .Fo/.Fa/.Fc



details:   https://anonhg.NetBSD.org/src/rev/f8d2f37f039a
branches:  trunk
changeset: 512850:f8d2f37f039a
user:      blymn <blymn%NetBSD.org@localhost>
date:      Wed Jul 18 12:24:27 2001 +0000

description:
new_field argument list too long, use .Fo/.Fa/.Fc

diffstat:

 lib/libform/form_field_new.3 |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 128f5ebf8d74 -r f8d2f37f039a lib/libform/form_field_new.3
--- a/lib/libform/form_field_new.3      Wed Jul 18 12:17:15 2001 +0000
+++ b/lib/libform/form_field_new.3      Wed Jul 18 12:24:27 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: form_field_new.3,v 1.1 2001/07/08 12:10:29 blymn Exp $
+.\"    $NetBSD: form_field_new.3,v 1.2 2001/07/18 12:24:27 blymn Exp $
 .\"
 .\" Copyright (c) 2001
 .\"    Brett Lymn - blymn%baea.com.au@localhost, brett_lymn%yahoo.com.au@localhost
@@ -49,7 +49,14 @@
 .Ft FIELD *
 .Fn link_field "FIELD *field, int frow, int fcol"
 .Ft FIELD *
-.Fn new_field "int rows, int cols, int frow, int fcol, int nrows, int nbuf"
+.Fo new_field
+.Fa "int rows"
+.Fa "int cols"
+.Fa "int frow"
+.Fa "int fcol"
+.Fa "int nrows"
+.Fa "int nbuf"
+.Fc
 .Sh DESCRIPTION
 The
 .Fn dup_field



Home | Main Index | Thread Index | Old Index