From owner-freebsd-doc@FreeBSD.ORG Fri Oct 16 18:20:02 2009 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86B761065696 for ; Fri, 16 Oct 2009 18:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 647A58FC28 for ; Fri, 16 Oct 2009 18:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9GIK2tf002805 for ; Fri, 16 Oct 2009 18:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9GIK2UB002804; Fri, 16 Oct 2009 18:20:02 GMT (envelope-from gnats) Resent-Date: Fri, 16 Oct 2009 18:20:02 GMT Resent-Message-Id: <200910161820.n9GIK2UB002804@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Manolis Kiagias Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E188106568F for ; Fri, 16 Oct 2009 18:16:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id F1FA88FC16 for ; Fri, 16 Oct 2009 18:16:21 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n9GIGLrA058702 for ; Fri, 16 Oct 2009 18:16:21 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n9GIGLpY058701; Fri, 16 Oct 2009 18:16:21 GMT (envelope-from nobody) Message-Id: <200910161816.n9GIGLpY058701@www.freebsd.org> Date: Fri, 16 Oct 2009 18:16:21 GMT From: Manolis Kiagias To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/139682: [PATCH] dialog(1) man page does not mention radiolist option X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2009 18:20:02 -0000 >Number: 139682 >Category: docs >Synopsis: [PATCH] dialog(1) man page does not mention radiolist option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 16 18:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Manolis Kiagias >Release: 8.0-RC1-p1 >Organization: >Environment: FreeBSD atomic.dyndns.org 8.0-RC1-p1 FreeBSD 8.0-RC1-p1 #0: Sun Oct 4 02:43:33 UTC 2009 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: The man page for dialog(1) does not mention the radiolist option. This is however shown if dialog is run without arguments. It also works as expected. >How-To-Repeat: Run man 1 dialog and search for radiolist Run dialog without arguments and see that radiolist appears as an option. >Fix: Apply the supplied patch. The GNU page for dialog also has a description for radiolist that may be used instead of mine (somewhat different). Patch attached with submission follows: --- original/dialog.1 2009-10-16 20:35:05.000000000 +0300 +++ dialog.1 2009-10-16 21:04:22.000000000 +0300 @@ -30,6 +30,7 @@ .BR yes/no " box," " menu" " box," " input" " box," .BR message " box," " text" " box," " info" " box," .BR checklist " box," " program" " box," +.BR radiolist " box," .BR ftree " and " tree " boxes." .SH OPTIONS .TP @@ -172,6 +173,15 @@ .I tag strings of those entries that are turned on will be printed on .IR stderr "." +.IP "\fB\-\-radiolist \fItext height width list-height \fR[ \fItag item status \fR] \fI..." +.RB "A " radiolist " box is similar to a " checklist " but it only allows" +a single entry to be selected. One entry may initially be turned on as +specified by +.IR status "." +On exit, the +.I tag +string of the entry that is turned on will be printed on +.IR stderr "." .IP "\fB\-\-ftree \fIfile FS text height width menu-height" .B ftree box is a dialog box showing the tree described by the data from the file >Release-Note: >Audit-Trail: >Unformatted: