doc/ja_JP.eucJP/man/man1/apropos.1
SUZUKI Koichi 8a72894489 Fix typos.
Sync with the original version.
Unify some japanese words.

Submitted by:  kano@na.rim.or.jp
2004-10-11 08:23:01 +00:00

48 lines
1.1 KiB
Groff

.\" Man page for apropos an whatis
.\"
.\" Copyright (c) 1990, 1991, John W. Eaton.
.\"
.\" You may distribute under the terms of the GNU General Public
.\" License as specified in the README file that comes with the man 1.0
.\" distribution.
.\"
.\" John W. Eaton
.\" jwe@che.utexas.edu
.\" Department of Chemical Engineering
.\" The University of Texas at Austin
.\" Austin, Texas 78712
.\"
.\" %FreeBSD: src/gnu/usr.bin/man/apropos/apropos.man,v 1.12 2004/07/02 19:07:29 ru Exp %
.\"
.\" $FreeBSD$
.Dd January 15, 1991
.Dt APROPOS 1
.Os
.Sh 名称
.Nm apropos ,
.Nm whatis
.Nd whatis データベースを文字列で検索する
.Sh 書式
.Nm apropos
.Ar keyword ...
.Nm whatis
.Ar keyword ...
.Sh 解説
.Nm
は、システムコマンドに関する短い簡単な説明を含んだデータベースファイルを、
キーワードによって検索して、その結果を標準出力に表示します。
.Nm whatis
では完全な語にのみマッチします。
.Pp
.Ar keyword
は実際には拡張正規表現です。
この書式に関する詳細は
.Xr grep 1
マニュアルページを参照してください。
.Sh 診断
.Nm
は成功時には 0 を、キーワードがマッチしない場合には 1 を返します。
.Sh 関連項目
.Xr grep 1 ,
.Xr makewhatis 1 ,
.Xr man 1