diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-05 18:22:01 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-05 18:22:01 +0000 |
| commit | a84e15bbe10c4a43e06049fbbda38c4f84bac5d3 (patch) | |
| tree | a35eff586b1e90abfdd4549ff4841a854880b32f /gnu/lib | |
| parent | a3c5bdcc7848f865478afc9aaeb76d02b40b0651 (diff) | |
Notes
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libdialog/dialog.3 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/gnu/lib/libdialog/dialog.3 b/gnu/lib/libdialog/dialog.3 index 876c6738b65a..a4473fb6c26b 100644 --- a/gnu/lib/libdialog/dialog.3 +++ b/gnu/lib/libdialog/dialog.3 @@ -78,7 +78,18 @@ .Ft "int" .Fn dialog_textbox "unsigned char *title" "unsigned char *prompt" "int height" "int width" .Ft "int" -.Fn dialog_menu "unsigned char *title" "unsigned char *prompt" "int height" "int width" "int menu_height" "int item_no" "void *itptr" "unsigned char *result, int *ch, int *sc" +.Fo dialog_menu +.Fa "unsigned char *title" +.Fa "unsigned char *prompt" +.Fa "int height" +.Fa "int width" +.Fa "int menu_height" +.Fa "int item_no" +.Fa "void *itptr" +.Fa "unsigned char *result" +.Fa "int *ch" +.Fa "int *sc" +.Fc .Ft "int" .Fn dialog_checklist "unsigned char *title" "unsigned char *prompt" "int height" "int width" "int m_height" "int item_no" "void *itptr" "unsigned char *result" .Ft "int" @@ -341,7 +352,7 @@ integer representing the number of structures pointed to by .Va itptr (which should be of type -.Va dialogMenuItem "*" ), +.Vt dialogMenuItem "*" ) , one structure per item. In the new interface, the .Va result variable is used as a simple boolean (not a pointer) and should be NULL if |
