From: David Hankins Date: Thu, 23 Aug 2007 19:06:38 +0000 (+0000) Subject: escape nested "'s X-Git-Tag: v4_0_0a3~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44a67e653f9d7ca0dda58929fda862092c15441b;p=thirdparty%2Fdhcp.git escape nested "'s --- diff --git a/client/dhc6.c b/client/dhc6.c index 624559503..d9c3a31f4 100644 --- a/client/dhc6.c +++ b/client/dhc6.c @@ -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).