Fix typos

Submitted by:	SHIMURA Tatsuya <shimura@math.cst.nihon-u.ac.jp>
This commit is contained in:
Kazuo Horikawa 2002-10-12 03:59:25 +00:00
parent b2ade3c1bd
commit def4734c40
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14598
5 changed files with 11 additions and 7 deletions

View file

@ -152,6 +152,7 @@ struct dirent {
#define GENERIC_DIRSIZ(dp) _GENERIC_DIRSIZ(dp)
#endif
#endif /* !_SYS_DIRENT_H_ */
.Ed
.Sh ´ØÏ¢¹àÌÜ
.Xr fs 5 ,

View file

@ -31,10 +31,9 @@
・8 進数でのパーミッション値 (0600)・
そしてコロン
.Pq Dq \&:
で区切ったデバイスリスト
で区切ったデバイスパターンのリスト
.Pq Pa /dev/console , /dev/dsp*
です。
デバイス名は全て絶対パスで記述します。
すべてのデバイスパターンは、絶対パスです。
.Pp
tty 引数 (相対パス) がログインデバイス名 (絶対パス) にマッチする場合、

View file

@ -30,21 +30,22 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: doc/ja_JP.eucJP/man/man5/mailer.conf.5,v 1.7 2001/08/18 23:50:30 horikawa Exp $
.\" $FreeBSD$
.\" The following requests are required for all man pages.
.Dd December 16, 1998
.Dt MAILER.CONF 5
.Os
.Sh 名称
.Nm mailer.conf
.Nd
.Xr mailwrapper 8
.Nd の設定ファイル
の設定ファイル
.Sh 解説
.Pa /etc/mail/mailer.conf
はいくつかのペアが含まれています。
それぞれのペアの 1 番目の要素は
.Xr mailwrapper 8
によって起動されるプログラムの名前です。
を起動するプログラムの名前です。
通常、このプログラムは
.Pa /usr/sbin/sendmail
へのシンボリックリンクです (大抵のシステムでは、

View file

@ -29,8 +29,9 @@
.Os BSD 4
.Sh 名称
.Nm named.conf
.Nd
.Xr named 8
.Nd 用の設定ファイル
用の設定ファイル
.Sh 概要
BIND 8 は、以前のリリースと比べて遥かに設定可能なものになっています。
完全に新しい設定項目があります。例えばアクセス制御リストやカテゴリ別の

View file

@ -50,8 +50,10 @@
#ifndef _SYS_TYPES_H_
#define _SYS_TYPES_H_
#include <sys/cdefs.h>
/* 機種に依存するパラメータ。 */
#include <sys/inttypes.h> /* <machine/ansi.h> をインクルードします */
#include <sys/inttypes.h> /* <machine/ansi.h> をインクルードします */
#include <machine/types.h>
#ifndef _POSIX_SOURCE