dig.1: Replace "\" with "\ " at EOL (restore space before EOL).

sh.1:  Replace ".Dq Li + \" with ".Dq Li +\ \&".

This is Japanese version only problem.
This commit is contained in:
Kazuo Horikawa 2001-07-31 04:09:09 +00:00
parent 47ac963590
commit a7b16a358c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10109
2 changed files with 23 additions and 23 deletions
ja_JP.eucJP/man/man1

View file

@ -59,7 +59,7 @@
.\" dig.1 2.0 (USC-ISI) 8/30/90
.\"
.\" Original Regision: 1.1.1.1
.\" $FreeBSD: doc/ja_JP.eucJP/man/man1/dig.1,v 1.9 2001/05/19 19:07:07 horikawa Exp $
.\" $FreeBSD: doc/ja_JP.eucJP/man/man1/dig.1,v 1.10 2001/07/29 05:14:50 horikawa Exp $
.Dd August 30, 1990
.Dt DIG 1
.Os BSD 4

View file

@ -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.29 2001/07/26 07:30:23 horikawa Exp $
.\" $FreeBSD: doc/ja_JP.eucJP/man/man1/sh.1,v 1.30 2001/07/29 05:14:52 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
@ -268,7 +268,7 @@ sh -T -c "trap 'exit 1' 2 ; some-blocking-program"
.It Fl x Li xtrace
各コマンドを実行する前に、そのコマンドを標準エラー出力に (各コマンドの
前に
.Dq Li + \
.Dq Li +\ \&
を付加して) 書き出します。デバッグのときに便利です。
.El
.Pp