summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-03-05 14:43:29 +0000
committerbde <bde@FreeBSD.org>1999-03-05 14:43:29 +0000
commit402c0ea9be98e9e333df8ff7915a3b676523b932 (patch)
treeaf081a602f0292a6abff72ed69bdc8112c495ec9 /gnu/lib/libdialog
parent35266b05934273f840d5a131cc4f53f6a8c32bec (diff)
downloadFreeBSD-src-402c0ea9be98e9e333df8ff7915a3b676523b932.zip
FreeBSD-src-402c0ea9be98e9e333df8ff7915a3b676523b932.tar.gz
Don't use backslash-newline to split the too-long line for
".Fn dialog_ftree ...", since my synopsis checker doesn't support it and no other too-long .Fn lines are split.
Diffstat (limited to 'gnu/lib/libdialog')
-rw-r--r--gnu/lib/libdialog/dialog.36
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/lib/libdialog/dialog.3 b/gnu/lib/libdialog/dialog.3
index c91577a..420d2d8 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.
OpenPOWER on IntegriCloud