Annotation of embedaddon/ntp/libparse/mkinfo_rcmd.sed, revision 1.1

1.1     ! misho       1: 1i\
        !             2: \
        !             3: cmd_info_t trimble_rcmds[] = {
        !             4: s!^#define[    ][      ]*\(CMD_R[^     ]*\)[   ][      ]*\([^  ]*\)[   ][      ]*/\*[  ][      ]*\(.*\)[       ]*:\([^:]*\):\([^:]*\)[         ][      ]*\*/!  { \1, "\1", "\3 (\2)", "\4", \5 },!p
        !             5: $a\
        !             6:        { 0xFF, "", "" }\
        !             7: };\
        !             8: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>