From owner-svn-src-stable-8@FreeBSD.ORG Tue Jul 20 15:34:27 2010 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87161106567C; Tue, 20 Jul 2010 15:34:27 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 757438FC16; Tue, 20 Jul 2010 15:34:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o6KFYRI2034800; Tue, 20 Jul 2010 15:34:27 GMT (envelope-from bcr@svn.freebsd.org) Received: (from bcr@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o6KFYRCg034799; Tue, 20 Jul 2010 15:34:27 GMT (envelope-from bcr@svn.freebsd.org) Message-Id: <201007201534.o6KFYRCg034799@svn.freebsd.org> From: Benedict Reuschling Date: Tue, 20 Jul 2010 15:34:27 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r210297 - stable/8/gnu/usr.bin/dialog X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2010 15:34:27 -0000 Author: bcr (doc committer) Date: Tue Jul 20 15:34:27 2010 New Revision: 210297 URL: http://svn.freebsd.org/changeset/base/210297 Log: MFC r209738: Mention the radiolist option in the man page. It is being listed when dialog(1) is run without arguments and works as expected. Therefore, it should be part of the manual as well. Note: dialog(1) has not been updated for many years and is not actively maintained at the moment. PR: docs/139682 Submitted by: manolis@ Discussed with: jkim@ Modified: stable/8/gnu/usr.bin/dialog/dialog.1 Directory Properties: stable/8/gnu/usr.bin/dialog/ (props changed) Modified: stable/8/gnu/usr.bin/dialog/dialog.1 ============================================================================== --- stable/8/gnu/usr.bin/dialog/dialog.1 Tue Jul 20 14:27:09 2010 (r210296) +++ stable/8/gnu/usr.bin/dialog/dialog.1 Tue Jul 20 15:34:27 2010 (r210297) @@ -30,6 +30,7 @@ types of dialog objects are currently su .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 @@ On exit, a list of the .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