diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-03-05 14:43:29 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-03-05 14:43:29 +0000 |
| commit | e06fbe492bba5187d442dc0a7ffc46e789613442 (patch) | |
| tree | 8fd2eeb79766a80ad3a77735a46270d930cfb377 /gnu/lib/libdialog | |
| parent | dcf01d60ba7aec7ba87c943bf9d012b2f6c661a9 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libdialog')
| -rw-r--r-- | gnu/lib/libdialog/dialog.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/lib/libdialog/dialog.3 b/gnu/lib/libdialog/dialog.3 index c91577a9bd33..420d2d84923f 100644 --- a/gnu/lib/libdialog/dialog.3 +++ b/gnu/lib/libdialog/dialog.3 @@ -11,7 +11,7 @@ .\" nor does the author assume any responsibility for damages incurred with .\" its use. .\" -.\" $Id: dialog.3,v 1.7 1998/06/06 05:50:46 jkoshy Exp $ +.\" $Id: dialog.3,v 1.8 1998/10/02 11:23:47 jkh Exp $ .\" .Dd October 2, 1998 .Dt dialog 3 @@ -384,9 +384,7 @@ Initialize the dialog library (call this routine before any other dialog API cal Shut down the dialog library (call this if you need to get back to sanity). .Ft "int" -.Fn dialog_ftree "unsigned char *filename" "unsigned char FS" \ -"unsigned char *title" "unsigned char *prompt" "int height" "int width" \ -"int menu_height" "unsigned char **result" +.Fn dialog_ftree "unsigned char *filename" "unsigned char FS" "unsigned char *title" "unsigned char *prompt" "int height" "int width" "int menu_height" "unsigned char **result" \fBdialog_ftree\fR shows a tree described by the data from the file \fBfilename\fR. The data in the file should look like \fBfind(1)\fR output. |
