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

Diff for /src/usr.bin/cap_mkdb/cap_mkdb.1 between version 1.10 and 1.11

version 1.10, 1999/07/03 02:11:08 version 1.11, 2000/03/04 21:12:01
Line 80 
Line 80 
 .It Fl v  .It Fl v
 Print out the number of capability records in the database.  Print out the number of capability records in the database.
 .El  .El
 .Sh FORMAT  .Pp
 Each record is stored in the database using two different types of keys.  Each record is stored in the database using two different types of keys.
 .Pp  .Pp
 The first type is a key which consists of the first capability of  The first type is a key which consists of the first capability of
Line 104 
Line 104 
 The data field of this key/data pair is used to look up a key/data  The data field of this key/data pair is used to look up a key/data
 pair of the first type which has the real data associated with the  pair of the first type which has the real data associated with the
 name.  name.
 .Sh RETURN VALUE  .Pp
 The  The
 .Nm  .Nm
 utility exits 0 on success or >0 if an error occurred.  utility exits 0 on success or >0 if an error occurred.
   .Sh FILES
   .Bl -tag -width /usr/share/misc/terminfo.db -compact
   .It Pa /usr/share/misc/termcap
   uncompiled terminal capabilities file
   .It Pa /usr/share/misc/termcap.db
   terminal capabilities database
   .It Pa /usr/share/misc/terminfo.db
   terminal information database
   .It Pa /etc/termcap
   symbolic link to
   .Pa /usr/share/misc/termcap
   .El
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr dbopen 3 ,  .Xr dbopen 3 ,
 .Xr getcap 3 ,  .Xr getcap 3 ,

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