summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-12-14 14:28:53 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-12-14 14:28:53 +0000
commitb0bd612e6db92c9a89ea03b2747fd3adc0cfd65f (patch)
tree47c1a9d5b33095469870806f1f72f8428ec53571 /gnu/lib
parent6e3ab828a7810a0976475ae719df074e0cd5dc2c (diff)
Notes
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libdialog/dialog.33
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/lib/libdialog/dialog.3 b/gnu/lib/libdialog/dialog.3
index d8834513d613..fee92326eea7 100644
--- a/gnu/lib/libdialog/dialog.3
+++ b/gnu/lib/libdialog/dialog.3
@@ -49,7 +49,7 @@
.Nm dialog_tree
.Nd provide a simple ncurses-based GUI interface
.Sh SYNOPSIS
-.Fd #include <dialog.h>
+.In dialog.h
.Ft "void"
.Fn draw_shadow "WINDOW *win" "int y" "int x" "int height" "int width"
.Ft "void"
@@ -74,6 +74,7 @@
.Fn dialog_create_rc "unsigned char *filename"
.Ft "int"
.Fn dialog_yesno "unsigned char *title" "unsigned char *prompt" "int height" "int width"
+.Ft "int"
.Fn dialog_noyes "unsigned char *title" "unsigned char *prompt" "int height" "int width"
.Ft "int"
.Fn dialog_prgbox "unsigned char *title" "const unsigned char *line" "int height" "int width" "int pause" "int use_shell"