diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-02-20 19:59:53 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-02-20 19:59:53 +0000 |
commit | 12fde0fd700bf715717664947188457835270b93 (patch) | |
tree | a06b6dda22827c032ef48ae7dce140cee895ebd9 | |
parent | cc38cfb3ececa9d119aa4b25da1bb4cdd46b8806 (diff) |
Add line breaks to the source to render an .RS display that got skipped;
found by and unbreaking the build with mandoc(1).
I will also send this patch upstream.
ok jmc@
-rw-r--r-- | usr.sbin/bind/bin/dig/nslookup.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/bind/bin/dig/nslookup.1 b/usr.sbin/bind/bin/dig/nslookup.1 index d58234d32ce..b2d2147f443 100644 --- a/usr.sbin/bind/bin/dig/nslookup.1 +++ b/usr.sbin/bind/bin/dig/nslookup.1 @@ -54,7 +54,12 @@ when the first argument is a hyphen (\-) and the second argument is the host nam Non\-interactive mode is used when the name or Internet address of the host to be looked up is given as the first argument. The optional second argument specifies the host name or address of a name server. .PP Options can also be specified on the command line if they precede the arguments and are prefixed with a hyphen. For example, to change the default query type to host information, and the initial timeout to 10 seconds, type: -.sp .RS 4 .nf nslookup \-query=hinfo \-timeout=10 .fi .RE +.sp +.RS 4 +.nf +nslookup \-query=hinfo \-timeout=10 +.fi +.RE .SH "INTERACTIVE COMMANDS" .PP \fBhost\fR [server] |