diff options
author | hobbs <hobbs@noemail.net> | 2002-03-02 23:37:13 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2002-03-02 23:37:13 (GMT) |
commit | 0f90e64c0adc3d56900c2e92d4bd3979e8a5ef95 (patch) | |
tree | bead9ffa58d2cf11556228fd0bacdd507b19655b | |
parent | 5bddf97d1bff2ccc45da899e75c87bb3ccd2ba6c (diff) | |
download | tk-0f90e64c0adc3d56900c2e92d4bd3979e8a5ef95.zip tk-0f90e64c0adc3d56900c2e92d4bd3979e8a5ef95.tar.gz tk-0f90e64c0adc3d56900c2e92d4bd3979e8a5ef95.tar.bz2 |
nroff macro fix
FossilOrigin-Name: 535a0254dc0c3784574ea6797c5e01a3232eae47
-rw-r--r-- | doc/photo.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/photo.n b/doc/photo.n index 32b4a69..80b12b9 100644 --- a/doc/photo.n +++ b/doc/photo.n @@ -9,7 +9,7 @@ '\" Department of Computer Science, '\" Australian National University. '\" -'\" RCS: @(#) $Id: photo.n,v 1.8 2002/02/01 14:27:30 dkf Exp $ +'\" RCS: @(#) $Id: photo.n,v 1.9 2002/03/02 23:37:13 hobbs Exp $ '\" .so man.macros .TH photo n 4.0 Tk "Tk Built-In Commands" @@ -33,7 +33,7 @@ formats are supported, but an interface exists to allow additional image file formats to be added easily. A photo image is transparent in regions where no image data has been supplied .VS 8.4 -or where it has been set transparent by the \fBtransparency set\fB +or where it has been set transparent by the \fBtransparency set\fR subcommand. .VE 8.4 |