Source-Changes-HG archive

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

[src/trunk]: src/lib/libform Fix mdoc. Closes lib/17855.



details:   https://anonhg.NetBSD.org/src/rev/761c16ca28ef
branches:  trunk
changeset: 534912:761c16ca28ef
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Aug 06 12:35:39 2002 +0000

description:
Fix mdoc. Closes lib/17855.

diffstat:

 lib/libform/form_field_info.3 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 6672512b2242 -r 761c16ca28ef lib/libform/form_field_info.3
--- a/lib/libform/form_field_info.3     Tue Aug 06 12:09:42 2002 +0000
+++ b/lib/libform/form_field_info.3     Tue Aug 06 12:35:39 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: form_field_info.3,v 1.4 2002/02/20 11:30:58 wiz Exp $
+.\"    $NetBSD: form_field_info.3,v 1.5 2002/08/06 12:35:39 wiz Exp $
 .\"
 .\" Copyright (c) 2001
 .\"    Brett Lymn - blymn%baea.com.au@localhost, brett_lymn%yahoo.com.au@localhost
@@ -41,9 +41,10 @@
 .Sh SYNOPSIS
 .Fd #include \*[Lt]form.h\*[Gt]
 .Ft int
-.Fn dynamic_field_info "FIELD *field, int *drows, int *dcols, int *max"
+.Fn dynamic_field_info "FIELD *field" "int *drows" "int *dcols" "int *max"
 .Ft int
-.Fn field_info "FIELD *field, int *rows, int *cols, int *frow, int *fcol, int *nrow, int *nbuf"
+.Fn field_info "FIELD *field" "int *rows" "int *cols" "int *frow" "int *fcol" \
+"int *nrow" "int *nbuf"
 .Sh DESCRIPTION
 The function
 .Fn dynamic_field_info



Home | Main Index | Thread Index | Old Index