diff options
author | hobbs <hobbs> | 2002-03-02 23:37:13 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-03-02 23:37:13 (GMT) |
commit | e1489c29e94498a457284dc9fd85de49dd9cec0d (patch) | |
tree | bead9ffa58d2cf11556228fd0bacdd507b19655b | |
parent | c412983418bafef40121a38d04204fe771a25eeb (diff) | |
download | tk-e1489c29e94498a457284dc9fd85de49dd9cec0d.zip tk-e1489c29e94498a457284dc9fd85de49dd9cec0d.tar.gz tk-e1489c29e94498a457284dc9fd85de49dd9cec0d.tar.bz2 |
nroff macro fix
-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 |