diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-01-30 12:00:34 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-01-30 12:00:34 (GMT) |
commit | 0878c1995a9c3801f65e63a06f97e6e987222b1c (patch) | |
tree | a5986dd465e17bb07a03e8616ea837f601cd39d6 /doc/message.n | |
parent | a225f174340720cad814c22bf4fb3f8f7b503900 (diff) | |
download | tk-0878c1995a9c3801f65e63a06f97e6e987222b1c.zip tk-0878c1995a9c3801f65e63a06f97e6e987222b1c.tar.gz tk-0878c1995a9c3801f65e63a06f97e6e987222b1c.tar.bz2 |
Fix erroneous listing of "standard" options. [Bug 1882495]
Diffstat (limited to 'doc/message.n')
-rw-r--r-- | doc/message.n | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/message.n b/doc/message.n index fc8f118..1342ba1 100644 --- a/doc/message.n +++ b/doc/message.n @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: message.n,v 1.8 2007/12/13 15:23:43 dgp Exp $ +'\" RCS: @(#) $Id: message.n,v 1.9 2008/01/30 12:00:39 dkf Exp $ '\" .so man.macros .TH message n 4.0 Tk "Tk Built-In Commands" @@ -16,12 +16,11 @@ message \- Create and manipulate message widgets .SH SYNOPSIS \fBmessage\fR \fIpathName \fR?\fIoptions\fR? .SO -\-anchor \-highlightbackground \-takefocus -\-background \-highlightcolor \-text -\-borderwidth \-highlightthickness \-textvariable -\-cursor \-padx \-width -\-font \-pady -\-foreground \-relief +\-anchor \-background \-borderwidth +\-cursor \-font \-foreground +\-highlightbackground \-highlightcolor \-highlightthickness +\-padx \-pady \-relief +\-takefocus \-text \-textvariable .SE .SH "WIDGET-SPECIFIC OPTIONS" .OP \-aspect aspect Aspect @@ -63,7 +62,6 @@ length. If this option has a value less than or equal to zero, then the \fBaspect\fR option determines the line length. .BE - .SH DESCRIPTION .PP The \fBmessage\fR command creates a new window (given by the @@ -142,5 +140,7 @@ messages are intended for output purposes only. .PP Tabs do not work very well with text that is centered or right-justified. The most common result is that the line is justified wrong. +.SH "SEE ALSO" +label(n) .SH KEYWORDS message, widget |