diff options
author | hobbs <hobbs> | 2000-08-07 22:42:58 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-08-07 22:42:58 (GMT) |
commit | 4ae042a544d45169fe56d7eb91b2e8b3ced43ddd (patch) | |
tree | 630542ebf4eb835f993b6e52f8b47c748b4e7764 /doc/cursors.n | |
parent | f8f2b7eabba7d0eb1f588b09bbc9c4c0521f21ef (diff) | |
download | tk-4ae042a544d45169fe56d7eb91b2e8b3ced43ddd.zip tk-4ae042a544d45169fe56d7eb91b2e8b3ced43ddd.tar.gz tk-4ae042a544d45169fe56d7eb91b2e8b3ced43ddd.tar.bz2 |
corrected use of .SS macro
Diffstat (limited to 'doc/cursors.n')
-rw-r--r-- | doc/cursors.n | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/doc/cursors.n b/doc/cursors.n index 930e308..0c54140 100644 --- a/doc/cursors.n +++ b/doc/cursors.n @@ -2,7 +2,7 @@ '\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" All rights reserved. '\" -'\" RCS: @(#) $Id: cursors.n,v 1.1 2000/04/27 18:28:56 ericm Exp $ +'\" RCS: @(#) $Id: cursors.n,v 1.2 2000/08/07 22:42:58 hobbs Exp $ '\" '\" .so man.macros @@ -96,10 +96,13 @@ ur_angle watch xterm .CE -.SS "Windows Specific Differences" -.PP -On Windows systems, the following cursors are mapped to native -cursors: + +.SH "PORTABILITY ISSUES" + +.TP +\fBWindows\fR +On Windows systems, the following cursors are mapped to native cursors: +.RS .CS arrow center_ptr @@ -125,11 +128,12 @@ uparrow wait .CE The \fBno\fR cursor can be specified to eliminate the cursor. +.RE -.SS "Macintosh Specific Differences" -.PP -On Macintosh systems, the following cursors are mapped to native -cursors: +.TP +\fBMacintosh\fR +On Macintosh systems, the following cursors are mapped to native cursors: +.RS .CS arrow cross @@ -144,6 +148,7 @@ And the following additional cursors are available: text cross-hair .CE +.RE .SH KEYWORDS cursor, option |