From 402c0ea9be98e9e333df8ff7915a3b676523b932 Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 5 Mar 1999 14:43:29 +0000 Subject: 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. --- gnu/lib/libdialog/dialog.3 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gnu/lib/libdialog') 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. -- cgit v1.1