summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-10-03 04:01:51 +0000
committerbde <bde@FreeBSD.org>2001-10-03 04:01:51 +0000
commit62ec0d2249e94617fda5d0d3e201399e020dbe61 (patch)
tree51c19d70ed507e4a9a092c20b8bce47b2ca73852 /gnu
parent21a8993a874844b2f0dc549bf285a361829dcf1d (diff)
downloadFreeBSD-src-62ec0d2249e94617fda5d0d3e201399e020dbe61.zip
FreeBSD-src-62ec0d2249e94617fda5d0d3e201399e020dbe61.tar.gz
Fixed missing return type in synopsis.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libdialog/dialog.31
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/libdialog/dialog.3 b/gnu/lib/libdialog/dialog.3
index 8fc8fd9..fee9232 100644
--- a/gnu/lib/libdialog/dialog.3
+++ b/gnu/lib/libdialog/dialog.3
@@ -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"
OpenPOWER on IntegriCloud