diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-23 15:44:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-23 15:44:35 (GMT) |
commit | 620c50bb12c97692f525d2b46aa33bd6f36835b8 (patch) | |
tree | 5eda8228f68eff81bf0c9d40d5b70ae6d20b6d5e /doc/getOpenFile.n | |
parent | 7cfd88386b38d33b8f0d92c874016a163c2646d2 (diff) | |
download | tk-620c50bb12c97692f525d2b46aa33bd6f36835b8.zip tk-620c50bb12c97692f525d2b46aa33bd6f36835b8.tar.gz tk-620c50bb12c97692f525d2b46aa33bd6f36835b8.tar.bz2 |
Rendering-with-groff GOOBE.
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 |