48 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			Groff
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			Groff
		
	
	
	
	
	
| .\" Man page for apropos an wahtis
 | |
| .\"
 | |
| .\" 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.11 2002/08/07 17:39:35 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
 |