From 5df79c53745fde5d6c3340a2979b1429cd5892c1 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sat, 8 Oct 2011 20:30:28 +0200 Subject: Initial import of htcd system 1.0 Signed-off-by: Henrik Rydberg --- htc/help.htc | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 htc/help.htc (limited to 'htc/help.htc') diff --git a/htc/help.htc b/htc/help.htc new file mode 100644 index 0000000..d35d210 --- /dev/null +++ b/htc/help.htc @@ -0,0 +1,31 @@ +\throw{help: OBSOLETED} +\def{list.unary}{}{ + \ops.htc{ + \order{PRE1}{>} + \query(PRE1){ + \left(OP){10}[DESC] + } + } +} +\def{list.binary}{}{ + \ops.htc{ + \order{PRE2}{>} + \query(PRE2){ + \left(OP){10}[DESC] + } + } +} +\def{list.mod}{x}{ + \tokens{ + \query(MOD==\1){ + [TOK] + } + } +} +\def{list.users}{x}{ + \users{\1}{ + \query{1}{ + \left(ID){4} \left(NAME){38} \left(GID){3} \sub{\time2htc(LAST)}{4}{12} [LASTIN] + } + } +} -- cgit v1.2.3