From df2af8293fc2b2a31a501cf87e04b8b34729dc9f Mon Sep 17 00:00:00 2001 From: jenglish Date: Sat, 29 May 2004 19:00:29 +0000 Subject: Fix minor markup errors (backslash is \e, not \b). --- ChangeLog | 5 +++++ doc/messageBox.n | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index b68834a..5ed1658 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-05-29 Joe English + + * doc/messageBox.n: Fix minor markup errors (backslash + is \e, not \b). + 2004-05-24 Donal K. Fellows * doc/messageBox.n: Added documentation for the -detail option. diff --git a/doc/messageBox.n b/doc/messageBox.n index 36bcc36..887cc2f 100644 --- a/doc/messageBox.n +++ b/doc/messageBox.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: messageBox.n,v 1.6 2004/05/24 21:23:23 dkf Exp $ +'\" RCS: @(#) $Id: messageBox.n,v 1.7 2004/05/29 19:00:32 jenglish Exp $ '\" .so man.macros .TH tk_messageBox n 4.2 Tk "Tk Built-In Commands" @@ -86,12 +86,12 @@ and \fBcancel\fR. .PP .SH EXAMPLE .CS -set answer [tk_messageBox \-message "Really quit?" \b - \-icon question \-type yesno \b - \-detail "Select \b"Yes\b" to make the application exit"] +set answer [tk_messageBox \-message "Really quit?" \e + \-icon question \-type yesno \e + \-detail "Select \e"Yes\e" to make the application exit"] switch -- $answer { yes exit - no {tk_messageBox \-message "I know you like this application!" \b + no {tk_messageBox \-message "I know you like this application!" \e \-type ok} } .CE -- cgit v0.12