diff options
author | jenglish <jenglish@flightlab.com> | 2000-07-25 21:14:34 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2000-07-25 21:14:34 (GMT) |
commit | 6c8536cfeb0e26f8b5792f423389c6614c98dffd (patch) | |
tree | bea05665891f61ab3749ece3ae4fe07945da4664 /doc/getOpenFile.n | |
parent | c6bc600d803dbcb3b90be56c4653c52add4ba9b3 (diff) | |
download | tk-6c8536cfeb0e26f8b5792f423389c6614c98dffd.zip tk-6c8536cfeb0e26f8b5792f423389c6614c98dffd.tar.gz tk-6c8536cfeb0e26f8b5792f423389c6614c98dffd.tar.bz2 |
CanvPsY.3, ConfigWidg.3, CrtImgType.3, CrtItemType.3,
FontId.3, GetFont.3, canvas.n, font.n, options.n, text.n:
Documentation fix: Replaced references to XFontStruct *
and Tk_FontStruct with Tk_Font.
Diffstat (limited to 'doc/getOpenFile.n')
-rw-r--r-- | doc/getOpenFile.n | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/getOpenFile.n b/doc/getOpenFile.n index bd6795f..26625d2 100644 --- a/doc/getOpenFile.n +++ b/doc/getOpenFile.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: getOpenFile.n,v 1.7 2000/06/23 00:22:28 ericm Exp $ +'\" RCS: @(#) $Id: getOpenFile.n,v 1.8 2000/07/25 21:14:35 jenglish Exp $ '\" .so man.macros .TH tk_getOpenFile n 4.2 Tk "Tk Built-In Commands" @@ -12,8 +12,6 @@ '\" Note: do not modify the .SH NAME line immediately below! .SH NAME tk_getOpenFile, tk_getSaveFile \- pop up a dialog box for the user to select a file to open or save. -.PP -.PP .SH SYNOPSIS \fBtk_getOpenFile \fR?\fIoption value ...\fR? .br |