]> git.sur5r.net Git - i3/i3/commitdiff
changed old "cfgparse.y" reference to "config_parser.c" 2183/head
authorJohannes Lange <johannes.lange@rwth-aachen.de>
Sat, 30 Jan 2016 12:40:45 +0000 (13:40 +0100)
committerJohannes Lange <johannes.lange@rwth-aachen.de>
Sat, 30 Jan 2016 12:44:05 +0000 (13:44 +0100)
docs/hacking-howto

index d6e2b67ebf65dcade1736e60e78c2cb27355f0d5..247a179183fbe17befcbc215473e8b9dff3c5fa8 100644 (file)
@@ -117,7 +117,7 @@ containers, searching containers, getting specific properties from containers,
 
 src/config.c::
 Contains all functions handling the configuration file (calling the parser
-(src/cfgparse.y) with the correct path, switching key bindings mode).
+src/config_parser.c) with the correct path, switching key bindings mode).
 
 src/debug.c::
 Contains debugging functions to print unhandled X events.