1 # Convert help for ginsh operators from man page to C source
2 /GINSH_OP_HELP_START/,/GINSH_OP_HELP_END/{
4 # .B lines contain the operator symbol
7 # extract operator symbol
8 s/.B \(.*\)/insert_help("operators","\1\\t"/
12 # next line contains description