From 4234591b03e753d1515af0b97f7b10e85b3b0f16 Mon Sep 17 00:00:00 2001 From: joel Date: Mon, 26 Mar 2012 15:18:14 +0000 Subject: mdoc: terminate quoted strings. Reviewed by: brueffer --- usr.sbin/bootparamd/bootparamd/bootparamd.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/bootparamd/bootparamd') diff --git a/usr.sbin/bootparamd/bootparamd/bootparamd.8 b/usr.sbin/bootparamd/bootparamd/bootparamd.8 index 6048a8f..3b49822 100644 --- a/usr.sbin/bootparamd/bootparamd/bootparamd.8 +++ b/usr.sbin/bootparamd/bootparamd/bootparamd.8 @@ -58,7 +58,7 @@ The SunOS kernel hangs until it receives a reply. To accommodate this behaviour add an alias address that responds to an all-0 broadcast. So, add something like -.Ql "ifconfig xl0 192.168.200.254 netmask 255.255.255.255 broadcast 192.168.200.0 alias +.Ql "ifconfig xl0 192.168.200.254 netmask 255.255.255.255 broadcast 192.168.200.0 alias" on the relevant network interface on your .Nm server. -- cgit v1.1