summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2010-02-20 19:59:52 +0000
committerschwarze <schwarze@openbsd.org>2010-02-20 19:59:52 +0000
commit1b6e3a8fb688d6e3268e613ddd98688ffd9bcc16 (patch)
tree66fbeeda2627a628ed056b26b8c03c7a949704d8
parentdrop nested display, fixing the build with mandoc(1); (diff)
downloadwireguard-openbsd-1b6e3a8fb688d6e3268e613ddd98688ffd9bcc16.tar.xz
wireguard-openbsd-1b6e3a8fb688d6e3268e613ddd98688ffd9bcc16.zip
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.17
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]