diff options
author | billf <billf@FreeBSD.org> | 1999-03-20 04:46:58 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-03-20 04:46:58 +0000 |
commit | e371fa9cc62067c3afa60926e76a90d1b44fa5a8 (patch) | |
tree | bb1820451e8439dddf04b2baf1718252540d0fea /contrib | |
parent | d97d3d36b4602fae9a0aedeff6ceadfb9e50a68d (diff) | |
download | FreeBSD-src-e371fa9cc62067c3afa60926e76a90d1b44fa5a8.zip FreeBSD-src-e371fa9cc62067c3afa60926e76a90d1b44fa5a8.tar.gz |
mdoc fixes
PR: docs/7864
Submitted by: Yoshihiko OHTA <yohta@bres.tsukuba.ac.jp>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/bind/doc/man/nslookup.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/bind/doc/man/nslookup.8 b/contrib/bind/doc/man/nslookup.8 index 5ba1850..439d480 100644 --- a/contrib/bind/doc/man/nslookup.8 +++ b/contrib/bind/doc/man/nslookup.8 @@ -111,8 +111,9 @@ or type The command line length must be less than 256 characters. To treat a built-in command as a host name, precede it with an escape character -.Pq .&\\ . -.Sy N.B.: An unrecognized command will be interpreted as a host name. +.Pq \e +.Sy N.B.: +An unrecognized command will be interpreted as a host name. .Bl -tag -width "lserver" .It Ar host Op Ar server Look up information for |