diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2020-04-29 15:07:33 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2020-05-02 02:47:18 +0200 |
commit | 82bfee76f0adfd50d51833343c63ba9e2afcb60e (patch) | |
tree | e2aa0226cefa9ffb5209671c642dcd26e4ab1935 /doc | |
parent | b12442c985f2bd8c9fd47ca63151724962fabdc2 (diff) |
Filter: Remove quitbird command
No need for this debug filter command and it can be abused from CLI.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 1c60e619..1808d04c 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1698,9 +1698,6 @@ protocol sections. <tag><label id="print">print|printn <m/expr/ [<m/, expr.../]</tag> Prints given expressions; useful mainly while debugging filters. The <cf/printn/ variant does not terminate the line. - - <tag><label id="quitbird">quitbird</tag> - Terminates BIRD. Useful when debugging the filter interpreter. </descrip> |