Query: makewhatis
OS: freebsd
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MAKEWHATIS(1) BSD General Commands Manual MAKEWHATIS(1)NAMEmakewhatis -- create whatis databaseSYNOPSISmakewhatis [-a] [-i column] [-n name] [-o file] [-v] [-L] [directories ...]DESCRIPTIONThe makewhatis utility collects the names and short descriptions from all the unformatted man pages in the directories and puts them into a file used by the whatis(1) and apropos(1) commands. Directories may be separated by colons instead of spaces. If no directories are speci- fied, the contents of the MANPATH environment variable will be used, or if that is not set, the default directory /usr/share/man will be pro- cessed. The options are as follows: -a Appends to the output file(s) instead of replacing them. The output will be sorted with duplicate lines removed, but may have obsolete entries. -i column Indents the description by column characters. The default value is 24. -n name Uses name instead of whatis. -o file Outputs all lines to the file instead of */man/whatis. -v Makes makewhatis more verbose about what it is doing. -L Process only localized subdirectories corresponding to the locale specified in the standard environment variables.ENVIRONMENTLC_ALL, LC_CTYPE, LANG These variables control what subdirectories will be processed if the -L option is used. MACHINE If set, its value is used to override the current machine type when searching machine specific subdirectories. MACHINE_ARCH If set, its value is used to override the current architecture when searching architecture specific subdirectories. MANPATH Determines the set of directories to be processed if none are given on the command line.FILES/usr/share/man Default directory to process if the MANPATH environment variable is not set. */man/whatis The default output file.EXIT STATUSThe makewhatis utility exits 0 on success, and >0 if an error occurs.SEE ALSOapropos(1), whatis(1)HISTORYThe makewhatis command appeared in FreeBSD 2.1.AUTHORSThe makewhatis program was originally written in Perl and was contributed by Wolfram Schneider. The current version of makewhatis was rewritten in C by John Rochester.BSDDecember 3, 2005 BSD
Related Man Pages |
---|
makewhatis(8) - mojave |
man.conf(5) - minix |
makewhatis(8) - centos |
makewhatis(8) - xfree86 |
makewhatis(8) - suse |
Similar Topics in the Unix Linux Community |
---|
copy certain files from subdirectories |
Delete Directories and Contents |
man 1.6f (Default branch) |
how to see all the subdirectories easily? |
Navigating directories with * / . and .. |