67 lines
2.1 KiB
Groff
67 lines
2.1 KiB
Groff
.\"
|
|
.\" Copyright (c) 2021 Alfonso Sabato Siciliano
|
|
.\"
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
.\" modification, are permitted provided that the following conditions
|
|
.\" are met:
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
.\"
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
.\" SUCH DAMAGE.
|
|
.\"
|
|
.Dd December 11, 2021
|
|
.Dt BSDDIALOG 1
|
|
.Os
|
|
.Sh NAME
|
|
.Nm bsddialog
|
|
.Nd terminal dialogs and widgets
|
|
.Sh SYNOPSIS
|
|
.Nm bsddialog
|
|
.Fl -help
|
|
.Nm bsddialog
|
|
.Fl -version
|
|
.Nm bsddialog
|
|
.Op Fl Ar -common-opts
|
|
.Fl Ar -widget
|
|
.Fl Artext
|
|
.Fl Arheight
|
|
.Fl Arwidth
|
|
.Op Fl Ar -widget-opts
|
|
.Sh DESCRIPTION
|
|
The
|
|
.Nm BSDDialog
|
|
is an utility to write a script with a Text User Interface. It can build
|
|
dialogs and widgets: to show messages, to get input and to inform about a
|
|
computation status.
|
|
.\" .Sh ENVIRONMENT
|
|
.\" For sections 1, 6, 7, and 8 only.
|
|
.\" .Sh FILES
|
|
.\" .Sh EXIT STATUS
|
|
.\" For sections 1, 6, and 8 only.
|
|
.\" .Sh EXAMPLES
|
|
.\" .Sh DIAGNOSTICS
|
|
.\" For sections 1, 4, 6, 7, 8, and 9 printf/stderr messages only.
|
|
.Sh SEE ALSO
|
|
.Xr bsddialog 3
|
|
.\" .Sh HISTORY
|
|
.\" .Sh AUTHORS
|
|
.Sh CAVEATS
|
|
autosize
|
|
compatibility text
|
|
.Sh BUGS
|
|
buildlist
|
|
forms
|