fix typo in roff macro.
Original dig.1 does not have this typo. Submitted by: NAKANO Takeo <nakano@apm.seikei.ac.jp>
This commit is contained in:
parent
0bd33aab83
commit
008e4c2ad3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9468
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@
|
|||
.\" dig.1 2.0 (USC-ISI) 8/30/90
|
||||
.\"
|
||||
.\" Original Regision: 1.1.1.1
|
||||
.\" $FreeBSD$
|
||||
.\" $FreeBSD: doc/ja_JP.eucJP/man/man1/dig.1,v 1.8 2001/05/14 01:07:22 horikawa Exp $
|
||||
.Dd August 30, 1990
|
||||
.Dt DIG 1
|
||||
.Os BSD 4
|
||||
|
@ -90,7 +90,7 @@ DNS (Domain Name System)
|
|||
の使用法は、以下のような形式です。
|
||||
.Pp
|
||||
.Bd -ragged -offset indent-two
|
||||
.Ic dig @ NS Ar server domain query-type query-class
|
||||
.Ic dig @ Ns Ar server domain query-type query-class
|
||||
.Ed
|
||||
.Pp
|
||||
ここで、
|
||||
|
|
Loading…
Reference in a new issue