Teach the client about backslash escape sequences
commita699513cfc3e3f318b1cd4cfb85324021864975b
authorHolger Weiß <holger@weiss.in-berlin.de>
Thu, 1 Aug 2013 21:02:48 +0000 (1 23:02 +0200)
committerHolger Weiß <holger@weiss.in-berlin.de>
Thu, 1 Aug 2013 21:02:48 +0000 (1 23:02 +0200)
tree75fc058df716a80b876adcf21db433764dcbf5af
parent561ddce0c27bc4aac313014d345ce83ebac62c8d
Teach the client about backslash escape sequences

Let send_nsca(8)'s "-d" and "-e" flags accept C-style escape sequences,
so that e.g. "-e '\n'" can be specified.  Octal numbers with a leading
zero and hexadecimal numbers prefixed with "0x" are also accepted.
man/send_nsca.in
src/client/send_nsca.c