GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
JMAKEWHATIS(1) FreeBSD General Commands Manual JMAKEWHATIS(1)

jmakewhatis
create Japanese or original (English) whatis database

jmakewhatis [-a | -append] [-h | -help] [-i | -indent column] [-n | -name name] [-o | -outfile file] [-v | -verbose] [directories ...]

Jmakewhatis extracts the name and a short description from unformatted manpages and creates the japanese(whatis) 1 database. Jmakewhatis can read gzip'ed manpages. Directory names a directory containing manpage subdirectories (named man.+). Colons are treated as spaces, hence jmakewhatis $MANPATH or jmakewhatis `manpath` are allowed. You have to set the environment variable LC_CTYPE (or LANG) to ja_JP.EUC if directory contains Japanese manpage subdirectories.

, -append
Append mode. Don't delete old entries in whatis database. Note: the new database will be sorted without repeated lines and jmakewhatis does not check if old entries are valid.
, -help
Print options and exit.
, -indent column
Justify description strings to column (default 24).
, -name name
Use name instead of whatis.
, -outfile file
Write all output to file instead of dirname/whatis.
, -verbose
Issue more warnings (to stderr). For every parsed man page write a single char: ‘.’ for an uncompressed page, ‘*’ for a compressed page, and ‘+’ for a link.

jmakewhatis $MANPATH

Create whatis database for all directories in your $MANPATH.

jmakewhatis -outfile /tmp/mywhatis /usr/share/man/ja $HOME/man

Create whatis database /tmp/mywhatis. Traverse directories /usr/share/man/ja and $HOME/man. Don't create /usr/share/man/ja/whatis or $HOME/man/whatis.

jmakewhatis -name windex $HOME/man

Create whatis database windex instead of whatis. May be useful for Solaris.

japropos(1), jcatman(1), jmakewhatis.local(1), jman(1), jmanpath(1), jwhatis(1), sort(1), uniq(1).

The original version of makewhatis command appeared in FreeBSD 2.1. Japanized jmakewhatis command appeared in ports/packages collection of FreeBSD 2.2.

Wolfram Schneider, Berlin.


KUMANO, Tadashi

June 11, 2001 FreeBSD

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.