1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
.\" Man page for accessdb
.\"
.\" Copyright (c) 1998 Fabrizio Polacco <fpolacco@debian.org
.\"
.\" You may distribute under the terms of the GNU General Public
.\" License as specified in the file COPYING that comes with the
.\" man_db distribution.
.\"
.\" Tue, 24 Feb 1998 18:18:36 +0200
.\"
.\" Japanese Version Copyright (c) 1998 NAKANO Takeo all rights reserved.
.\" Translated Fri 25 Sep 1998 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
.\" Modified Sun 6 Dec 1998 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
.\"
.TH accessdb 8 "July 12th, 1995" "2.3.10" "Manual pager utils"
.SH 名前
accessdb \- man-db データベースの内容を、人間に可読な形式でダンプする。
.SH 書式
.B /usr/sbin/accessdb
.RI [ <index-file> ]
.SH 説明
.B accessdb
は man_db データベースに含まれているデータを人間に可読なかたちで出力する。
デフォルトでは、
.B /var/catman/index/<db-type>
のデータをダンプする。 <db-type> は用いているデータベースライブラリに依存する。
accessdb に引き数を渡すと、このデフォルトは上書きされる。
.nf
$mtime$ -> "795987034"
$version$ -> "2.3.1"
apropos -> "1 1 795981542 A - - search the manual page names and descriptions"
catman -> "8 8 795981544 A - - create or update the pre-formatted manual pages"
man -> "1 1 795981542 A - - an interface to the on-line reference manuals"
mandb -> "8 8 795981544 A - - create or update the manual page index caches"
manpath -> " 1 5"
manpath~1 -> "1 1 795981542 A - - determine search path for manual pages"
manpath~5 -> "5 5 795981543 A - - format of the /etc/man_db.config file"
whatis -> "1 1 795981543 A - - search the manual page names"
zsoelim -> "1 1 795981543 A - - satisfy .so requests in roff input"
.fi
.SH 著者
Wilf. (G.Wilford@ee.surrey.ac.uk)
|