From b38121c6e458ec45ad898b643297b4816df0fee5 Mon Sep 17 00:00:00 2001 From: Kazuo Horikawa Date: Mon, 6 Aug 2001 00:31:20 +0000 Subject: [PATCH] Fix unmatching .Bl and .El. --- ja_JP.eucJP/man/man1/sh.1 | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/ja_JP.eucJP/man/man1/sh.1 b/ja_JP.eucJP/man/man1/sh.1 index 39a2737dcf..45df9ac264 100644 --- a/ja_JP.eucJP/man/man1/sh.1 +++ b/ja_JP.eucJP/man/man1/sh.1 @@ -35,7 +35,7 @@ .\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95 .\" %FreeBSD: src/bin/sh/sh.1,v 1.39.2.11 2001/07/23 10:19:18 sheldonh Exp % .\" -.\" $FreeBSD: doc/ja_JP.eucJP/man/man1/sh.1,v 1.30 2001/07/29 05:14:52 horikawa Exp $ +.\" $FreeBSD: doc/ja_JP.eucJP/man/man1/sh.1,v 1.31 2001/07/31 04:09:09 horikawa Exp $ .\" Japanese Translation amended by Norihiro Kumagai, 3/29/96, .\" based on the version of NetBSD Japanese Man Project .\" This amended version is for the FreeBSD-jpman Project, convened @@ -574,16 +574,14 @@ here-doc-text に含まれる各エントリに対して、順にそのコマンドを検索します。 変数 .Ev PATH -の値はコロン -.Dq : -で区切られたエントリの列でなければなりません。 +の値はコロンで区切られたエントリの列でなければなりません。 各エントリは、それぞれディレクトリ名一つに対応します。 カレントディレクトリは、 空のディレクトリ名を指定することで暗黙的に、 あるいは 1 個のピリオドを指定することで明示的に 指示することができます。 .El -.Ss コマンドの実行ステータス +.Ss コマンドの終了ステータス 各コマンドは終了ステータスを持ち、それにより他のシェルコマンドの動作に 影響を与えることができます。基本的な考え方として、終了ステータス 0 は 通常の終了または成功を示します。0 以外の終了ステータスは失敗、エラーを @@ -1113,7 +1111,6 @@ $(command) .Ss 数式展開 数式展開とは、数式を評価し、その値に置換する仕組みです。数式展開の形式は以下 のとおりです。 -.El .Bd -literal -offset indent $((expression)) .Ed @@ -1130,7 +1127,6 @@ $((expression)) その結果、複数のフィールドになる場合もあります。 .Pp シェルは、変数 -.Bl -tag -width Ds .Ev IFS に設定されている文字それぞれ区切り文字とみなし、 パラメータ展開の結果、およびコマンド置換の結果をフィールドに分割します。