summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-01-10 20:38:54 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-01-10 20:38:54 (GMT)
commite9e90a1924a50dd71b3960169c0aca461d3e224b (patch)
tree2456449be70a6dc1af48ce224c78d329d2bfb3d6
parentd06599e802a1f92eff177ce5fba74e66fa60afb3 (diff)
downloadtk-e9e90a1924a50dd71b3960169c0aca461d3e224b.zip
tk-e9e90a1924a50dd71b3960169c0aca461d3e224b.tar.gz
tk-e9e90a1924a50dd71b3960169c0aca461d3e224b.tar.bz2
Small cleanups to improve HTML generation.
-rw-r--r--doc/menu.n11
-rw-r--r--doc/option.n6
-rw-r--r--doc/text.n11
3 files changed, 15 insertions, 13 deletions
diff --git a/doc/menu.n b/doc/menu.n
index 6046f7c..665d4e8 100644
--- a/doc/menu.n
+++ b/doc/menu.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: menu.n,v 1.32 2010/01/09 00:48:36 patthoyts Exp $
+'\" RCS: @(#) $Id: menu.n,v 1.33 2010/01/10 20:38:54 dkf Exp $
'\"
.so man.macros
.TH menu n 4.1 Tk "Tk Built-In Commands"
@@ -415,16 +415,17 @@ should change the \fBtearOff\fR option to remove the tear-off entry).
.
Returns the current value of a configuration option for
the entry given by \fIindex\fR.
-\fIOption\fR may have any of the names described in the \fBMENU ENTRY
-OPTIONS\fR section below.
+\fIOption\fR may have any of the names described in the
+\fBMENU ENTRY OPTIONS\fR section below.
.TP
\fIpathName \fBentryconfigure \fIindex \fR?\fIoptions...\fR?
.
This command is similar to the \fBconfigure\fR command, except that
it applies to the options for an individual entry, whereas \fBconfigure\fR
applies to the options for the menu as a whole.
-\fIOptions\fR may have any of the values described in the \fBMENU ENTRY
-OPTIONS\fR section below. If \fIoptions\fR are specified, options are
+\fIOptions\fR may have any of the values described in the
+\fBMENU ENTRY OPTIONS\fR
+section below. If \fIoptions\fR are specified, options are
modified as indicated in the command and the command returns an empty string.
If no \fIoptions\fR are specified, returns a list describing
the current options for entry \fIindex\fR (see \fBTk_ConfigureInfo\fR for
diff --git a/doc/option.n b/doc/option.n
index 083e05e..cd83ca5 100644
--- a/doc/option.n
+++ b/doc/option.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: option.n,v 1.10 2009/12/25 18:21:30 dkf Exp $
+'\" RCS: @(#) $Id: option.n,v 1.11 2010/01/10 20:38:54 dkf Exp $
'\"
.so man.macros
.TH option n "" Tk "Tk Built-In Commands"
@@ -28,8 +28,8 @@ database or to retrieve options from the database. The \fBadd\fR
form of the command adds a new option to the database.
\fIPattern\fR contains
the option being specified, and consists of names and/or classes
-separated by asterisks or dots, in the usual X format (see \fBPATTERN
-FORMAT\fR). \fIValue\fR
+separated by asterisks or dots, in the usual X format (see
+\fBPATTERN FORMAT\fR). \fIValue\fR
contains a text string to associate with \fIpattern\fR; this is the
value that will be returned in calls to \fBTk_GetOption\fR or by
invocations of the \fBoption get\fR command. If \fIpriority\fR
diff --git a/doc/text.n b/doc/text.n
index bef7aed..f2095b6 100644
--- a/doc/text.n
+++ b/doc/text.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: text.n,v 1.58 2008/12/06 10:48:29 dkf Exp $
+'\" RCS: @(#) $Id: text.n,v 1.59 2010/01/10 20:38:54 dkf Exp $
'\"
.so man.macros
.TH text n 8.5 Tk "Tk Built-In Commands"
@@ -180,8 +180,8 @@ widget. See \fBEMBEDDED WINDOWS\fR below for more details.
The fourth form of annotation allows Tk images to be embedded in a text
widget. See \fBEMBEDDED IMAGES\fR below for more details.
.PP
-The text widget also has a built-in undo/redo mechanism. See \fBTHE UNDO
-MECHANISM\fR below for more details.
+The text widget also has a built-in undo/redo mechanism. See
+\fBTHE UNDO MECHANISM\fR below for more details.
.PP
The text widget allows for the creation of peer widgets. These are other text
widgets which share the same underlying data (text, marks, tags, images, etc).
@@ -619,8 +619,9 @@ The name space for marks is different from that for tags: the same name may be
used for both a mark and a tag, but they will refer to different things.
.PP
Two marks have special significance. First, the mark \fBinsert\fR is
-associated with the insertion cursor, as described under \fBTHE INSERTION
-CURSOR\fR below. Second, the mark \fBcurrent\fR is associated with the
+associated with the insertion cursor, as described under
+\fBTHE INSERTION CURSOR\fR
+below. Second, the mark \fBcurrent\fR is associated with the
character closest to the mouse and is adjusted automatically to track the
mouse position and any changes to the text in the widget (one exception:
\fBcurrent\fR is not updated in response to mouse motions if a mouse button is