]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
escape nested "'s
authorDavid Hankins <dhankins@isc.org>
Thu, 23 Aug 2007 19:06:38 +0000 (19:06 +0000)
committerDavid Hankins <dhankins@isc.org>
Thu, 23 Aug 2007 19:06:38 +0000 (19:06 +0000)
client/dhc6.c

index 6245595037b53d38ae06e8bac1007505ba2934e6..d9c3a31f49c229170c3e9c1e5748b12b09399120 100644 (file)
@@ -3215,7 +3215,7 @@ make_client6_options(struct client_state *client, struct option_state **op,
         */
        if (lookup_option(&dhcpv6_universe, *op, D6O_ORO) == NULL)
                log_error("'send dhcp6.oro' syntax is deprecated, please "
-                         "use the 'request' syntax ("man dhclient.conf").");
+                         "use the 'request' syntax (\"man dhclient.conf\").");
 
        /* Construct and store an ORO (Option Request Option).  It is a
         * fatal error to fail to send an ORO (of at least zero length).