diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2004-06-21 19:39:54 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2004-06-21 19:39:54 (GMT) |
commit | 9d2f5772cf90c8b51cca7d33f238227464f83a9b (patch) | |
tree | 3fc62de954855627262b41a2c8e6db9b96926ae4 | |
parent | fcb342ab542d01fa513d290bd44b5bf660f56522 (diff) | |
download | tk-9d2f5772cf90c8b51cca7d33f238227464f83a9b.zip tk-9d2f5772cf90c8b51cca7d33f238227464f83a9b.tar.gz tk-9d2f5772cf90c8b51cca7d33f238227464f83a9b.tar.bz2 |
Convert SYNOPSIS to .nf/.fi after suggestion from Joe English
-rw-r--r-- | doc/focus.n | 6 | ||||
-rw-r--r-- | doc/option.n | 7 |
2 files changed, 6 insertions, 7 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 diff --git a/doc/option.n b/doc/option.n index bcdb2e3..1d0cf39 100644 --- a/doc/option.n +++ b/doc/option.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: option.n,v 1.3 2004/06/18 21:50:16 dkf Exp $ +'\" RCS: @(#) $Id: option.n,v 1.4 2004/06/21 19:42:12 dkf Exp $ '\" .so man.macros .TH option n "" Tk "Tk Built-In Commands" @@ -14,13 +14,12 @@ .SH NAME option \- Add/retrieve window options to/from the option database .SH SYNOPSIS +.nf \fBoption add \fIpattern value \fR?\fIpriority\fR? -.sp \fBoption clear\fR -.sp \fBoption get \fIwindow name class\fR -.sp \fBoption readfile \fIfileName \fR?\fIpriority\fR? +.fi .BE .SH DESCRIPTION |