summaryrefslogtreecommitdiffstats
path: root/doc/ttk_sizegrip.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-11-15 13:29:16 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-11-15 13:29:16 (GMT)
commit727a1eb8d327db15fa49faa75acf953c5a98e286 (patch)
treee537d6ac5b14a111f924a40fc23f811044d9ca25 /doc/ttk_sizegrip.n
parentec0f31f7586f53663f156175c39235356beb09e6 (diff)
downloadtk-727a1eb8d327db15fa49faa75acf953c5a98e286.zip
tk-727a1eb8d327db15fa49faa75acf953c5a98e286.tar.gz
tk-727a1eb8d327db15fa49faa75acf953c5a98e286.tar.bz2
Convert \fP to \fR so that man-page scrapers have an easier time.
Diffstat (limited to 'doc/ttk_sizegrip.n')
-rw-r--r--doc/ttk_sizegrip.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ttk_sizegrip.n b/doc/ttk_sizegrip.n
index 3735f11..505013c 100644
--- a/doc/ttk_sizegrip.n
+++ b/doc/ttk_sizegrip.n
@@ -1,4 +1,4 @@
-'\" $Id: ttk_sizegrip.n,v 1.1 2006/10/31 01:42:25 hobbs Exp $
+'\" $Id: ttk_sizegrip.n,v 1.2 2006/11/15 13:29:17 dkf Exp $
'\"
'\" Copyright (c) 2006 Joe English
'\"
@@ -11,7 +11,7 @@ ttk::sizegrip \- A silly widget
\fBttk::sizegrip\fR \fIpathName \fR?\fIoptions\fR?
.BE
.SH DESCRIPTION
-A \fBsizegrip\fP widget (also known as a \fIgrow box\fR)
+A \fBsizegrip\fR widget (also known as a \fIgrow box\fR)
allows the user to resize the containing toplevel window
by pressing and dragging the grip.
.SO
@@ -25,7 +25,7 @@ methods. No other widget methods are used.
.SH "PLATFORM-SPECIFIC NOTES"
On Mac OSX, toplevel windows automatically include a built-in
size grip by default.
-Adding an \fBttk::sizegrip\fP there is harmless, since
+Adding an \fBttk::sizegrip\fR there is harmless, since
the built-in grip will just mask the widget.
.SH EXAMPLES
.CS