summaryrefslogtreecommitdiff
path: root/htc/help.htc
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2011-10-08 20:30:28 +0200
committerHenrik Rydberg <rydberg@euromail.se>2011-10-08 20:30:28 +0200
commit5df79c53745fde5d6c3340a2979b1429cd5892c1 (patch)
tree1a81af141708b826e9c61e8a04019994fcca8298 /htc/help.htc
Initial import of htcd system 1.0
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'htc/help.htc')
-rw-r--r--htc/help.htc31
1 files changed, 31 insertions, 0 deletions
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 @@
1\throw{help: OBSOLETED}
2\def{list.unary}{}{
3 \ops.htc{
4 \order{PRE1}{>}
5 \query(PRE1){
6 \left(OP){10}[DESC]
7 }
8 }
9}
10\def{list.binary}{}{
11 \ops.htc{
12 \order{PRE2}{>}
13 \query(PRE2){
14 \left(OP){10}[DESC]
15 }
16 }
17}
18\def{list.mod}{x}{
19 \tokens{
20 \query(MOD==\1){
21 [TOK]
22 }
23 }
24}
25\def{list.users}{x}{
26 \users{\1}{
27 \query{1}{
28 \left(ID){4} \left(NAME){38} \left(GID){3} \sub{\time2htc(LAST)}{4}{12} [LASTIN]
29 }
30 }
31}