aboutsummaryrefslogtreecommitdiff
path: root/read_config_file.c
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-11-20 02:09:15 +0100
committerPetr Machata <pmachata@redhat.com>2012-11-20 02:36:18 +0100
commitaa933f20686965045d673e80ce204198995dc615 (patch)
treed6a89781c8cf91e51b6fb9bb0f2cb57839aa37d2 /read_config_file.c
parentec4ab256e5c7fe1596dd90a3c8e8d4b052ca1207 (diff)
downloadltrace-aa933f20686965045d673e80ce204198995dc615.tar.gz
Introduce "oct" as newly-default alias of "octal"
The reason for this is that there's no agreed-upon term for "hexadecimal" that wouldn't be super awkward to type. So instead keep "hex", but introduce "oct" for consistency.
Diffstat (limited to 'read_config_file.c')
-rw-r--r--read_config_file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/read_config_file.c b/read_config_file.c
index 724d99e..3624e90 100644
--- a/read_config_file.c
+++ b/read_config_file.c
@@ -954,6 +954,7 @@ static struct named_lens {
} lenses[] = {
{ "hide", &blind_lens },
{ "octal", &octal_lens },
+ { "oct", &octal_lens },
{ "bitvec", &bitvect_lens },
{ "hex", &hex_lens },
{ "bool", &bool_lens },