diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-21 19:39:54 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-21 19:39:54 (GMT) |
commit | 93ea954ca77df411bafc64e78c3bc82fb567fc87 (patch) | |
tree | 3fc62de954855627262b41a2c8e6db9b96926ae4 /doc/focus.n | |
parent | e92cdf0616cec57b1931153917c39892e302dad7 (diff) | |
download | tk-93ea954ca77df411bafc64e78c3bc82fb567fc87.zip tk-93ea954ca77df411bafc64e78c3bc82fb567fc87.tar.gz tk-93ea954ca77df411bafc64e78c3bc82fb567fc87.tar.bz2 |
Convert SYNOPSIS to .nf/.fi after suggestion from Joe English
Diffstat (limited to 'doc/focus.n')
-rw-r--r-- | doc/focus.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/focus.n b/doc/focus.n index db57196..ca325fa 100644 --- a/doc/focus.n +++ b/doc/focus.n @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: focus.n,v 1.3 2004/06/18 21:26:09 dkf Exp $ +'\" RCS: @(#) $Id: focus.n,v 1.4 2004/06/21 19:39:54 dkf Exp $ '\" .so man.macros .TH focus n 4.0 Tk "Tk Built-In Commands" @@ -14,11 +14,11 @@ .SH NAME focus \- Manage the input focus .SH SYNOPSIS +.nf \fBfocus\fR -.sp \fBfocus \fIwindow\fR -.sp \fBfocus \fIoption\fR ?\fIarg arg ...\fR? +.fi .BE .SH DESCRIPTION |