diff options
author | dkf <dkf@noemail.net> | 2007-10-23 15:44:35 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2007-10-23 15:44:35 (GMT) |
commit | 7aba2648fcff427c6af66149e9367228652a90e3 (patch) | |
tree | 5eda8228f68eff81bf0c9d40d5b70ae6d20b6d5e /doc/getOpenFile.n | |
parent | c3e77ab27d94686a8e796a8f4ff5669418b78a09 (diff) | |
download | tk-7aba2648fcff427c6af66149e9367228652a90e3.zip tk-7aba2648fcff427c6af66149e9367228652a90e3.tar.gz tk-7aba2648fcff427c6af66149e9367228652a90e3.tar.bz2 |
Rendering-with-groff GOOBE.
FossilOrigin-Name: 83ccda2cf944903eb2b18ebbd188d586249c0802
Diffstat (limited to 'doc/getOpenFile.n')
-rw-r--r-- | doc/getOpenFile.n | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/getOpenFile.n b/doc/getOpenFile.n index 7e8469a..0c07e5f 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.15 2005/07/06 22:17:06 hobbs Exp $ +'\" RCS: @(#) $Id: getOpenFile.n,v 1.16 2007/10/23 15:44:35 dkf Exp $ '\" .so man.macros .TH tk_getOpenFile n 4.2 Tk "Tk Built-In Commands" @@ -13,9 +13,10 @@ .SH NAME tk_getOpenFile, tk_getSaveFile \- pop up a dialog box for the user to select a file to open or save. .SH SYNOPSIS +.nf \fBtk_getOpenFile \fR?\fIoption value ...\fR? -.br \fBtk_getSaveFile \fR?\fIoption value ...\fR? +.fi .BE .SH DESCRIPTION |