From: Shawn Routhier Date: Thu, 17 May 2012 15:51:20 +0000 (+0000) Subject: Make "\777" into "\\nnn" so it prints correctly and looks better. [ISC-Bugs 29431] X-Git-Tag: v4_2_4rc2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=633e71e6910fcf0069c40eead3c03f116abf9caa;p=thirdparty%2Fdhcp.git Make "\777" into "\\nnn" so it prints correctly and looks better. [ISC-Bugs 29431] --- diff --git a/common/dhcp-eval.5 b/common/dhcp-eval.5 index 8afccfc57..6be49afcc 100644 --- a/common/dhcp-eval.5 +++ b/common/dhcp-eval.5 @@ -1,4 +1,4 @@ -.\" $Id: dhcp-eval.5,v 1.29.24.3 2011/11/28 18:09:30 sar Exp $ +.\" $Id: dhcp-eval.5,v 1.29.24.4 2012/05/17 15:51:20 sar Exp $ .\" .\" Copyright (c) 2009-2011 by Internet Systems Consortium, Inc. ("ISC") .\" Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC") @@ -488,7 +488,7 @@ execution times are suitable for use. Passing user-supplied data to an external application might be dangerous. Make sure the external application checks input buffers for validity. Non-printable ASCII characters will be converted into dhcpd.conf language -octal escapes ("\777"), make sure your external command handles them as +octal escapes ("\\nnn"), make sure your external command handles them as such. .PP It is possible to use the execute statement in any context, not only