I'm very pleased to announce the release of our new website and documentation using the new toolchain with Hugo and AsciiDoctor. To get more information about the new toolchain please read the FreeBSD Documentation Project Primer[1], Hugo docs[2] and AsciiDoctor docs[3]. Acknowledgment: Benedict Reuschling <bcr@> Glen Barber <gjb@> Hiroki Sato <hrs@> Li-Wen Hsu <lwhsu@> Sean Chittenden <seanc@> The FreeBSD Foundation [1] https://docs.FreeBSD.org/en/books/fdp-primer/ [2] https://gohugo.io/documentation/ [3] https://docs.asciidoctor.org/home/ Approved by: doceng, core
48 lines
1.1 KiB
Groff
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
|