X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/9986f0b5b268750fdc4cb29413c8545f60d3382e..ff92ffd37ff02073bf6a1858ad0af25d7d6f6f00:/doc/tripe-admin.5.in diff --git a/doc/tripe-admin.5.in b/doc/tripe-admin.5.in index 3ea15b11..9fd8a1d7 100644 --- a/doc/tripe-admin.5.in +++ b/doc/tripe-admin.5.in @@ -257,6 +257,10 @@ Emits an line reporting the IP address and port number stored for .IR peer . .SP +.BI "BGCANCEL " tag +Cancels the background job with the named +.IR tag . +.SP .BI "CHECKCHAL " challenge Verifies a challenge as being one earlier issued by .B GETCHAL @@ -311,6 +315,11 @@ packets which are to be encrypted and sent to Used by configuration scripts so that they can set up routing tables appropriately after adding new peers. .SP +.B "JOBS" +Emits an +.B INFO +line giving the tag for each outstanding background job. +.SP .BI "KILL " peer Causes the server to forget all about .IR peer . @@ -646,6 +655,11 @@ The DNS name .I hostname took too long to resolve. .SP +.BI "tag-exists " tag +(For long-running commands.) The named +.I tag +is already the tag of an outstanding job. +.SP .BI "unknown-command " token The command .B token @@ -669,6 +683,14 @@ The service name .I service couldn't be found in .BR /etc/services . +.TP +.BI "unknown-tag " tag +(For +.BR BGCANCEL .) +The given +.I tag +is not the tag for any outstanding background job. It may have just +finished. .SH "NOTIFICATIONS" .\"* 30 Notification broadcasts (NOTE codes) The following notifications are sent to clients who request them.