[BACK]Return to tic.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / tic

Diff for /src/usr.bin/tic/tic.1 between version 1.9 and 1.10

version 1.9, 2000/01/08 06:26:24 version 1.10, 2000/03/26 16:45:04
Line 1 
Line 1 
 .\" $OpenBSD$  .\" $OpenBSD$
 .\"  .\"
 .\"***************************************************************************  .\"***************************************************************************
 .\" Copyright (c) 1998,1999 Free Software Foundation, Inc.                   *  .\" Copyright (c) 1998,1999,2000 Free Software Foundation, Inc.              *
 .\"                                                                          *  .\"                                                                          *
 .\" Permission is hereby granted, free of charge, to any person obtaining a  *  .\" Permission is hereby granted, free of charge, to any person obtaining a  *
 .\" copy of this software and associated documentation files (the            *  .\" copy of this software and associated documentation files (the            *
Line 28 
Line 28 
 .\" authorization.                                                           *  .\" authorization.                                                           *
 .\"***************************************************************************  .\"***************************************************************************
 .\"  .\"
 .\" $From: tic.1m,v 1.25 1999/03/07 02:07:06 tom Exp $  .\" $From: tic.1m,v 1.26 2000/03/19 02:18:18 tom Exp $
 .TH tic 1 ""  .TH tic 1 ""
 .ds n 5  .ds n 5
 .ds d /usr/share/terminfo  .ds d /usr/share/terminfo
Line 43 
Line 43 
 N\  N\
 R\  R\
 T\  T\
   a\
 c\  c\
 f\  f\
 r\  r\
Line 74 
Line 75 
 directory first, look at \fI$HOME/.terminfo\fR if TERMINFO is not set, and  directory first, look at \fI$HOME/.terminfo\fR if TERMINFO is not set, and
 finally look in \fI\*d\fR.  finally look in \fI\*d\fR.
 .TP  .TP
   \fB-a\fR
   tells \fBtic\fP to retain commented-out capabilities rather than discarding
   them.  Capabilities are commented by prefixing them with a period.
   This sets the \fB-x\fR option, because it treats the commented-out
   entries as user-defined names.
   .TP
 \fB-c\fR  \fB-c\fR
 specifies to only check \fIfile\fR for errors, including syntax problems and  tells \fBtic\fP to only check \fIfile\fR for errors, including syntax problems and
 bad use links.  If you specify \fB-C\fR (\fB-I\fR) with this option, the code  bad use links.  If you specify \fB-C\fR (\fB-I\fR) with this option, the code
 will print warnings about entries which, after use resolution, are more than  will print warnings about entries which, after use resolution, are more than
 1023 (4096) bytes long.  Due to a fixed buffer length in older termcap  1023 (4096) bytes long.  Due to a fixed buffer length in older termcap
Line 173 
Line 180 
 .TP  .TP
 \fB-x\fR  \fB-x\fR
 Treat unknown capabilities as user-defined.  Treat unknown capabilities as user-defined.
   That is, if you supply a capability name which \fBtic\fP does not recognize,
   it will infer its type (boolean, number or string) from the syntax and
   make an extended table entry for that.
 .TP  .TP
 \fIfile\fR  \fIfile\fR
 contains one or more \fBterminfo\fR terminal descriptions in source  contains one or more \fBterminfo\fR terminal descriptions in source
Line 253 
Line 263 
 error messages, and can be parsed by GNU Emacs's compile facility.  error messages, and can be parsed by GNU Emacs's compile facility.
   
 The  The
 \fB-o\fR,  \fB-C\fR,
 \fB-G\fR,  \fB-G\fR,
 \fB-I\fR,  \fB-I\fR,
 \fB-C\fR,  
 \fB-N\fR,  \fB-N\fR,
 \fB-R\fR,  \fB-R\fR,
   \fB-T\fR,
   \fB-a\fR,
 \fB-e\fR,  \fB-e\fR,
 \fB-f\fR,  \fB-f\fR,
 \fB-g\fR,  \fB-g\fR,
 \fB-T\fR,  \fB-o\fR,
 \fB-r\fR,  \fB-r\fR,
 \fB-s\fR and  \fB-s\fR and
 \fB-x\fR  \fB-x\fR

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10